dst_pearson3 | R Documentation |
Makes a Pearson Type III distribution, which is a Gamma distribution, but shifted.
dst_pearson3(location, scale, shape)
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. |
A Pearson Type III distribution.
dst_pearson3(1, 1, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.