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