bda (version 18.2.2)

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)

Value

NONE

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.

Examples

Run this code

 xm = 0.1
 alpha = 1
 dPareto(.5, xm,alpha)

Run the code above in your browser using DataLab