We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f656e5a commit 581c444Copy full SHA for 581c444
src/torchmetrics/image/ergas.py
@@ -35,7 +35,7 @@ class ErrorRelativeGlobalDimensionlessSynthesis(Metric):
35
band of the result image. It is defined as:
36
37
.. math::
38
- ERGAS = 100 * \frac{h}{l} \\sqrt{\frac{1}{N} \\sum_{k=1}^{N} \frac{RMSE(B_k)^2}{\\mu_k^2}}
+ ERGAS = 100 \cdot \frac{h}{l} \cdot \sqrt{\frac{1}{N} \sum_{k=1}^{N} \frac{RMSE(B_k)^2}{\mu_k^2}}
39
40
where :math:`h` and :math:`l` denote the spatial resolution (pixel size) of the high and low resolution images,
41
often shorted to the ratio between them :math:`r=h/l`. :math:`N` is the number of spectral bands, :math:`RMSE(B_k)`
0 commit comments