rpareto: Random Pareto generator

View source: R/ShinySimulatorGlobal.R

rparetoR 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.


NetSimR documentation built on Oct. 25, 2023, 1:08 a.m.