This editor is interactive! Try changing the code.
lognormal(mu, sigma)
is a normal distribution with
mean mu
and standard deviation sigma
. For example, these two distributions
are identical:
5 to 10
does the same thing as to(5,10)
.
normal(5,2) .- uniform(10,12)
results in a distribution-like
object with negative probability mass.