summaryrefslogtreecommitdiff
path: root/1475/CH4/EX4.17/Example_4_17.sce
blob: b6bcbff1b592a4da673395d4ac0a7985f1baffce (plain)
1
2
3
4
5
6
// Example 4.17 The standard deviation of a random sample of size 12
clc;
clear;
n=12;
sd=5.5;
disp(sqrt((n*(sd^2))/3.82),"to",sqrt((n*(sd^2))/21.92),"The required 95% confidence limits for population proportion s.d are  ")