Package jline.api.mam
Class Map_acfc
java.lang.Object
jline.api.mam.Map_acfc
-
Method Summary
Modifier and TypeMethodDescriptionstatic double[]map_acfc(MatrixCell MAP, int[] lags, double u) Computes the autocorrelation function coefficients (ACFC) for a MAP counting process using a MatrixCell.static double[]Computes the autocorrelation function coefficients (ACFC) for a MAP counting process.
-
Method Details
-
map_acfc
Computes the autocorrelation function coefficients (ACFC) for a MAP counting process.- Parameters:
D0- the hidden transition matrix of the MAPD1- the visible transition matrix of the MAPlags- an array of integers representing the lags at which to compute the ACFCu- the length of the timeslot (timescale)- Returns:
- an array of doubles containing the ACFC values for the specified lags
-
map_acfc
Computes the autocorrelation function coefficients (ACFC) for a MAP counting process using a MatrixCell.
-