distrEx (version 2.2)

GPareto: Generating function for GPareto-class

Description

Generates an object of class "GPareto".

Usage

GPareto(loc = 0, scale = 1, shape = 0, location = loc)

Arguments

loc
real number: location parameter of the GPareto distribution.
scale
positive real number: scale parameter of the GPareto distribution
shape
non-negative real number: shape parameter of the GPareto distribution.
location
alternative argument name for argument 'loc' --- to support argument names of package VGAM.

Value

  • Object of class "GPareto"

concept

  • GPareto
  • absolutely continuous distribution
  • GPareto distribution
  • generating function

See Also

GPareto-class, dgpd

Examples

Run this code
(P1 <- GPareto(loc = 0, scale = 1, shape = 0))
plot(P1)

E(GPareto()) 
E(P1, function(x){x^2})

Run the code above in your browser using DataLab