Skip to content

Commit

Permalink
Update vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
prdm0 committed May 22, 2024
1 parent b4af780 commit 21a06f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/it_works_for_any_univariate_distribution.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pdf_mbw <- function(x, a, b, beta, shape, scale)
# Checking the value of the integral
integrate(
f = \(x) pdf_mbw(x, 1, 1, 1, 1, 1),
f = function(x) pdf_mbw(x, 1, 1, 1, 1, 1),
lower = 0,
upper = Inf
)
Expand Down

0 comments on commit 21a06f4

Please sign in to comment.