Package jline.lib.butools.dmap
Class LagCorrelationsFromDRAPKt
-
- All Implemented Interfaces:
public final class LagCorrelationsFromDRAPKt
-
-
Method Summary
Modifier and Type Method Description final static DoubleArraylagCorrelationsFromDRAP(Matrix H0, Matrix H1, Integer L, Double prec)Returns the lag autocorrelations of a discrete rational arrival process. -
-
Method Detail
-
lagCorrelationsFromDRAP
final static DoubleArray lagCorrelationsFromDRAP(Matrix H0, Matrix H1, Integer L, Double prec)
Returns the lag autocorrelations 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 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
-
-
-
-