dst_lp3: Log Pearson Type III distribution

View source: R/dst_lp3.R

dst_lp3R Documentation

Log Pearson Type III distribution

Description

Makes a Log Pearson Type III distribution, which is the distribution of the exponential of a random variable following a Pearson Type III distribution.

Usage

dst_lp3(meanlog, sdlog, skew)

Arguments

meanlog

Mean of the log of the random variable; single numeric.

sdlog

Standard deviation of the log of the random variable; single positive numeric.

skew

Skewness of the log of the random variable; single numeric.

Value

A Log Pearson Type III distribution.

Examples

dst_lp3(0, 1, 1)

vincenzocoia/distionary documentation built on Feb. 26, 2025, 11:09 a.m.