# Get the bounds for 90% confident intervals
math.qt(0.9)
# Get the bounds for 95% confident intervals
# use the bounds to obtain quartile
values = number(100)
values
ci = math.qt(0.95)
getquart = quantile(values, probs = ci)
getquart
math.mm(3,500,0.5)
Run the code above in your browser using DataLab