Package jline.lib.butools.dph
Class MGFromMomentsKt
-
- All Implemented Interfaces:
public final class MGFromMomentsKt
-
-
Method Summary
Modifier and Type Method Description final static MGRepresentationmgFromMoments(DoubleArray moms)Creates a matrix-geometric distribution that has the same moments as given. -
-
Method Detail
-
mgFromMoments
final static MGRepresentation mgFromMoments(DoubleArray moms)
Creates a matrix-geometric distribution that has the same moments as given.
- Parameters:
moms- The list of moments.- Returns:
The MGRepresentation containing alpha (initial vector) and A (matrix parameter).
-
-
-
-