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

View source: R/GOFplots.R

plotCDF_noncensoredR Documentation

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)

Arguments

fit

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

Value

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

Examples


set.seed(150520)
data(acidity)
out <- MixNRMI1(acidity, extras = TRUE, Nit = 10)
BNPdensity:::plotCDF_noncensored(out)

konkam/BNPdensity documentation built on March 14, 2024, 7:15 a.m.