Plot the Turnbull CDF and fitted CDF for censored data.
plotCDF_censored(fit)
fit
: The result of the fit, obtained through the function MixNRMI1cens or MixNRMI2cens.Plot of the empirical and fitted CDF for non censored data.
set.seed(150520) data(salinity) out <- MixNRMI1cens(salinity$left, salinity$right, extras = TRUE, Nit = 100) BNPdensity:::plotCDF_censored(out)
Useful links