Returns the R-squared (in percent).
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double RSquared { get; }
Public ReadOnly Property RSquared As Double
Get
public:
property double RSquared {
double get ();
}
member RSquared : float with get
Property Value
Type:
Double
A
double representing the
R-squared (in percent).
See Also