RAND_LOGNORMAL: RAND_LOGNORMAL class environment

RAND_LOGNORMALR Documentation

RAND_LOGNORMAL class environment

Description

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

Usage

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

Arguments

mu

Numeric. Mean of the log of the random variable.

sigma

Numeric. Mean of the log of the random variable.

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

Class information

Parent classes

  • Direct:

    • RAND_VAR

  • Indirect:

    • bandicoot::BASE

New methods

  • E

    • RAND_LOGNORMAL$E()

  • G

    • RAND_LOGNORMAL$gen()

  • I

    • RAND_LOGNORMAL$..init..()

  • V

    • RAND_LOGNORMAL$Var()


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