OlsModelParameters.RSquaredAdjusted Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The adjusted coefficient of determination. It is only possible to produce
an adjusted R-squared if there are more examples than parameters in the model
plus one. If this condition is not met, this value will be NaN
.
public readonly double RSquaredAdjusted;
val mutable RSquaredAdjusted : double
Public ReadOnly RSquaredAdjusted As Double