ppareto: CDF of the Pareto Distribution.

View source: R/utils.R

pparetoR Documentation

CDF of the Pareto Distribution.

Description

Cumulative Distribution Function for the pareto distribution with shape 'shape' and location 'location'.

Usage

ppareto(q, shape = 1, location = 0)

Arguments

q

vector of quantiles.

shape

vector of shapes. Default = 1.

location

vector of locations. Default = 0.

Value

A vector of probabilities.

Examples

ppareto(seq(1, 5, 1), shape = 3, location = 1)

gmlang/ezplot documentation built on Sept. 18, 2022, 6:33 a.m.