Package jline.lib.butools.dmap
Class MarginalMomentsFromDMAPKt
-
- All Implemented Interfaces:
public final class MarginalMomentsFromDMAPKt
-
-
Method Summary
Modifier and Type Method Description final static DoubleArraymarginalMomentsFromDMAP(Matrix D0, Matrix D1, Integer K, Double prec)Returns the moments of the marginal distribution of a discrete Markovian arrival process. final static DoubleArraymarginalMomentsFromDMAP(Matrix D0, Matrix D1, Integer K)Returns the moments of the marginal distribution of a discrete Markovian arrival process. final static DoubleArraymarginalMomentsFromDMAP(Matrix D0, Matrix D1)Returns the moments of the marginal distribution of a discrete Markovian arrival process. -
-
Method Detail
-
marginalMomentsFromDMAP
@JvmOverloads() final static DoubleArray marginalMomentsFromDMAP(Matrix D0, Matrix D1, Integer K, Double prec)
Returns the moments of the marginal distribution of a discrete Markovian arrival process.
- Parameters:
D0- The D0 matrix of the discrete Markovian arrival processD1- The D1 matrix of the discrete Markovian arrival processK- Number of moments to compute.prec- Numerical precision for checking if the input is valid- Returns:
The vector of moments
-
marginalMomentsFromDMAP
@JvmOverloads() final static DoubleArray marginalMomentsFromDMAP(Matrix D0, Matrix D1, Integer K)
Returns the moments of the marginal distribution of a discrete Markovian arrival process.
- Parameters:
D0- The D0 matrix of the discrete Markovian arrival processD1- The D1 matrix of the discrete Markovian arrival processK- Number of moments to compute.- Returns:
The vector of moments
-
marginalMomentsFromDMAP
@JvmOverloads() final static DoubleArray marginalMomentsFromDMAP(Matrix D0, Matrix D1)
Returns the moments of the marginal distribution of a discrete Markovian arrival process.
- Parameters:
D0- The D0 matrix of the discrete Markovian arrival processD1- The D1 matrix of the discrete Markovian arrival process- Returns:
The vector of moments
-
-
-
-