0% found this document useful (0 votes)
65 views4 pages

Minitab Manual 04

This document contains the results of statistical analyses performed on a dataset containing 44 observations. The analyses include descriptive statistics, frequency tables and charts, and calculations of measures of central tendency and dispersion. Key results reported include the mean, median, mode, range, variance and standard deviation of the dataset. Frequency tables and charts display the distribution of the data across defined class intervals. Calculations are shown for measures of central tendency including the arithmetic mean, geometric mean, and harmonic mean.

Uploaded by

oblex99
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views4 pages

Minitab Manual 04

This document contains the results of statistical analyses performed on a dataset containing 44 observations. The analyses include descriptive statistics, frequency tables and charts, and calculations of measures of central tendency and dispersion. Key results reported include the mean, median, mode, range, variance and standard deviation of the dataset. Frequency tables and charts display the distribution of the data across defined class intervals. Calculations are shown for measures of central tendency including the arithmetic mean, geometric mean, and harmonic mean.

Uploaded by

oblex99
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

S.

E (sec-D) APS MUHAMMAD BILAL (ME-254)

PRACTICAL # 3
Q1 (i)
MTB > describe c1

Descriptive Statistics: Data

Variable N N* Mean SE Mean StDev Minimum Q1 Median Q3 Maximum


Data 44 0 19.341 0.864 5.730 9.000 16.000 19.000 21.750 38.000

MTB > let k1=1+3.33*logten(count(c1))


MTB > let k2=max(c1)-min(c1)
MTB > let k3=k2/k1
MTB > print k1-k3

Data Display

K1 6.47270
K2 29.0000
K3 4.48036

MTB > set c2


DATA> 5:35/5
DATA> end
MTB > set c3
DATA> 9:39/5
DATA> end
MTB > let c4=c2-.5
MTB > let c5=c3+.5
MTB > let c10=(c1>=5&c1<=9)
MTB > let c11=(c1>=10&c1<=14)
MTB > let c12=(c1>=15&c1<=19)
MTB > let c13=(c1>=20&c1<=24)
MTB > let c14=(c1>=25&c1<=29)
MTB > let c15=(c1>=30&c1<=34)
MTB > let c16=(c1>=35&c1<=39)
MTB > tally c10-c16

Tally for Discrete Variables: C10, C11, C12, C13, C14, C15, C16

C10 Count C11 Count C12 Count C13 Count C14 Count C15 Count
0 43 0 37 0 27 0 31 0 41 0 42
1 1 1 7 1 17 1 13 1 3 1 2
N= 44 N= 44 N= 44 N= 44 N= 44 N= 44

C16 Count
0 43
1 1
N= 44

MTB > erase c10-c16


MTB > set c6
DATA> 1
DATA> 7
DATA> 17
DATA> 13
DATA> 3
DATA> 2
DATA> 1
DATA> end
MTB > let c7=(c2+c3)/2
MTB > let c8=c6/sum(c6)
MTB > let c9=parsum(c6)
MTB > print c2-c9

Page | 1
S.E (sec-D) APS MUHAMMAD BILAL (ME-254)

PRACTICAL # 3
Data Display

Lower Upper Lower Upper Mid Relative Cumulative


Row C.L C.L C.B C.B Freq Point Freq Freq
1 5 9 4.5 9.5 1 7 0.022727 1
2 10 14 9.5 14.5 7 12 0.159091 8
3 15 19 14.5 19.5 17 17 0.386364 25
4 20 24 19.5 24.5 13 22 0.295455 38
5 25 29 24.5 29.5 3 27 0.068182 41
6 30 34 29.5 34.5 2 32 0.045455 43
7 35 39 34.5 39.5 1 37 0.022727 44

Scatterplot of Freq vs Mid Point


MTB > Plot 'Freq'*'Mid Point';
SUBC> Symbol;
SUBC> Connect.

Scatterplot of Freq vs Mid Point


18

16

14

12

10
Freq

0
10 15 20 25 30 35 40

Mid Point

Page | 2
S.E (sec-D) APS MUHAMMAD BILAL (ME-254)

PRACTICAL # 3

Scatterplot of Cumulative Freq vs Upper C.B


MTB > Plot 'Cumulative Freq'*'Upper C.B';
SUBC> Symbol;
SUBC> Connect.

Scatterplot of Cumulative Freq vs Upper C.B


50

40
Cumulative Freq

30

20

10

0
10 15 20 25 30 35 40
Upper C.B

Page | 3
S.E (sec-D) APS MUHAMMAD BILAL (ME-254)

PRACTICAL # 3
Histogram of C1
MTB > Histogram c1;
SUBC> Bar.

Histogram of C1
16

14

12
Frequency

10

0
8 16 24 32 40
Time (min)

Q1 (ii)

MTB > let k4=sum(c6*c7)/sum(c6)


MTB > let k5=antilog(sum(c6*logten(c7))/sum(c6))
MTB > let k6=sum(c6)/sum(c6/c7)
MTB > let k7=c4(3)+((c5(3)-c4(3))/c6(3))*((sum(c6)/2)-c9(2))
MTB > let k8=C4(3)+((C5(3)-C4(3))*((C6(3)-C6(2))/(2*C6(3)-C6(2)-C6(4))))
MTB > let k9=c5(7)-c4(1)
MTB > let k10=(sum(c6)*(sum(c6*c7**2))-sum(c6*c7)**2)/((sum(c6))*(sum(c6)-1))
MTB > let k11=sqrt(k10)
MTB > name K4 'A.M' K5 'G.M' K6 'H.M' K7 'MEDIAN' K8 'MODE' k9 'RANGE' k10
'VARIANCE' k11 'S.D'
MTB > print k4-k11

Data Display

A.M 19.2727
G.M 18.3895
H.M 17.4760
MEDIAN 18.6176
MODE 18.0714
RANGE 35.0000
VARIANCE 35.4123
S.D 5.95082

Page | 4

You might also like