Skip to content

Use natural parameters when specifying uncertain distributions #893

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 18 commits into from
Dec 17, 2024
Merged
Show file tree
Hide file tree
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
Next Next commit
Fix example in collapse.dist_spec
  • Loading branch information
jamesmbaazam committed Dec 13, 2024
commit 6b0140f56a8abf60fff7d312762263c71e6203c7
2 changes: 1 addition & 1 deletion R/dist_spec.R
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ collapse <- function(x, ...) {
#' )
#'
#' # The maxf the sum of two distributions
#' collapse(discretise(dist1 + dist2))
#' collapse(discretise(dist1 + dist2, strict = FALSE))
collapse.dist_spec <- function(x, ...) {
return(x)
}
Expand Down
2 changes: 1 addition & 1 deletion man/collapse.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading