This function is computed only on bifurcation. Returns the ratio between the bigger daughter and the other one. A daughter is the next immediate compartment connected to a bifurcation point.
 Daughter Ratio is : Da/Db

Metric Total_Sum #Compartments
(considered)
#Compartments
(discarded)
Minimum Average Maximum S.D
Daughter_Ratio 183 96 (1006) 1 1.90713 37.0428 3.71221

In the above example the total sum of the Bif_ampl_local doesn't make sense. Only the compartments that lead to bifurcation are considered, 96 according to this example.

All other compartments are discarded, 1006 according to this example.

The minimum value returns the minimum Daughter ratio value, 1 in this example.

The average returns the average Daughter ratio value, 1.9 in this example.

The maximum returns the maximum Daughter ratio value, 37 in this example.

The S.D is 3.71