plotCDF_censored function

Plot the Turnbull CDF and fitted CDF for censored data.

Plot the Turnbull CDF and fitted CDF for censored data.

plotCDF_censored(fit)

Arguments

  • fit: The result of the fit, obtained through the function MixNRMI1cens or MixNRMI2cens.

Returns

Plot of the empirical and fitted CDF for non censored data.

Examples

set.seed(150520) data(salinity) out <- MixNRMI1cens(salinity$left, salinity$right, extras = TRUE, Nit = 100) BNPdensity:::plotCDF_censored(out)
  • Maintainer: Guillaume Kon Kam King
  • License: GPL (>= 2)
  • Last published: 2023-03-24

Useful links