Package jline.lib.butools.map
Class MarginalMomentsFromMRAPKt
-
- All Implemented Interfaces:
public final class MarginalMomentsFromMRAPKt
-
-
Method Summary
Modifier and Type Method Description final static DoubleArraymarginalMomentsFromMRAP(MatrixCell H, Integer K, Double prec)Returns the moments of the marginal distribution of a continuous marked rational arrival process. final static DoubleArraymarginalMomentsFromMRAP(MatrixCell H, Integer K)Returns the moments of the marginal distribution of a continuous marked rational arrival process. final static DoubleArraymarginalMomentsFromMRAP(MatrixCell H)Returns the moments of the marginal distribution of a continuous marked rational arrival process. final static DoubleArraymarginalMomentsFromMRAP(Array<Matrix> H, Integer K, Double prec)Overload for Array<Matrix>. final static DoubleArraymarginalMomentsFromMRAP(Array<Matrix> H, Integer K)Overload for Array<Matrix>. final static DoubleArraymarginalMomentsFromMRAP(Array<Matrix> H)Overload for Array<Matrix>. -
-
Method Detail
-
marginalMomentsFromMRAP
@JvmOverloads() final static DoubleArray marginalMomentsFromMRAP(MatrixCell H, Integer K, Double prec)
Returns the moments of the marginal distribution of a continuous marked rational arrival process.
- Parameters:
H- The H0...K- Number of moments to compute.prec- Numerical precision for checking if the input is valid- Returns:
The vector of moments
-
marginalMomentsFromMRAP
@JvmOverloads() final static DoubleArray marginalMomentsFromMRAP(MatrixCell H, Integer K)
Returns the moments of the marginal distribution of a continuous marked rational arrival process.
- Parameters:
H- The H0...K- Number of moments to compute.- Returns:
The vector of moments
-
marginalMomentsFromMRAP
@JvmOverloads() final static DoubleArray marginalMomentsFromMRAP(MatrixCell H)
Returns the moments of the marginal distribution of a continuous marked rational arrival process.
- Parameters:
H- The H0...- Returns:
The vector of moments
-
marginalMomentsFromMRAP
@JvmOverloads() final static DoubleArray marginalMomentsFromMRAP(Array<Matrix> H, Integer K, Double prec)
Overload for Array<Matrix>.
-
marginalMomentsFromMRAP
@JvmOverloads() final static DoubleArray marginalMomentsFromMRAP(Array<Matrix> H, Integer K)
Overload for Array<Matrix>.
-
marginalMomentsFromMRAP
@JvmOverloads() final static DoubleArray marginalMomentsFromMRAP(Array<Matrix> H)
Overload for Array<Matrix>.
-
-
-
-