RAND_NORMAL: RAND_NORMAL class environment

RAND_NORMALR Documentation

RAND_NORMAL class environment

Description

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

Usage

rand_normal(
  mu = 0,
  sigma = 1,
  env = new.env(parent = parent.frame()),
  init_call = sys.call()
)

Arguments

mu

Numeric. Mean.

sigma

Numeric. Standard deviation.

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_normal(): Class constructor, same as RAND_NORMAL$instantiate().

Class information

Parent classes

  • Direct:

    • RAND_VAR

  • Indirect:

    • bandicoot::BASE

New methods

  • E

    • RAND_NORMAL$E()

  • G

    • RAND_NORMAL$gen()

  • I

    • RAND_NORMAL$..init..()

  • V

    • RAND_NORMAL$Var()


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