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