RAND_LOGNORMAL | R Documentation |
This is the class of the log-normal random variable, inherited from
RAND_VAR. It is an environment with S3 class bandicoot_oop
.
rand_lognormal(
mu = 0,
sigma = 1,
env = new.env(parent = parent.frame()),
init_call = sys.call()
)
mu |
Numeric. Mean of the log of the random variable. |
sigma |
Numeric. Mean of the log of the random variable. |
env |
Environment. The instance environment. |
init_call |
Call. Contents of the |
An instance environment.
rand_lognormal()
: Class constructor, same as RAND_LOGNORMAL$instantiate()
.
Direct:
RAND_VAR
Indirect:
bandicoot::BASE
E
RAND_LOGNORMAL$E()
G
RAND_LOGNORMAL$gen()
I
RAND_LOGNORMAL$..init..()
V
RAND_LOGNORMAL$Var()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.