inst/scripts/Estimation/cumdis.R

## "Statistical foundations of machine learning" software
## R package gbcode 
## Author: G. Bontempi


rm(list=ls())

DN<-c(20, 21, 22, 20, 23, 25, 26, 25, 20, 23, 24, 25,  26, 29)

plot.ecdf(DN,verticals=TRUE,main="Empirical Distribution function")
gbonte/gbcode documentation built on Feb. 27, 2024, 7:38 a.m.