BNPdensity (version 2023.3.8)

plotCDF_noncensored: Plot the empirical and fitted CDF for non censored data.

Description

Plot the empirical and fitted CDF for non censored data.

Usage

plotCDF_noncensored(fit)

Value

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

Arguments

fit

The result of the fit, obtained through the function MixNRMI1 or MixNRMI2.

Examples

Run this code

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