Skip to content

Commit

Permalink
Increase lower even more?
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Apr 30, 2024
1 parent 1c18b6e commit b97f0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/extract_param.R
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ extract_param <- function(type = c("percentiles", "range"),
}
if (distribution == "weibull") {
names(param) <- c("shape", "scale")
lower <- c(1e-7, 1e-7)
lower <- c(1e-3, 1e-3)
upper <- c(1e10, 1e10)
}
if (distribution == "norm") {
Expand Down

0 comments on commit b97f0c7

Please sign in to comment.