Package jline.lib.butools.dmap
Class DMRAPFromMomentsKt
-
- All Implemented Interfaces:
public final class DMRAPFromMomentsKt
-
-
Method Summary
Modifier and Type Method Description final static MatrixCelldmrapFromMoments(DoubleArray moms, MatrixCell Nm)Creates a discrete marked rational arrival process that has the same marginal and lag-1 joint moments as given. final static MatrixCelldmrapFromMoments(DoubleArray moms, Array<Matrix> Nm)Overload for Array<Matrix>. -
-
Method Detail
-
dmrapFromMoments
final static MatrixCell dmrapFromMoments(DoubleArray moms, MatrixCell Nm)
Creates a discrete marked rational arrival process that has the same marginal and lag-1 joint moments as given.
- Parameters:
moms- The list of marginal moments.Nm- The list of lag-1 joint moment matrices.- Returns:
The H0, H1, ..., HK matrices of the discrete marked rational process
-
dmrapFromMoments
final static MatrixCell dmrapFromMoments(DoubleArray moms, Array<Matrix> Nm)
Overload for Array<Matrix>.
-
-
-
-