Tuesday, 1 October 2013

Calculate tail probabilities from density() call in R – stats.stackexchange.com

Calculate tail probabilities from density() call in R –
stats.stackexchange.com

This question concerns how to implement the following problem in R. x =
rnorm(1000) hist(x,freq=FALSE) lines(density(x)) How would you calculate
the upper (or lower) tail probability for a given …

No comments:

Post a Comment