Skip to content

Commit

Permalink
finished docstring for backtr function
Browse files Browse the repository at this point in the history
added return behavior to the docstring
  • Loading branch information
sharkman424 authored Apr 7, 2020
1 parent b9384c8 commit 4b29b09
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 4b29b09

Please sign in to comment.