WIP better generated API reference docs
This commit is contained in:
18
docs/reference/api/AggregationsExtendedStatsAggregate.md
Normal file
18
docs/reference/api/AggregationsExtendedStatsAggregate.md
Normal file
@ -0,0 +1,18 @@
|
||||
## Interface `AggregationsExtendedStatsAggregate`
|
||||
|
||||
| Name | Type | Description |
|
||||
| - | - | - |
|
||||
| `std_deviation_as_string` | string | |
|
||||
| `std_deviation_bounds_as_string` | [AggregationsStandardDeviationBoundsAsString](./AggregationsStandardDeviationBoundsAsString.md) | |
|
||||
| `std_deviation_bounds` | [AggregationsStandardDeviationBounds](./AggregationsStandardDeviationBounds.md) | |
|
||||
| `std_deviation_population` | [double](./double.md) | null | |
|
||||
| `std_deviation_sampling` | [double](./double.md) | null | |
|
||||
| `std_deviation` | [double](./double.md) | null | |
|
||||
| `sum_of_squares_as_string` | string | |
|
||||
| `sum_of_squares` | [double](./double.md) | null | |
|
||||
| `variance_as_string` | string | |
|
||||
| `variance_population_as_string` | string | |
|
||||
| `variance_population` | [double](./double.md) | null | |
|
||||
| `variance_sampling_as_string` | string | |
|
||||
| `variance_sampling` | [double](./double.md) | null | |
|
||||
| `variance` | [double](./double.md) | null | |
|
||||
Reference in New Issue
Block a user