Search Results for

    Show / Hide Table of Contents

    Interface IHoltWintersModel

    Inherited Members
    IMovingAverageModel.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IHoltWintersModel : IMovingAverageModel

    Properties

    | Edit this page View Source

    Alpha

    Declaration
    [DataMember(Name = "alpha")]
    float? Alpha { get; set; }
    Property Value
    Type Description
    float?
    | Edit this page View Source

    Beta

    Declaration
    [DataMember(Name = "beta")]
    float? Beta { get; set; }
    Property Value
    Type Description
    float?
    | Edit this page View Source

    Gamma

    Declaration
    [DataMember(Name = "gamma")]
    float? Gamma { get; set; }
    Property Value
    Type Description
    float?
    | Edit this page View Source

    Pad

    Declaration
    [DataMember(Name = "pad")]
    bool? Pad { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Period

    Declaration
    [DataMember(Name = "period")]
    int? Period { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Type

    Declaration
    [DataMember(Name = "type")]
    HoltWintersType? Type { get; set; }
    Property Value
    Type Description
    HoltWintersType?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Alpha
      • Beta
      • Gamma
      • Pad
      • Period
      • Type
    • Extension Methods
    Back to top Generated by DocFX