Package com.walkfares.function.math
Class MatrixTransforms.covariance
java.lang.Object
com.walkfares.function.math.MatrixTransforms.covariance
- All Implemented Interfaces:
SeriesToMatrixTransform
- Enclosing class:
- MatrixTransforms
public static class MatrixTransforms.covariance extends Object implements SeriesToMatrixTransform
-
Constructor Summary
Constructors Constructor Description covariance()
-
Method Summary
Modifier and Type Method Description VarMatrix
transform(OpenDSLContext context, VarList series, VarScalar... params)
-
Constructor Details
-
covariance
public covariance()
-
-
Method Details
-
transform
- Specified by:
transform
in interfaceSeriesToMatrixTransform
-