Package jline.api.mam
Class Me_scvKt
-
- All Implemented Interfaces:
public final class Me_scvKt
-
-
Method Summary
Modifier and Type Method Description final static Doubleme_scv(Matrix alpha, Matrix A)Computes the squared coefficient of variation (SCV) of a Matrix Exponential (ME) distribution. final static Doubleme_scv(MatrixCell ME)Computes the squared coefficient of variation (SCV) of an ME distribution using matrices stored in a MatrixCell. -
-
Method Detail
-
me_scv
final static Double me_scv(Matrix alpha, Matrix A)
Computes the squared coefficient of variation (SCV) of a Matrix Exponential (ME) distribution.
The SCV is calculated as: SCV = variance / mean^2
- Parameters:
alpha- The initial vector of the ME distributionA- The matrix parameter of the ME distribution- Returns:
The squared coefficient of variation of the ME distribution
-
me_scv
final static Double me_scv(MatrixCell ME)
Computes the squared coefficient of variation (SCV) of an ME distribution using matrices stored in a MatrixCell.
This is a convenience method that computes the SCV using the process representation.
- Parameters:
ME- The Matrix Exponential distribution stored in a MatrixCell- Returns:
The squared coefficient of variation of the ME distribution
-
-
-
-