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