Package jline.api.mam
Class Me_mean
java.lang.Object
jline.api.mam.Me_mean
ME mean computation algorithms.
- Since:
- LINE 3.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic doubleme_mean(MatrixCell ME) Computes the mean of a Matrix Exponential (ME) distribution using matrices stored in a MatrixCell.static doubleComputes the mean of a Matrix Exponential (ME) distribution.
-
Method Details
-
me_mean
Computes the mean of a Matrix Exponential (ME) distribution.- Parameters:
alpha- The initial vector of the ME distributionA- The matrix parameter of the ME distribution- Returns:
- The mean of the ME distribution
-
me_mean
Computes the mean of a Matrix Exponential (ME) distribution using matrices stored in a MatrixCell.- Parameters:
ME- The Matrix Exponential distribution stored in a MatrixCell- Returns:
- The mean of the ME distribution
-