Package jline.lib.butools.dmap
Class MarginalMomentsFromDRAPKt
-
- All Implemented Interfaces:
public final class MarginalMomentsFromDRAPKt
-
-
Method Summary
Modifier and Type Method Description final static DoubleArraymarginalMomentsFromDRAP(Matrix H0, Matrix H1, Integer K, Double prec)Returns the moments of the marginal distribution of a discrete rational arrival process. -
-
Method Detail
-
marginalMomentsFromDRAP
final static DoubleArray marginalMomentsFromDRAP(Matrix H0, Matrix H1, Integer K, Double prec)
Returns the moments of the marginal distribution of a discrete rational arrival process.
- Parameters:
H0- The H0 matrix of the discrete rational arrival processH1- The H1 matrix of the discrete rational arrival processK- Number of moments to compute.prec- Numerical precision for checking if the input is valid- Returns:
The vector of moments
-
-
-
-