public sealed class MA1FitResult : FitResultPublic NotInheritable Class MA1FitResult
	Inherits FitResultpublic ref class MA1FitResult sealed : public FitResult[<SealedAttribute>]
type MA1FitResult = 
    class
        inherit FitResult
    end| Beta | 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)  |