![]() |
BornAgain
1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
|
Log-normal distribution.
Public Member Functions | |
| DistributionLogNormal (double median, double scale_param) | |
| DistributionLogNormal (std::vector< double > P) | |
| std::string | className () const final |
| DistributionLogNormal * | 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 | getMedian () const |
| double | getScalePar () const |
| bool | isDelta () const override |
| double | mean () const override |
| std::vector< ParaMeta > | parDefs () const final |
| double | probabilityDensity (double x) const override |
Friends | |
| class | DistributionsTest_DistributionLogNormalParameters_Test |
| DistributionLogNormal::DistributionLogNormal | ( | std::vector< double > | P | ) |
| DistributionLogNormal::DistributionLogNormal | ( | double | median, |
| double | scale_param | ||
| ) |
|
final |
|
override |
|
override |
generate list of sample values
| double DistributionLogNormal::getMedian | ( | ) | const |
| double DistributionLogNormal::getScalePar | ( | ) | const |
|
override |
|
override |
|
final |
|
override |
|
friend |