Learn R Programming

SkeweDF (version 0.1.0)

Lorentzian_calc: Lorentzian Distribution Function calculation

Description

This function calculates value of Lorentzian function at x

Usage

Lorentzian_calc(x, gamma, x0, c)

Arguments

x

Index of function

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