Skip to content

Commit

Permalink
Merge pull request GeostatsGuy#7 from sharkman424/myBranch
Browse files Browse the repository at this point in the history
finished docstring for backtr function
  • Loading branch information
jessepisel authored Apr 29, 2020
2 parents 902e09a + 4b29b09 commit 7f1775b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion geostatspy/geostats.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ def backtr(df,vcol,vr,vrg,zmin,zmax,ltail,ltpar,utail,utpar):
:param ltpar: lower tail extrapolation parameter
:param utail: upper tail value
:param utpar: upper tail extrapolation parameter
:return: TODO
:return: backtr: the DataFrame column, which has been back transformed using
the provided transformation table and tail extrapolation.
"""

EPSLON=1.0e-20
Expand Down

0 comments on commit 7f1775b

Please sign in to comment.