Class ExtendedStatsAggregate
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class ExtendedStatsAggregate : StatsAggregate, IAggregate
Properties
| Edit this page View SourceStdDeviation
The standard deviation of the collected values
Declaration
public double? StdDeviation { get; set; }
Property Value
Type | Description |
---|---|
double? |
StdDeviationBounds
The upper or lower bounds of standard deviation
Declaration
public StandardDeviationBounds StdDeviationBounds { get; set; }
Property Value
Type | Description |
---|---|
StandardDeviationBounds |
StdDeviationPopulation
The population standard deviation of the collected values.
Declaration
public double? StdDeviationPopulation { get; set; }
Property Value
Type | Description |
---|---|
double? |
StdDeviationSampling
The sampling standard deviation of the collected values.
Declaration
public double? StdDeviationSampling { get; set; }
Property Value
Type | Description |
---|---|
double? |
SumOfSquares
The sum of squares of the collected values
Declaration
public double? SumOfSquares { get; set; }
Property Value
Type | Description |
---|---|
double? |
Variance
The variance of the collected values
Declaration
public double? Variance { get; set; }
Property Value
Type | Description |
---|---|
double? |
VariancePopulation
The population variance of the collected values.
Declaration
public double? VariancePopulation { get; set; }
Property Value
Type | Description |
---|---|
double? |
VarianceSampling
The sampling variance of the collected values.
Declaration
public double? VarianceSampling { get; set; }
Property Value
Type | Description |
---|---|
double? |