This is the complete list of members for JohnsonSBDistribution, including all inherited members.
_a | NormalDistribution | protectedstatic |
_alpha_1 | JohnsonSBDistribution | protected |
_alpha_2 | JohnsonSBDistribution | protected |
_b | NormalDistribution | protectedstatic |
_lower | JohnsonSBDistribution | protected |
_mean | NormalDistribution | protected |
_standard_deviation | NormalDistribution | protected |
_upper | JohnsonSBDistribution | protected |
cdf(const Real &x) const override | JohnsonSBDistribution | virtual |
cdf(const Real &x, const Real &a, const Real &b, const Real &alpha_1, const Real &alpha_2) | JohnsonSBDistribution | static |
NormalDistribution::cdf(const Real &x, const Real &mean, const Real &std_dev) | NormalDistribution | static |
JohnsonSBDistribution(const InputParameters ¶meters) | JohnsonSBDistribution | |
NormalDistribution(const InputParameters ¶meters) | NormalDistribution | |
pdf(const Real &x) const override | JohnsonSBDistribution | virtual |
pdf(const Real &x, const Real &a, const Real &b, const Real &alpha_1, const Real &alpha_2) | JohnsonSBDistribution | static |
NormalDistribution::pdf(const Real &x, const Real &mean, const Real &std_dev) | NormalDistribution | static |
quantile(const Real &p) const override | JohnsonSBDistribution | virtual |
quantile(const Real &p, const Real &a, const Real &b, const Real &alpha_1, const Real &alpha_2) | JohnsonSBDistribution | static |
NormalDistribution::quantile(const Real &p, const Real &mean, const Real &std_dev) | NormalDistribution | static |
validParams() | JohnsonSBDistribution | static |