Skip to content

Commit

Permalink
default values for 'lQ.thr' and 'hQ.thr' arguments were changed from …
Browse files Browse the repository at this point in the history
…0.7 and 0.2, respectively to 'lQ.thr=0.6' and 'hQ.thr==0.1'
  • Loading branch information
hzambran committed May 8, 2024
1 parent 565169f commit 391d70e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions man/gof.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,25 @@ gof(sim, obs, ...)

\method{gof}{default}(sim, obs, na.rm=TRUE, do.spearman=FALSE, do.pbfdc=FALSE,
j=1, lambda=0.95, norm="sd", s=c(1,1,1), method=c("2009", "2012", "2021"),
lQ.thr=0.7, hQ.thr=0.2, start.month=1, digits=2, fun=NULL, ...,
lQ.thr=0.6, hQ.thr=0.1, start.month=1, digits=2, fun=NULL, ...,
epsilon.type=c("none", "Pushpalatha2012", "otherFactor", "otherValue"),
epsilon.value=NA)

\method{gof}{matrix}(sim, obs, na.rm=TRUE, do.spearman=FALSE, do.pbfdc=FALSE,
j=1, lambda=0.95, norm="sd", s=c(1,1,1), method=c("2009", "2012", "2021"),
lQ.thr=0.7, hQ.thr=0.2, start.month=1, digits=2, fun=NULL, ...,
lQ.thr=0.6, hQ.thr=0.1, start.month=1, digits=2, fun=NULL, ...,
epsilon.type=c("none", "Pushpalatha2012", "otherFactor", "otherValue"),
epsilon.value=NA)

\method{gof}{data.frame}(sim, obs, na.rm=TRUE, do.spearman=FALSE, do.pbfdc=FALSE,
j=1, lambda=0.95, norm="sd", s=c(1,1,1), method=c("2009", "2012", "2021"),
lQ.thr=0.7, hQ.thr=0.2, start.month=1, digits=2, fun=NULL, ...,
lQ.thr=0.6, hQ.thr=0.1, start.month=1, digits=2, fun=NULL, ...,
epsilon.type=c("none", "Pushpalatha2012", "otherFactor", "otherValue"),
epsilon.value=NA)

\method{gof}{zoo}(sim, obs, na.rm=TRUE, do.spearman=FALSE, do.pbfdc=FALSE,
j=1, lambda=0.95, norm="sd", s=c(1,1,1), method=c("2009", "2012", "2021"),
lQ.thr=0.7, hQ.thr=0.2, start.month=1, digits=2, fun=NULL, ...,
lQ.thr=0.6, hQ.thr=0.1, start.month=1, digits=2, fun=NULL, ...,
epsilon.type=c("none", "Pushpalatha2012", "otherFactor", "otherValue"),
epsilon.value=NA)
}
Expand Down
8 changes: 4 additions & 4 deletions man/pbiasfdc.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ Percent Bias in the slope of the midsegment of the flow duration curve (FDC) [\%
\usage{
pbiasfdc(sim, obs, ...)

\method{pbiasfdc}{default}(sim, obs, lQ.thr=0.7, hQ.thr=0.2, na.rm=TRUE,
\method{pbiasfdc}{default}(sim, obs, lQ.thr=0.6, hQ.thr=0.1, na.rm=TRUE,
plot=TRUE, verbose=FALSE, fun=NULL, ...,
epsilon.type=c("none", "Pushpalatha2012", "otherFactor", "otherValue"),
epsilon.value=NA)

\method{pbiasfdc}{data.frame}(sim, obs, lQ.thr=0.7, hQ.thr=0.2, na.rm=TRUE,
\method{pbiasfdc}{data.frame}(sim, obs, lQ.thr=0.6, hQ.thr=0.1, na.rm=TRUE,
plot=TRUE, verbose=FALSE, fun=NULL, ...,
epsilon.type=c("none", "Pushpalatha2012", "otherFactor", "otherValue"),
epsilon.value=NA)

\method{pbiasfdc}{matrix}(sim, obs, lQ.thr=0.7, hQ.thr=0.2, na.rm=TRUE,
\method{pbiasfdc}{matrix}(sim, obs, lQ.thr=0.6, hQ.thr=0.1, na.rm=TRUE,
plot=TRUE, verbose=FALSE, fun=NULL, ...,
epsilon.type=c("none", "Pushpalatha2012", "otherFactor", "otherValue"),
epsilon.value=NA)

\method{pbiasfdc}{zoo}(sim, obs, lQ.thr=0.7, hQ.thr=0.2, na.rm=TRUE,
\method{pbiasfdc}{zoo}(sim, obs, lQ.thr=0.6, hQ.thr=0.1, na.rm=TRUE,
plot=TRUE, verbose=FALSE, fun=NULL, ...,
epsilon.type=c("none", "Pushpalatha2012", "otherFactor", "otherValue"),
epsilon.value=NA)
Expand Down

0 comments on commit 391d70e

Please sign in to comment.