powered by
Plot the density for censored data.
plotPDF_censored(fit)
The result of the fit, obtained through the function MixNRMI1cens or MixNRMI2cens.
Plot of the density and a histogram for non censored data.
# NOT RUN { set.seed(150520) data(salinity) out <- MixNRMI1cens(xleft = salinity$left, xright = salinity$right, extras = TRUE, Nit = 100) BNPdensity:::plotPDF_censored(out) # }
Run the code above in your browser using DataLab