- normal-variance-ci variance n alphaprocedure
returns two values, the upper and lower bounds on the variance of a normal distribution given an observed variance from a sample of size n; the bound is for confidence (1-alpha).
> (normal-variance-ci 2.5 10 0.1) 6.76651982378855 1.32987012987013 ; 2 values