Class HoltWintersModel
Inheritance
HoltWintersModel
Assembly: OpenSearch.Client.dll
Syntax
public class HoltWintersModel : IHoltWintersModel, IMovingAverageModel
Properties
|
Edit this page
View Source
Alpha
Declaration
public float? Alpha { get; set; }
Property Value
|
Edit this page
View Source
Beta
Declaration
public float? Beta { get; set; }
Property Value
|
Edit this page
View Source
Gamma
Declaration
public float? Gamma { get; set; }
Property Value
|
Edit this page
View Source
Pad
Declaration
public bool? Pad { get; set; }
Property Value
|
Edit this page
View Source
Period
Declaration
public int? Period { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
public HoltWintersType? Type { get; set; }
Property Value
Implements
Extension Methods