Linear |
The LinearVModel type exposes the following members.
| Name | Description | |
|---|---|---|
| Original | The samples to be explained. (Inherited from LinearModelT) | |
| Prediction | Predicted samples. (Inherited from LinearModelT) | |
| R2 | Explained variance versus total variance. (Inherited from LinearModelT) | |
| ResidualSumSquares | Gets the residual sum of squares. (Inherited from LinearModelT) | |
| StandardError | Gets the standard error. (Inherited from LinearModelT) | |
| TotalSumSquares | Gets the total sum of squares. (Inherited from LinearModelT) | |
| TStats | Student-t statistics for the weights. (Inherited from LinearModelT) | |
| Variables | The names of the samples used as predictors. (Inherited from LinearModelT) | |
| Weights | Calculated weights for the predictors. (Inherited from LinearModelT) |