Package jline.lib.butools.map
Class LagCorrelationsFromMAPKt
-
- All Implemented Interfaces:
public final class LagCorrelationsFromMAPKt
-
-
Method Summary
Modifier and Type Method Description final static DoubleArraylagCorrelationsFromMAP(Matrix D0, Matrix D1, Integer L)Returns the lag autocorrelations of a Markovian arrival process. final static DoubleArraylagCorrelationsFromRAP(Matrix H0, Matrix H1, Integer L)Returns the lag autocorrelations of a rational arrival process. -
-
Method Detail
-
lagCorrelationsFromMAP
final static DoubleArray lagCorrelationsFromMAP(Matrix D0, Matrix D1, Integer L)
Returns the lag autocorrelations of a Markovian arrival process.
- Parameters:
D0- The D0 matrix of the Markovian arrival processD1- The D1 matrix of the Markovian arrival processL- The number of lags to compute.- Returns:
The lag autocorrelation function up to lag L
-
lagCorrelationsFromRAP
final static DoubleArray lagCorrelationsFromRAP(Matrix H0, Matrix H1, Integer L)
Returns the lag autocorrelations of a rational arrival process.
- Parameters:
H0- The H0 matrix of the rational arrival processH1- The H1 matrix of the rational arrival processL- The number of lags to compute.- Returns:
The lag autocorrelation function up to lag L
-
-
-
-