Skip to content

Commit a16880c

Browse files
committed
[VCF] Change example in NonStatGEV class
1 parent 862e3ec commit a16880c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bluemath_tk/distributions/nonstat_gev.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class NonStatGEV(BlueMathModel):
5353
>>> from bluemath_tk.distributions.nonstat_gev import NonStatGEV
5454
>>> nonstat_gev = NonStatGEV(x, t, covariates, trends=True)
5555
>>> fit_result = nonstat_gev.auto_adjust()
56-
>>> fit_result = nonstat_gev.fit(nmu=1,npsi=1,ngamma=1,ntrend_loc=1,list_loc="all",ntrend_sc=1,list_sc="all",ntrend_sh=1,list_sh="all")
56+
>>> fit_result = nonstat_gev.fit(nmu=2,npsi=2,ngamma=2,ntrend_loc=1,list_loc="all",ntrend_sc=1,list_sc="all",ntrend_sh=1,list_sh="all")
5757
"""
5858

5959
def __init__(

0 commit comments

Comments
 (0)