RAND_LOGNORMAL-cash-..init..: Initialization method

RAND_LOGNORMAL$..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_LOGNORMAL$..init..(mu = 0, sigma = 1)

Arguments

mu

Numeric. Mean of the log of the random variable.

sigma

Numeric. Standard deviation of the log the random variable.

Value

Return the object itself.

Examples


# Instantiate
test <- rand_lognormal(mu = 1, sigma = 2)
test

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