RAND_T: RAND_T class environment

RAND_TR Documentation

RAND_T class environment

Description

This is the class of the student-t random variable, inherited from RAND_VAR. It is an environment with S3 class bandicoot_oop.

Usage

rand_t(
  mu = 0,
  tau = 1,
  df = 10,
  env = new.env(parent = parent.frame()),
  init_call = sys.call()
)

Arguments

mu

Numeric.

tau

Numeric. Scale parameter.

df

Integer. Degree of freedom.

env

Environment. The instance environment.

init_call

Call. Contents of the ..init_call... It is recommended to leave it as default.

Value

An instance environment.

Functions

  • rand_t(): Class constructor, same as RAND_T$instantiate().

Class information

Parent classes

  • Direct:

    • RAND_VAR

  • Indirect:

    • bandicoot::BASE

New methods

  • E

    • RAND_T$E()

  • G

    • RAND_T$gen()

  • I

    • RAND_T$..init..()

  • V

    • RAND_T$Var()


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