These functions are the same as class$instantiate.
Usage
rand_var(..., env = new.env(parent = parent.frame()), init_call = sys.call())
rand_uniform(
...,
env = new.env(parent = parent.frame()),
init_call = sys.call()
)
rand_uniform_d(
...,
env = new.env(parent = parent.frame()),
init_call = sys.call()
)
rand_normal(
...,
env = new.env(parent = parent.frame()),
init_call = sys.call()
)
rand_lognormal(
...,
env = new.env(parent = parent.frame()),
init_call = sys.call()
)
rand_t(..., env = new.env(parent = parent.frame()), init_call = sys.call())
closed_form(
...,
env = new.env(parent = parent.frame()),
init_call = sys.call()
)
vi_model(..., env = new.env(parent = parent.frame()), init_call = sys.call())
cubic_model(
...,
env = new.env(parent = parent.frame()),
init_call = sys.call()
)
simple_cubic_model(
...,
env = new.env(parent = parent.frame()),
init_call = sys.call()
)
quartic_model(
...,
env = new.env(parent = parent.frame()),
init_call = sys.call()
)
poly_model(..., env = new.env(parent = parent.frame()), init_call = sys.call())
heter_model(
...,
env = new.env(parent = parent.frame()),
init_call = sys.call()
)
ar1_model(..., env = new.env(parent = parent.frame()), init_call = sys.call())
non_normal_model(
...,
env = new.env(parent = parent.frame()),
init_call = sys.call()
)Arguments
- ...
Arguments passed to
initmethod.- env
Environment. The instance environment.
- init_call
Call. Contents of the
..init_call... It is recommended to leave it as default. Default isinit_call = sys.call().
Functions
rand_var(): RAND_VARrand_uniform(): RAND_UNIFORMrand_uniform_d(): RAND_UNIFORM_Drand_normal(): RAND_NORMALrand_lognormal(): RAND_LOGNORMALrand_t(): RAND_Tclosed_form(): CLOSED_FORMvi_model(): VI_MODELcubic_model(): CUBIC_MODELsimple_cubic_model(): SIMPLE_CUBIC_MODELquartic_model(): QUARTIC_MODELpoly_model(): POLY_MODELheter_model(): HETER_MODELar1_model(): AR1_MODELnon_normal_model(): NON_NORMAL_MODEL