BornAgain
1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
|
Lorentz distribution with half width hwhm.
Public Member Functions | |
DistributionLorentz () | |
DistributionLorentz (double mean, double hwhm) | |
DistributionLorentz (std::vector< double > P) | |
std::string | className () const final |
DistributionLorentz * | clone () const override |
std::vector< double > | equidistantPoints (size_t nbr_samples, double sigma_factor, const RealLimits &limits=RealLimits()) const override |
generate list of sample values More... | |
double | hwhm () const |
bool | isDelta () const override |
double | mean () const override |
std::vector< ParaMeta > | parDefs () const final |
double | probabilityDensity (double x) const override |
DistributionLorentz::DistributionLorentz | ( | std::vector< double > | P | ) |
DistributionLorentz::DistributionLorentz | ( | double | mean, |
double | hwhm | ||
) |
DistributionLorentz::DistributionLorentz | ( | ) |
|
final |
|
override |
|
override |
generate list of sample values
double DistributionLorentz::hwhm | ( | ) | const |
|
override |
|
override |
|
final |
|
override |