Gets the permuted score matrix which has been transformed to have the desired correlation matrix.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public DoubleMatrix Rstar { get; }
Visual Basic (Declaration)
Public ReadOnly Property Rstar As DoubleMatrix
Visual C++
public:
property DoubleMatrix^ Rstar {
	DoubleMatrix^ get ();
}

See Also