Pareto: Generating function for Pareto-class

Description Usage Arguments Value Note Author(s) See Also Examples

View source: R/Pareto.R

Description

Generates an object of class "Pareto".

Usage

1
Pareto(shape = 1, Min = 1)

Arguments

shape

positive real number: shape parameter of the Pareto distribution.

Min

positive real number: Min parameter of the Pareto distribution

Value

Object of class "Pareto"

Note

The class "Pareto" is based on the code provided by the package actuar by Vincent Goulet and Mathieu Pigeon.

Author(s)

Nataliya Horbenko nhorbenko@gmail.com

See Also

Pareto-class, dpareto1

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
(P1 <- Pareto(shape = 1, Min = 1))
plot(P1)

E(Pareto()) 
E(P1)
E(P1, function(x){x^2})
var(P1)
sd(P1)
median(P1)
IQR(P1)
mad(P1)

RobExtremes documentation built on May 2, 2019, 3:44 p.m.