Skip to content

Commit cf88efe

Browse files
committed
fix typo
1 parent 42ca38d commit cf88efe

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/user_guide/monitoring/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

md-docs/user_guide/monitoring/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,13 @@ $$
151151
where $I_{max}$ and $I_{min}$ are the maximum and minimum intensities of the gray scaled image.
152152
In ML cube Platform we use a more slightly different version of this formula where instead of the minimum and maximum, 10-th and 90-th percentiles are used.
153153

154-
- **Histogram Spread:** is the ration between the quartile distance to the range of the histogram and the range of intensities.
154+
- **Histogram Spread:** is the ratio between the quartile distance to the range of the histogram and the range of intensities.
155155
The third and first quartiles are the histogram bins at which the cumulative histogram has 75% and 25% of maximum value:
156156
$$
157157
\frac{q_3 -q_1}{I_{max} + I_{min}}
158158
$$
159159

160-
- **Histogram Flatness:** is the ration of the geometric mean to the arithmetic mean of the histogram counts:
160+
- **Histogram Flatness:** is the ratio of the geometric mean to the arithmetic mean of the histogram counts:
161161

162162
$$
163163
\frac{\sqrt[n]{\prod_{i}^{n} x_i} }{\frac{1}{n}\sum_{i}^n x_i}

0 commit comments

Comments
 (0)