Learn R Programming

NetSimR (version 0.1.5)

rpareto: Random Pareto generator

Description

Random Pareto generator

Usage

rpareto(n, alpha, x_m)

Value

A vector of n random Pareto variables with parameters alpha and x_m.

Arguments

n

Number of values to generate.

alpha

A positive real number. Alpha parameter of the Pareto distribution.

x_m

A positive real number. The minimum value for the Pareto distribution.