Interface GeneralizedLorentzianClassOptions

interface GeneralizedLorentzianClassOptions {
    fwhm?: number;
    gamma?: number;
}

Hierarchy

Properties

Properties

fwhm?: number

Full width at half maximum.

Default

500
gamma?: number

kurtosis parameter of the shape, between -1 to 2

Default

1