Package com.freevariable.lancer.stat
Class Probability
- java.lang.Object
-
- com.freevariable.lancer.stat.Probability
-
public class Probability extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Probability()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static double
normal(double a)
static double
normal(double mean, double variance, double a)
static double
normalInverse(double a)
static double
normalInverse(double mean, double variance, double a)
static double
studentT(double k, double t)
static double
studentTInverse(double alpha, int size)
-
-
-
Method Detail
-
studentT
public static double studentT(double k, double t)
-
studentTInverse
public static double studentTInverse(double alpha, int size)
-
normal
public static double normal(double a)
-
normal
public static double normal(double mean, double variance, double a)
-
normalInverse
public static double normalInverse(double a)
-
normalInverse
public static double normalInverse(double mean, double variance, double a)
-
-