Returns the R-squared (in percent).

Namespace: Imsl.Stat
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double RSquared { get; }
Visual Basic (Declaration)
Public ReadOnly Property RSquared As Double
Visual C++
public:
property double RSquared {
	double get ();
}

Field Value

A double representing the R-squared (in percent).

See Also