Skip to content

Commit 21a06f4

Browse files
committed
Update vignette
1 parent b4af780 commit 21a06f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/it_works_for_any_univariate_distribution.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pdf_mbw <- function(x, a, b, beta, shape, scale)
7676
7777
# Checking the value of the integral
7878
integrate(
79-
f = \(x) pdf_mbw(x, 1, 1, 1, 1, 1),
79+
f = function(x) pdf_mbw(x, 1, 1, 1, 1, 1),
8080
lower = 0,
8181
upper = Inf
8282
)

0 commit comments

Comments
 (0)