RAND_VAR | R Documentation |
This is the base class of random variable, inherited from
bandicoot::BASE. It is an environment with S3 class bandicoot_oop
.
rand_var(
dist = "",
prm = list(),
env = new.env(parent = parent.frame()),
init_call = sys.call()
)
dist |
Character. Distribution name. |
prm |
List. List of parameters. |
env |
Environment. The instance environment. |
init_call |
Call. Contents of the |
An instance environment.
rand_var()
: Class constructor, same as RAND_VAR$instantiate()
.
Direct:
bandicoot::BASE
D:
RAND_VAR$dist
P:
RAND_VAR$prm
E:
RAND_VAR$E()
I:
RAND_VAR$..init..()
S:
RAND_VAR$set_prm()
RAND_VAR$..str..()
V:
RAND_VAR$Var()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.