BornAgain
1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
|
Cosine distribution.
Public Member Functions | |
DistributionCosine () | |
DistributionCosine (double mean, double sigma) | |
DistributionCosine (std::vector< double > P) | |
std::string | className () const final |
DistributionCosine * | 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... | |
bool | isDelta () const override |
double | mean () const override |
std::vector< ParaMeta > | parDefs () const final |
double | probabilityDensity (double x) const override |
double | sigma () const |
DistributionCosine::DistributionCosine | ( | std::vector< double > | P | ) |
DistributionCosine::DistributionCosine | ( | double | mean, |
double | sigma | ||
) |
DistributionCosine::DistributionCosine | ( | ) |
|
final |
|
override |
|
override |
generate list of sample values
|
override |
|
override |
|
final |
|
override |
double DistributionCosine::sigma | ( | ) | const |