Interface IHoltLinearModel
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IHoltLinearModel : IMovingAverageModel
Properties
| Edit this page View SourceAlpha
Declaration
[DataMember(Name = "alpha")]
float? Alpha { get; set; }
Property Value
Type | Description |
---|---|
float? |
Beta
Declaration
[DataMember(Name = "beta")]
float? Beta { get; set; }
Property Value
Type | Description |
---|---|
float? |