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