Uses of Class
jline.api.fj.FJ_maxima.FJCoxFitResult
Packages that use FJ_maxima.FJCoxFitResult
-
Uses of FJ_maxima.FJCoxFitResult in jline.api.fj
Methods in jline.api.fj that return FJ_maxima.FJCoxFitResultModifier and TypeMethodDescriptionstatic FJ_maxima.FJCoxFitResultFJ_maxima.fj_cox_fit(double m1, double c2) Marie's balanced-stage fit of a two-stage Coxian law to a target mean and squared coefficient of variation: requiring 1/mu1 = q/mu2 closes the system of two moment equations in three unknowns and gives mu1 = 2 mu, q = 1/(2 c2), mu2 = mu/c2, which needs c2 >= 0.5.