| ParetoParameter-class | R Documentation |
The class of the parameter of Pareto distributions.
Objects can be created by calls of the form new("ParetoParameter", ...).
shapereal number: shape parameter of a Pareto distribution.
Minpositive real number: Min parameter of a Pareto distribution.
namedefault name is “parameter of a Pareto distribution”.
Class "Parameter", directly.
Class "OptionalParameter", by class "Parameter".
signature(object = "ParetoParameter"): access method for
slot shape.
signature(x = "ParetoParameter"): access method for
slot Min.
signature(x = "ParetoParameter"): access method for
slot Min.
signature(object = "ParetoParameter"): replace method for
slot shape.
signature(x = "ParetoParameter"): replace method for
slot Min.
Nataliya Horbenko nhorbenko@gmail.com
Pareto-class, Parameter-class
(P1 <- new("ParetoParameter"))
Min(P1)
shape(P1)
Min(P1) <- 3
shape(P1) <- 4
P1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.