struct Elasticsearch::Aggregations::ExtendedStats
- Elasticsearch::Aggregations::ExtendedStats
- Struct
- Value
- Object
Included Modules
- Elasticsearch::Aggregations::Aggregation
- JSON::Serializable
Defined in:
elasticsearch.crConstructors
Instance Method Summary
- #avg : Number | Nil
- #count : Int64
- #max : Number | Nil
- #min : Number | Nil
- #std_deviation : Number | Nil
- #std_deviation_bounds : Bounds
- #std_deviation_population : Number | Nil
- #std_deviation_sampling : Number | Nil
- #sum : Number
- #sum_of_squares : Number | Nil
- #variance : Number | Nil
- #variance_population : Number | Nil
- #variance_sampling : Number | Nil