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