rpareto {NetSimR}R Documentation

Random Pareto generator

Description

Random Pareto generator

Usage

rpareto(n, alpha, 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.

Value

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


[Package NetSimR version 0.1.5 Index]