We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d53d5c4 commit 1f40e34Copy full SHA for 1f40e34
xdem/spatialstats.py
@@ -1696,7 +1696,8 @@ def fit_sum_model_variogram(
1696
lower, sill upper).
1697
:param p0: Initial guess of ranges and sills each model (shape K x 2 = K x range first guess, sill first guess).
1698
:param maxfev: Maximum number of function evaluations before the termination, passed to scipy.optimize.curve_fit().
1699
- Convergence problems can sometimes be fixed by changing this value (default None: automatically determine the number).
+ Convergence problems can sometimes be fixed by changing this value (default None: automatically determine the
1700
+ number).
1701
1702
:return: Function of sum of variogram, Dataframe of optimized coefficients.
1703
"""
0 commit comments