Skip to content

Commit b4af780

Browse files
committed
Update vinette
1 parent a7eea2e commit b4af780

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
@@ -48,7 +48,7 @@ library(numDeriv)
4848
4949
pdf <- function(x, G, ...){
5050
numDeriv::grad(
51-
func = \(x) G(x, ...),
51+
func = function(x) G(x, ...),
5252
x = x
5353
)
5454
}

0 commit comments

Comments
 (0)