Skip to content

Commit

Permalink
Merge pull request #227 from gama-platform/fix-#224-doc
Browse files Browse the repository at this point in the history
fix #224 on doc (log-normal operator)
  • Loading branch information
lesquoyb authored Jun 25, 2024
2 parents 6b5d3a3 + fb7700b commit d7c24aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public static Double OpExpDist(final IScope scope, final Double rate)
category = { IOperatorCategory.RANDOM },
concept = { IConcept.RANDOM })
@doc (
value = "returns a random value from a Log-Normal distribution with specified values of the shape (alpha) and scale (beta) parameters. See https://en.wikipedia.org/wiki/Log-normal_distribution for more details. ",
value = "returns a random value from a Log-Normal distribution with specified values of the expected value (or mean) of the variable's natural logarithm (shape) and the standard deviation of the variable's natural logarithm (scale) parameters. See https://en.wikipedia.org/wiki/Log-normal_distribution for more details. ",
examples = { @example (
value = "lognormal_rnd(2,3)",
equals = "0.731",
Expand Down

0 comments on commit d7c24aa

Please sign in to comment.