Click or drag to resize

InputVariableCorrelatorGetCorrelatedInputs Method

Constructs a matrix containing the input variables values re-ordered so as to have the desried correlations.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleMatrix GetCorrelatedInputs(
	DoubleMatrix inputs
)

Parameters

inputs  DoubleMatrix
The the inputs to correlate. Each row is an input value.

Return Value

DoubleMatrix
the input variables values, one per row, re-ordered so as to have the desried correlations.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if the number of input variables is not equal to the number of input variables in the specified correlations matrix. That is, the number of columns in inputs must be equal to the number of columns in the specified correlation matrix.
See Also