public sealed class AR1FitResult : FitResult
Public NotInheritable Class AR1FitResult
Inherits FitResult
public ref class AR1FitResult sealed : public FitResult
[<SealedAttribute>]
type AR1FitResult =
class
inherit FitResult
end
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. |
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) |