Michael Baudin
Michael Baudin
The KernelSmoothing interface can apply boundary correction even with disabled boundary correction
### What happened? It seems to me that `setBoundaryCorrection()` and `setBoundingOption()` are inconsistent. In the next script, I create a sample then estimate its PDF. - First, I set lower...
### What happened? I have a symmetric sample, but the kernel smoothing estimator is not symmetric. In the next script, I create a regular grid in the [0, 1] interval....
### What is the idea? A (new) weighted `Sample` would be an ordinary `Sample` associated with a vector of weights, implemented as a `Point`. The dimension of the vector of...