AR1FitResult Class |
Namespace: Meta.Numerics.Statistics
The AR1FitResult type exposes the following members.
Name | Description | |
---|---|---|
![]() | Alpha |
Gets the α-parameter of the model.
|
![]() | GoodnessOfFit |
Tests the goodness of the AR(1) fit.
|
![]() | Mu |
Gets the μ-parameter of the model.
|
![]() | Parameters |
Gets the parameters of the regression.
(Inherited from FitResult.) |
![]() | Residuals |
Gets a list of the residuals of the fit.
|
![]() | Sigma |
Gets the σ-parameter of the model.
|
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 | Returns a string that represents the current object. (Inherited from Object.) |