Package jline.lib.butools.dmap
Class LagCorrelationsFromDRAP
java.lang.Object
jline.lib.butools.dmap.LagCorrelationsFromDRAP
-
Method Summary
Modifier and TypeMethodDescriptionstatic double[]lagCorrelationsFromDRAP(Matrix H0, Matrix H1) static double[]lagCorrelationsFromDRAP(Matrix H0, Matrix H1, int L) static double[]lagCorrelationsFromDRAP(Matrix H0, Matrix H1, int L, double prec) Returns the lag autocorrelations of a discrete rational arrival process.
-
Method Details
-
lagCorrelationsFromDRAP
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. The default value is 1.prec- Numerical precision to check if the input is valid- Returns:
- The lag autocorrelation function up to lag L
-
lagCorrelationsFromDRAP
-
lagCorrelationsFromDRAP
-