rlnorm3: Shifted lognormal random number generation

Description Usage Arguments Value

View source: R/rlnorm3.R

Description

This function generates random numbers from the shifted lognormal distribution. The shift must be positive.

Usage

1
  rlnorm3(n, mlog, sdlog, x0 = 0)

Arguments

n

the number of random numbers to generate

mlog

mean of the distribution on the log scale

sdlog

standard deviation of the distribution on the log scale

x0

shift parameter (must be positive)

Value

A vector random numbers from a shifted lognormal distribution


benaug/move.HMM documentation built on Jan. 23, 2022, 4:29 a.m.