Search Results for

    Show / Hide Table of Contents

    Class ExtendedStatsAggregate

    Inheritance
    object
    MetricAggregateBase
    StatsAggregate
    ExtendedStatsAggregate
    Implements
    IAggregate
    Inherited Members
    StatsAggregate.Average
    StatsAggregate.Count
    StatsAggregate.Max
    StatsAggregate.Min
    StatsAggregate.Sum
    MetricAggregateBase.Meta
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class ExtendedStatsAggregate : StatsAggregate, IAggregate

    Properties

    | Edit this page View Source

    StdDeviation

    The standard deviation of the collected values

    Declaration
    public double? StdDeviation { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    StdDeviationBounds

    The upper or lower bounds of standard deviation

    Declaration
    public StandardDeviationBounds StdDeviationBounds { get; set; }
    Property Value
    Type Description
    StandardDeviationBounds
    | Edit this page View Source

    StdDeviationPopulation

    The population standard deviation of the collected values.

    Declaration
    public double? StdDeviationPopulation { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    StdDeviationSampling

    The sampling standard deviation of the collected values.

    Declaration
    public double? StdDeviationSampling { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    SumOfSquares

    The sum of squares of the collected values

    Declaration
    public double? SumOfSquares { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    Variance

    The variance of the collected values

    Declaration
    public double? Variance { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    VariancePopulation

    The population variance of the collected values.

    Declaration
    public double? VariancePopulation { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    VarianceSampling

    The sampling variance of the collected values.

    Declaration
    public double? VarianceSampling { get; set; }
    Property Value
    Type Description
    double?

    Implements

    IAggregate

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • StdDeviation
      • StdDeviationBounds
      • StdDeviationPopulation
      • StdDeviationSampling
      • SumOfSquares
      • Variance
      • VariancePopulation
      • VarianceSampling
    • Implements
    • Extension Methods
    Back to top Generated by DocFX