Plot the density and a histogram for non censored data.
plotPDF_noncensored(fit)
fit
: The result of the fit, obtained through the function MixNRMI1 or MixNRMI2.Plot of the density and a histogram for non censored data.
set.seed(150520) data(acidity) out <- MixNRMI1(acidity, extras = TRUE, Nit = 100) BNPdensity:::plotPDF_noncensored(out)
Useful links