Skip to content

Commit 7f1775b

Browse files
authored
Merge pull request GeostatsGuy#7 from sharkman424/myBranch
finished docstring for backtr function
2 parents 902e09a + 4b29b09 commit 7f1775b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

geostatspy/geostats.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ def backtr(df,vcol,vr,vrg,zmin,zmax,ltail,ltpar,utail,utpar):
3636
:param ltpar: lower tail extrapolation parameter
3737
:param utail: upper tail value
3838
:param utpar: upper tail extrapolation parameter
39-
:return: TODO
39+
:return: backtr: the DataFrame column, which has been back transformed using
40+
the provided transformation table and tail extrapolation.
4041
"""
4142

4243
EPSLON=1.0e-20

0 commit comments

Comments
 (0)