Package com.walkfares.function.math
Class MatrixTransforms
java.lang.Object
com.walkfares.function.math.MatrixTransforms
public class MatrixTransforms extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMatrixTransforms.correlationstatic classMatrixTransforms.correlationFromMatrixstatic classMatrixTransforms.covariance -
Constructor Summary
Constructors Constructor Description MatrixTransforms() -
Method Summary
Modifier and Type Method Description static VarMatrixcreateShiftedCorrelation(OpenDSLContext context, VarMatrix matrix, int shift)static double[]fromScalars(VarScalar[] data)static VarMatrixfromSeriesList(OpenDSLContext context, VarList series)static VarMatrixtransform(OpenDSLContext context, VarList input, String property, SeriesToMatrixTransform t, VarScalar... params)static VarMatrixtransform(OpenDSLContext context, VarMatrix input, MatrixTransform t, VarScalar... params)
-
Constructor Details
-
MatrixTransforms
public MatrixTransforms()
-
-
Method Details
-
transform
public static VarMatrix transform(OpenDSLContext context, VarMatrix input, MatrixTransform t, VarScalar... params) -
transform
public static VarMatrix transform(OpenDSLContext context, VarList input, String property, SeriesToMatrixTransform t, VarScalar... params) -
fromSeriesList
-
createShiftedCorrelation
public static VarMatrix createShiftedCorrelation(OpenDSLContext context, VarMatrix matrix, int shift) -
fromScalars
-