bda (version 14.3.19)

Pareto: The Pareto distribution

Description

Density, distribution function, quantile function and random generation for the Pareto distribution.

Usage

dPareto(x,xm,alpha)
	pPareto(q,xm,alpha)
	qPareto(p,xm,alpha)
	rPareto(n,xm,alpha)

Arguments

x,q

vector of quantiles in dmixnorm and pmixnorm. In qmixnorm, 'x' is a vector of probabilities.

p

A vector of probabilities.

n

number of observations. If 'length(n) > 1', the length is taken to be the number required.

xm,alpha

parameters of the Pareto distribution.

Value

NONE

Examples

Run this code
# NOT RUN {
 xm = 0.1
 alpha = 1
 dPareto(.5, xm,alpha)

# }

Run the code above in your browser using DataLab