We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7eea2e commit b4af780Copy full SHA for b4af780
vignettes/it_works_for_any_univariate_distribution.Rmd
@@ -48,7 +48,7 @@ library(numDeriv)
48
49
pdf <- function(x, G, ...){
50
numDeriv::grad(
51
- func = \(x) G(x, ...),
+ func = function(x) G(x, ...),
52
x = x
53
)
54
}
0 commit comments