Skip to content

only call truncate if truncation is modelled #304

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 31, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
merge changes from master
  • Loading branch information
seabbs committed Aug 31, 2022
commit 34a0c3ff805c570e3d5548aa28448e55947d145e
3 changes: 2 additions & 1 deletion R/estimate_truncation.R
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ estimate_truncation <- function(obs, max_truncation = 10,
data <- list(
logmean = rnorm(1, 0, 1),
logsd = abs(rnorm(1, 0, 1)),
phi = abs(rnorm(1, 0, 1))
phi = abs(rnorm(1, 0, 1)),
sigma = abs(rnorm(1, 0, 1 ))
)
return(data)
}
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.