dst_pearson3: Pearson Type III distribution

View source: R/dst_pearson3.R

dst_pearson3R Documentation

Pearson Type III distribution

Description

Makes a Pearson Type III distribution, which is a Gamma distribution, but shifted.

Usage

dst_pearson3(location, scale, shape)

Arguments

location

Location parameter, specifying how to shift the Gamma distribution; single numeric.

scale

Scale parameter of the Gamma distribution; single positive numeric.

shape

Shape parameter of the Gamma distribution; single positive numeric.

Value

A Pearson Type III distribution.

Examples

dst_pearson3(1, 1, 1)

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