Pareto {bda}R Documentation

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


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


[Package bda version 18.2.2 Index]