|
CMP++: Uncertainty Quantification & Bayesian Calibration
|
This is the complete list of members for cmp::density::KDE, including all inherited members.
| bandwidth_ | cmp::density::KDE | private |
| BandWidthSelectionMethod enum name | cmp::density::KDE | |
| condition(const Eigen::Ref< const Eigen::MatrixXd > &data, bool copyData=false) | cmp::density::KDE | |
| data_ | cmp::density::KDE | private |
| dim_ | cmp::density::KDE | private |
| eval(const Eigen::VectorXd &x) const | cmp::density::KDE | |
| isOwning_ | cmp::density::KDE | private |
| KDE() | cmp::density::KDE | |
| KDE(std::shared_ptr< kernel::Bandwidth > bandwidth, std::shared_ptr< kernel::Kernel > kernel) | cmp::density::KDE | |
| KDE(const KDE &other) | cmp::density::KDE | |
| KDE(KDE &&other) noexcept | cmp::density::KDE | |
| kernel_ | cmp::density::KDE | private |
| nPoints_ | cmp::density::KDE | private |
| operator=(const KDE &other) | cmp::density::KDE | |
| operator=(KDE &&other) noexcept | cmp::density::KDE | |
| pData_ | cmp::density::KDE | private |
| set(const std::shared_ptr< kernel::Bandwidth > &bandwidth, const std::shared_ptr< kernel::Kernel > &kernel) | cmp::density::KDE |