Skip to content

Commit

Permalink
Merge pull request #165 from mmaelicke/fix-spherical-docs
Browse files Browse the repository at this point in the history
Fix formula in spherical model docs
  • Loading branch information
mmaelicke authored Oct 14, 2023
2 parents a59a83f + 88f06af commit a59da91
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.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 a59da91

Please sign in to comment.