KDEDefaultParams contains the default input parameter values for KDE.
More...
#include <kde.hpp>
KDEDefaultParams contains the default input parameter values for KDE.
Definition at line 32 of file kde.hpp.
◆ absError
| constexpr double absError = 0 |
|
staticconstexpr |
Absolute error tolerance.
Definition at line 38 of file kde.hpp.
◆ initialSampleSize
| constexpr size_t initialSampleSize = 100 |
|
staticconstexpr |
Initial sample size for Monte Carlo estimations.
Definition at line 51 of file kde.hpp.
◆ mcBreakCoef
| constexpr double mcBreakCoef = 0.4 |
|
staticconstexpr |
Monte Carlo break coefficient.
Definition at line 57 of file kde.hpp.
◆ mcEntryCoef
| constexpr double mcEntryCoef = 3 |
|
staticconstexpr |
Monte Carlo entry coefficient.
Definition at line 54 of file kde.hpp.
◆ mcProb
| constexpr double mcProb = 0.95 |
|
staticconstexpr |
Probability of a Monte Carlo estimation to be bounded by the relative error tolerance.
Definition at line 48 of file kde.hpp.
◆ mode
◆ monteCarlo
| constexpr bool monteCarlo = false |
|
staticconstexpr |
Whether to use Monte Carlo estimations when possible.
Definition at line 44 of file kde.hpp.
◆ relError
| constexpr double relError = 0.05 |
|
staticconstexpr |
Relative error tolerance.
Definition at line 35 of file kde.hpp.
The documentation for this struct was generated from the following file: