LogNormal: Defines a probability space for a Log-Normal distribution If...

Description Usage Arguments

View source: R/distributions.R

Description

Defines a probability space for a Log-Normal distribution If Y has a LogNormal distribution with parameters mu and sigma, then log(Y) has a normal distribution with mean mu and sd sigma.

Usage

1
LogNormal(mu = 0, sigma = 1)

Arguments

mu

(double): mean of the underlying normal distribution

sigma

(double): standard deviation of the underlying normal distribution


hayate0304/Rsymbulate documentation built on May 17, 2019, 8:20 a.m.