is.in.ranges {PhylogeneticEM} | R Documentation |
is.in.ranges.params
checks whether calculated parameters in the EM are
in the defined ranges.
is.in.ranges(p, min, max)
p |
list of parameters with the correct structure |
min |
list of minimum values for the parameters |
max |
list of maximum values for the parameters |
This function is used to test the convergence of the algorithm.
boolean