Click or drag to resize

InputVariableCorrelatorComputeR Method

Computes the score matrix R according to the algorithm.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
protected virtual DoubleMatrix ComputeR(
	int sampleSize,
	int numberOfInputVariables
)

Parameters

sampleSize  Int32
The sample size.
numberOfInputVariables  Int32
The number of variables in each sample.

Return Value

DoubleMatrix
See Also