Package jline.lib.butools.dph
Class CdfFromMG
java.lang.Object
jline.lib.butools.dph.CdfFromMG
-
Method Summary
Modifier and TypeMethodDescriptionstatic doubleOverload for double[] alpha and single integer x.static double[]Overload for double[] alpha.static doubleOverload for single integer x.static double[]Returns the cumulative distribution function of a matrix-geometric distribution.
-
Method Details
-
cdfFromMG
Returns the cumulative distribution function of a matrix-geometric distribution.- Parameters:
alpha- The initial vector of the matrix-geometric distribution.A- The matrix parameter of the matrix-geometric distribution.x- Vector of non-negative integers at which to compute the CDF.- Returns:
- The probabilities that the matrix-geometrically distributed random variable is less or equal to the corresponding "x" values.
-
cdfFromMG
Overload for double[] alpha. -
cdfFromMG
Overload for single integer x. -
cdfFromMG
Overload for double[] alpha and single integer x.
-