Package rocks.palaiologos.maja
Class Landau
java.lang.Object
rocks.palaiologos.maja.Landau
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doublechisquareQuantile(double p, double ndf) Evaluate the quantiles of the chi-squared probability distribution function.static doublelandau(double x, double mpv, double sigma, boolean norm) static doublelandauI(double x) static doublenormQuantile(double p) Computes quantiles for standard normal distribution N(0, 1) at probability p.
-
Constructor Details
-
Landau
Landau()
-
-
Method Details
-
landau
public static double landau(double x, double mpv, double sigma, boolean norm) -
landauI
public static double landauI(double x) -
normQuantile
public static double normQuantile(double p) Computes quantiles for standard normal distribution N(0, 1) at probability p. Adapted from ALGORITHM AS241 APPL. STATIST. (1988) VOL. 37, NO. 3, 477-484. -
chisquareQuantile
public static double chisquareQuantile(double p, double ndf) Evaluate the quantiles of the chi-squared probability distribution function. Adapted from algorithm AS 91 Appl. Statist. (1975) Vol.24, P.35 implemented by Anna Kreshuk. Incorporates the suggested changes in AS R85 (vol.40(1), pp.233-5, 1991)
-