powered by
"grouped.data"
"quantile"(x, probs = seq(0, 1, 0.25), names = TRUE, ...)
names
FALSE
probs
TRUE
The equation of the quantile function is $$x = \frac{c_j (F_n(c_{j - 1}) - q) + c_{j - 1} (q - F_n(c_j)}{F_n(c_j) - F_n(c_{j - 1})}$$ for $0
ogive
quantile.grouped.data
grouped.data
data(gdental) quantile(gdental) Fn <- ogive(gdental) Fn(quantile(gdental)) # inverse function
Run the code above in your browser using DataLab