Package jline.lib.butools.dmap
Class LagCorrelationsFromDMAPKt
-
- All Implemented Interfaces:
public final class LagCorrelationsFromDMAPKt
-
-
Method Summary
Modifier and Type Method Description final static DoubleArraylagCorrelationsFromDMAP(Matrix D0, Matrix D1, Integer L, Double prec)Returns the lag autocorrelations of a discrete Markovian arrival process. -
-
Method Detail
-
lagCorrelationsFromDMAP
final static DoubleArray lagCorrelationsFromDMAP(Matrix D0, Matrix D1, Integer L, Double prec)
Returns the lag autocorrelations 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 processL- The number of lags to compute.prec- Numerical precision to check if the input is valid- Returns:
The lag autocorrelation function up to lag L
-
-
-
-