Learn R Programming

SkeweDF (version 0.1.0)

Lorentzian: Lorentzian Distribution Function

Description

This function generates a vector of n length of the Lorentzian distribution

Usage

Lorentzian(n, gamma, x0, c)

Arguments

n

Length of vector to be generated.

gamma

Parameter of the Lorenzian distribution function

x0

Parameter of the Lorenzian distribution function indicating center of function

c

Parameter of the Lorenzian distribution function indicating center of function

Examples

Run this code
# NOT RUN {
Lorentzian_calc(5, 5.5, 6, 2)
# }

Run the code above in your browser using DataLab