You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tendency of the density estimation to go down at the edges can cause confusing graphs, especially for situations where the data set is small. Would it be possible to change this to use a boundary-corrected kernel density estimator, such as kde.boundary in https://cran.r-project.org/web/packages/ks/ or bckden in https://rdrr.io/cran/evmix/man/bckden.html ?