Click or drag to resize

LinearModelT Properties

The LinearModelT type exposes the following members.

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