powered by
Plot the empirical and fitted CDF for non censored data.
plotCDF_noncensored(fit)
The result of the fit, obtained through the function MixNRMI1 or MixNRMI2.
Plot of the empirical and fitted CDF for non censored data.
# NOT RUN { set.seed(150520) data(acidity) out <- MixNRMI1(acidity, extras = TRUE, Nit = 10) BNPdensity:::plotCDF_noncensored(out) # }
Run the code above in your browser using DataLab