Skip to content

Commit

Permalink
Fix formula in spherical model docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaelicke authored Oct 9, 2023
1 parent 01e13fe commit b6af438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skgstat/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def spherical(h, r, c0, b=0):
The implementation follows [6]_:
.. math::
\gamma = b + C_0 * \left({1.5*\frac{h}{a} - 0.5*\frac{h}{a}^3}\right)
\gamma = b + C_0 * \left({1.5*\frac{h}{a} - 0.5*(\frac{h}{a})^3}\right)
if :math:`h < r`, and
Expand Down

0 comments on commit b6af438

Please sign in to comment.