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