RAND_T-cash-..init..: Initialization method

RAND_T$..init..R Documentation

Initialization method

Description

This function will be called after an instance is built. User input will be stored in the environment.

Usage

RAND_T$..init..(mu = 0, tau = 1, df = 10)

Arguments

mu

Numeric. Mean. Default is 0.

tau

Numeric. Scale parameter. Default is 1.

df

Integer. Degree of freedom. Default is 10.

Value

Return the object itself.

Examples


# Instantiate
test <- rand_t(mu = 0, tau = 1, df = 3)
test

TengMCing/visage documentation built on Aug. 28, 2024, 3:27 p.m.