dst_gpd | R Documentation |
Makes a distribution belonging to the family of generalized Pareto distributions (GPD).
dst_gpd(location, scale, shape)
location |
Location parameter; numeric. |
scale |
Scale parameter; positive numeric. |
shape |
Shape parameter; numeric. |
Object of class "dst" of a GPD.
dst_gpd(0, 1, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.