Package jline.lib.butools.map
Class MarginalMomentsFromMAPKt
-
- All Implemented Interfaces:
public final class MarginalMomentsFromMAPKt
-
-
Method Summary
Modifier and Type Method Description final static DoubleArraymarginalMomentsFromMAP(Matrix D0, Matrix D1, Integer K)Returns the moments of the marginal distribution of a Markovian arrival process. final static DoubleArraymarginalMomentsFromMAP(Matrix D0, Matrix D1)Returns the moments of the marginal distribution of a Markovian arrival process. final static DoubleArraymarginalMomentsFromRAP(Matrix H0, Matrix H1, Integer K)Returns the moments of the marginal distribution of a rational arrival process. -
-
Method Detail
-
marginalMomentsFromMAP
@JvmOverloads() final static DoubleArray marginalMomentsFromMAP(Matrix D0, Matrix D1, Integer K)
Returns the moments of the marginal distribution of a Markovian arrival process.
- Parameters:
D0- The D0 matrix of the Markovian arrival processD1- The D1 matrix of the Markovian arrival processK- Number of moments to compute.- Returns:
The vector of moments
-
marginalMomentsFromMAP
@JvmOverloads() final static DoubleArray marginalMomentsFromMAP(Matrix D0, Matrix D1)
Returns the moments of the marginal distribution of a Markovian arrival process.
- Parameters:
D0- The D0 matrix of the Markovian arrival processD1- The D1 matrix of the Markovian arrival process- Returns:
The vector of moments
-
marginalMomentsFromRAP
final static DoubleArray marginalMomentsFromRAP(Matrix H0, Matrix H1, Integer K)
Returns the moments of the marginal distribution of a rational arrival process.
- Parameters:
H0- The H0 matrix of the rational arrival processH1- The H1 matrix of the rational arrival processK- Number of moments to compute.- Returns:
The vector of moments
-
-
-
-