Last chance! 50% off unlimited learning
Sale ends in
pcb(x, level=0.95,...)
edf
.x = rnorm(30, 34.5, 1.5)
pcb(x)
(out = edf(x))
plot(out)
(out2= pcb(out))
lines(out2, col=2)
x = rnorm(10000, 34.5, 1.5)
(out = histo(x, nclass=6))
plot(out)
(out2= pcb(out))
lines(out2)
Run the code above in your browser using DataLab