Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
edknock committed Oct 17, 2024
1 parent e6e3d12 commit 75396f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/dsl-distributions.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ distr_gamma_rate <- distribution(

distr_gamma_scale <- distribution(
name = "Gamma",
variant = "rate",
variant = "scale",
density = function(x, shape, scale) {
dgamma(x, shape, scale = scale, log = TRUE)
},
Expand Down

0 comments on commit 75396f4

Please sign in to comment.