Skip to content

Commit

Permalink
Removed reference to index
Browse files Browse the repository at this point in the history
Signed-off-by: Mitchell Gale <[email protected]>
  • Loading branch information
MitchellGale committed Mar 28, 2024
1 parent 4284c21 commit 3b35c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _aggregations/metric/median-absolute-deviation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The `median_absolute_deviation` metric is a single-value metric aggregation that
Median absolute deviation is calculated with:<br>
median_absolute_deviation = median(|X<sub>i</sub> - Median(X<sub>i</sub>)|)

The following example calculates the median absolute deviation of the `DistanceMiles` field of the opensearch_dashboards_sample_data_flights index:
The following example calculates the median absolute deviation of the `DistanceMiles` field of the opensearch_dashboards_sample_data_flights:


```json
Expand Down

0 comments on commit 3b35c73

Please sign in to comment.