Skip to content

Commit

Permalink
TYPO: Fix typo in formula of firstorder-Uniformity
Browse files Browse the repository at this point in the history
A higher uniformity indicates a more homogeneous distribution of gray values instead of a more heterogeneous one.
  • Loading branch information
JoostJM committed Jun 13, 2018
1 parent 7e5f75d commit da7321d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radiomics/firstorder.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,8 @@ def getUniformityFeatureValue(self):
.. math::
\textit{uniformity} = \displaystyle\sum^{N_g}_{i=1}{p(i)^2}
Uniformity is a measure of the sum of the squares of each intensity value. This is a measure of the heterogeneity of
the image array, where a greater uniformity implies a greater heterogeneity or a greater range of discrete intensity
Uniformity is a measure of the sum of the squares of each intensity value. This is a measure of the homogeneity of
the image array, where a greater uniformity implies a greater homogeneity or a smaller range of discrete intensity
values.
.. note::
Expand Down

0 comments on commit da7321d

Please sign in to comment.