Click or drag to resize

LinearVModel Properties

The LinearVModel type exposes the following members.

Properties
 NameDescription
Public propertyOriginalThe samples to be explained.
(Inherited from LinearModelT)
Public propertyPredictionPredicted samples.
(Inherited from LinearModelT)
Public propertyR2Explained variance versus total variance.
(Inherited from LinearModelT)
Public propertyResidualSumSquaresGets the residual sum of squares.
(Inherited from LinearModelT)
Public propertyStandardErrorGets the standard error.
(Inherited from LinearModelT)
Public propertyTotalSumSquaresGets the total sum of squares.
(Inherited from LinearModelT)
Public propertyTStatsStudent-t statistics for the weights.
(Inherited from LinearModelT)
Public propertyVariablesThe names of the samples used as predictors.
(Inherited from LinearModelT)
Public propertyWeightsCalculated weights for the predictors.
(Inherited from LinearModelT)
Top
See Also