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