This function will be called after an instance is built. User input will be stored in the environment.
Arguments
- mu
Numeric. Mean. Default is 0.
- tau
Numeric. Scale parameter. Default is 1.
- df
Integer. Degree of freedom. Default is 10.
Examples
# Instantiate
test <- rand_t(mu = 0, tau = 1, df = 3)
test
#>
#> ── <RAND_T object>
#> [mu: 0, tau: 1, df: 3]