Gets or sets a value that indicates whether the model contains a constant (mean) term.
Namespace: Extreme.Statistics.TimeSeriesAnalysis
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public bool EstimateMean { get; set; }
|
| Visual Basic (Declaration) |
Public Property EstimateMean As Boolean
Get
Set
|
| Visual C++ |
public:
property bool EstimateMean {
bool get ();
void set (bool value);
}
|
| F# |
member EstimateMean : bool with get, set
|
Field Value
true
True
true
true (True in Visual Basic) if the mean should be estimated together with the other model
parameters; otherwise
falseFalsefalsefalse (False in Visual Basic).
See Also