Linear |
public abstract class LinearModel<T> : IFormattable
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. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Gets a textual representation of the model. (Overrides ObjectToString) | |
| ToString(String, IFormatProvider) | Gets the string representation of the autoregressive model. |