Initialize the dispersion parameter.
initDispersionParameter(
tree,
trait,
center,
method.init.disp = c("Qn", "Sn", "MAD", "IQR"),
method
)
The initial dispersion parameter.
named vector of traits at the tips.
the center parameter of the distribution
the robust estimator method
the method used to fit the process.
One of reml
(the default), fixed.root
or random.root
.
See Details.
Constants are taken from Rousseeuw & Croux, 1993.
Rousseeuw P.J., Croux C. 1993. Alternatives to the Median Absolute Deviation. Journal of the American Statistical Association. 88:1273–1283.