SlideShare a Scribd company logo
1 of 6
Name:SumitSanjaySatam,(F.Y.:S-1)
Statistics 1 Formulae
1) Arithmetic Mean x¯ = (∑xi)/n =∑fixi / ∑fi
2) Median = value of ((n+1)/2)th observation , n is odd
= average of (n/2)th & (n/2 +1)th observation , n is even
= L + (((N/2)-c.f) / f)*h
3) Mode = observation occurring max no of times
= L + ((fm - f1) / (2fm - f1 - f2))*h
4) Weighted A.M. = ∑xiwi / ∑wi
5) Combined Mean = xc¯ = ( (n1 x1¯+ n2 x2¯) / ( n1+n2) )
6) Lower Quartile = Q1 = L + ((N/4 - c.f.) /f)*h
Upper Quartile = Q3 = L + ((3N/4- c.f.) /f)*h
7) Ith Decile = Di = L + ((iN/10- c.f.) /f)*h
Ith Percentile = Pi = L + ((iN/100-c.f.)/f)*h
8) Range = Max – Min
Coeff. Of Range = (Max-Min) / (Max+Min)
9) Quartile Deviation = (Q3 - Q1)/2
Coeff. Of Quartile Deviation = (Q3 - Q1) / (Q3 + Q1)
10) Variance= σ2
=∑(xi)2 / n – (x¯)2
= σ2
= (∑fi (xi)2 / ∑fi ) – (x¯)2
Name:SumitSanjaySatam,(F.Y.:S-1)
11) S.D. = σ = √var
12) Coeff. Of Variation = c.v.= σ/| x¯| * 100
13) Combined var=(σ c) 2
=( n1( (σ1)2
+(d1)2 ) + n2( (σ2)2
+(d2)2) ) /(n1+ n2)
Combined S.D. = √(σ c) 2
14) V(X+A) = V(X)
V(AX+B) = A2V(X)
15) Karl Pearson’s coeff of skewness
Skp = (mean-mode) / S.D. = 3(mean-median) / S.D.
16) Bowley’s coeff of skewness
Skb = ((Q3 - Q2) - (Q2 - Q1)) / ((Q3 - Q2) + (Q2 - Q1))
= (Q3 + Q1 - 2Q2) / (Q3 – Q1)
17) Pearson’s coeff of skewness
β1 = (μ3)2/ (μ2)3, γ1= +-√β1 (sign of γ1 is same as μ3)
18) Raw moments μr
’ = ∑(xi)r / n , ∑fi (xi)r / ∑fi
19) Central moments μr = ∑ (xi - x¯)r / n
μ1 = 0,
μ2 = μ2
’ – (μ1
’) 2
μ3 = μ3
’ – 3μ2
’ (μ1
’) +2(μ1
’) 3
μ4 = μ4
’ – 4μ3
’ (μ1
’) +6(μ2
’) (μ1
’) 2 – 3(μ1
’) 4
Name:SumitSanjaySatam,(F.Y.:S-1)
20) Person’s coeff of kurtosis
β2 = μ4 / (μ2)2, γ2 = β2 -3
21) Covariance=cov(X,Y)= ∑(X - X¯) (Y - Y¯) / n
= ∑XY / n - X¯ Y¯
22) Karl Pearson’s coeff of correlation
r = cov(X,Y) / σx σy (-1<= r <=1)
23) Coeff of determination r2 = Explained var. / Total var.
24) Person’s rank correln. Coeff R= 1 – ( 6∑(d i)2 / n(n2-1))
25) Regression lines : y on x
Y = a + bX / y - y¯ = byx (x - x¯)
byx = r (σy / σx) = cov(x,y) / (σ x) 2
= (∑xy - nX¯ Y¯) / (∑x2 – n(x¯)2
)
26) Regression lines : x on y
X = a + bY / x - x¯ = bxy (y - y¯)
byx = r (σx / σy) = cov(x,y) / (σ y) 2
= (∑xy - nX¯ Y¯) / (∑y2 – n (y¯)2
)
27) Least square fit y = a + bx
∑y = na + b∑x
∑xy = a ∑x + b ∑x2
28) Coeff of correlation r = √(bxy * byx)
Name:SumitSanjaySatam,(F.Y.:S-1)
29) Fitting second degree curve
Y = a + bX + cX2
∑y = an + b∑x + c∑x2
∑xy = a∑x + b∑x2 + c∑x3
∑x2y = a∑x2 + b∑x3 + c∑x4
30) Fitting of exponential curve y = abx
Log y = log a + x log b
V = A + xB
∑V = nA + B∑x
∑Vx = A∑x + B∑x2
31) Eqn of plane of regression of X1 on X2 & X3
X1 = a + b12.3 X2 + b13.2 X3
X2 = a + b21.3 X1 + b23.1 X3
X3 = a + b31.2 X1 + b32.1 X3
32) Partial regression coeff of eqn of X1 on X2 & X3
b12.3 = (σ1 /σ2) * (r12 - r13 r23 / 1- (r23)2
) = -(σ1 / σ2) (R12 / R11)
b13.2 = (σ1 /σ3) * (r13 - r12 r23 / 1- (r23)2
) = -(σ1 / σ3) (R13 / R11)
R11, R12, R13 are cofactors in matrix R
33) Multiple regression eqn, deviations taken from means Xi=Xi –(Xi)¯
Regression eqn of X1 on X2 & X3
(R11 / σ1) * x1 + (R12 / σ2) * x2 + (R13 / σ3) * x3 = 0
(R21 / σ1) * x1 + (R22 / σ2) * x2 + (R23 / σ3) * x3 = 0
(R31 / σ1) * x1 + (R32 / σ2) * x2 + (R33 / σ3) * x3 = 0
Name:SumitSanjaySatam,(F.Y.:S-1)
34) Multiple correlation coeff
R1.23 = √((r12)2
+(r13)2
- 2r12 r13 r23 ) / (1- (r23)2
)
R2.13 = √((r12)2
+(r23)2
- 2r12 r13 r23 ) / (1- (r23)2
)
R3.12 = √((r13)2
+(r23)2
- 2r12 r13 r23 ) / (1- (r12)2
)
(0<= Ri.jk <= 1)
35) Partial correlation coeff
r12.3 = (r12 - r13 r23 ) / √((1- (r13)2
) (1- (r23)2
)
r13.2 = (r13 - r12 r23 ) / √((1- (r12)2
) (1- (r23)2
)
r23.1 = (r23 - r12 r13 ) / √((1- (r12)2
) (1- (r13)2
)
(-1<= ri.jk <= 1)
35) m –yearly moving average for the time series
T t1 t2 t3 -------- tn
Y y1 y2 y3 -------- yn
y1¯ = (y1 + y2 + -------- +ym)/m , y2¯ = (y2 + y3 + -------- +ym+1)/m
(centering of moving average)
36) Fitting linear tend y = a + bt
Use ∑y = na + b∑X
∑yX = a∑X + b∑x2 , X = t - A, A = mid pt of time
= (½) (2middle year)
37) Exponential smoothing
S0 = y0
S1 = α yt + (1- α) St-1 0< α <1
38) Methods of measuring seasonal variations
a) Ratio to trend method
Name:SumitSanjaySatam,(F.Y.:S-1)
(y /T)*100
Correction factor= ((1200/Total of indices) / (400/Total of indices)
b) Link relative method
Link relative for any period
= (current period figure / previous period figure) *100
Chain relative
= (C.R. of previous period * L.R. of current period) /100
Thanks for Reading 

More Related Content

What's hot

Equation of a perpendicular line (slope intercept)
Equation of a perpendicular line (slope intercept)Equation of a perpendicular line (slope intercept)
Equation of a perpendicular line (slope intercept)mhardy2622
 
Using Petri Net Invariants in State Space Construction
Using Petri Net Invariants in State Space ConstructionUsing Petri Net Invariants in State Space Construction
Using Petri Net Invariants in State Space ConstructionUniversität Rostock
 
Answers sign-charts
Answers sign-chartsAnswers sign-charts
Answers sign-chartsmath126
 
Solutions manual for fundamentals of aerodynamics 6th edition by anderson
Solutions manual for fundamentals of aerodynamics 6th edition by andersonSolutions manual for fundamentals of aerodynamics 6th edition by anderson
Solutions manual for fundamentals of aerodynamics 6th edition by andersonfivesu
 
POTW Solution Sam C
POTW Solution Sam CPOTW Solution Sam C
POTW Solution Sam CSam_C
 
Respuestas de la prueba parcial n. 2-matlab
Respuestas de la prueba parcial n. 2-matlabRespuestas de la prueba parcial n. 2-matlab
Respuestas de la prueba parcial n. 2-matlabfabriciovillacres2017
 
Algebra pythagorean powerpoint
Algebra pythagorean powerpointAlgebra pythagorean powerpoint
Algebra pythagorean powerpointsyjones14
 
Distance formula powerpoint
Distance formula powerpointDistance formula powerpoint
Distance formula powerpointjdejesus1996
 
Code chuyển từ lịch dương sang lịch âm
Code chuyển từ lịch dương sang lịch âmCode chuyển từ lịch dương sang lịch âm
Code chuyển từ lịch dương sang lịch âmFreelancer
 
Formule matematice cls. v viii
Formule matematice cls. v viiiFormule matematice cls. v viii
Formule matematice cls. v viiiGherghescu Gabriel
 

What's hot (20)

Presentation1
Presentation1Presentation1
Presentation1
 
Equation of a perpendicular line (slope intercept)
Equation of a perpendicular line (slope intercept)Equation of a perpendicular line (slope intercept)
Equation of a perpendicular line (slope intercept)
 
Finding equations
Finding equationsFinding equations
Finding equations
 
Using Petri Net Invariants in State Space Construction
Using Petri Net Invariants in State Space ConstructionUsing Petri Net Invariants in State Space Construction
Using Petri Net Invariants in State Space Construction
 
Answers sign-charts
Answers sign-chartsAnswers sign-charts
Answers sign-charts
 
Equações do 2º grau
Equações do 2º grauEquações do 2º grau
Equações do 2º grau
 
Solutions manual for fundamentals of aerodynamics 6th edition by anderson
Solutions manual for fundamentals of aerodynamics 6th edition by andersonSolutions manual for fundamentals of aerodynamics 6th edition by anderson
Solutions manual for fundamentals of aerodynamics 6th edition by anderson
 
POTW Solution Sam C
POTW Solution Sam CPOTW Solution Sam C
POTW Solution Sam C
 
Matemática – equação exponencial 01 2014
Matemática – equação exponencial 01   2014Matemática – equação exponencial 01   2014
Matemática – equação exponencial 01 2014
 
algebraic expressions class viii Hindi version sushma
algebraic expressions class viii Hindi version sushmaalgebraic expressions class viii Hindi version sushma
algebraic expressions class viii Hindi version sushma
 
Respuestas de la prueba parcial n. 2-matlab
Respuestas de la prueba parcial n. 2-matlabRespuestas de la prueba parcial n. 2-matlab
Respuestas de la prueba parcial n. 2-matlab
 
Algebra pythagorean powerpoint
Algebra pythagorean powerpointAlgebra pythagorean powerpoint
Algebra pythagorean powerpoint
 
Distance formula powerpoint
Distance formula powerpointDistance formula powerpoint
Distance formula powerpoint
 
Maths formulas
Maths formulasMaths formulas
Maths formulas
 
Segundo teorema
Segundo teoremaSegundo teorema
Segundo teorema
 
Code chuyển từ lịch dương sang lịch âm
Code chuyển từ lịch dương sang lịch âmCode chuyển từ lịch dương sang lịch âm
Code chuyển từ lịch dương sang lịch âm
 
Power Series
Power SeriesPower Series
Power Series
 
Formule matematice cls. v viii
Formule matematice cls. v viiiFormule matematice cls. v viii
Formule matematice cls. v viii
 
Multiple integration (1)
Multiple integration (1)Multiple integration (1)
Multiple integration (1)
 
Partial derivative
Partial derivativePartial derivative
Partial derivative
 

Similar to Statistics 1 Formula Guide

University of manchester mathematical formula tables
University of manchester mathematical formula tablesUniversity of manchester mathematical formula tables
University of manchester mathematical formula tablesGaurav Vasani
 
Cálculo ii howard anton - capítulo 16 [tópicos do cálculo vetorial]
Cálculo ii   howard anton - capítulo 16 [tópicos do cálculo vetorial]Cálculo ii   howard anton - capítulo 16 [tópicos do cálculo vetorial]
Cálculo ii howard anton - capítulo 16 [tópicos do cálculo vetorial]Henrique Covatti
 
Math quota-cmu-g-455
Math quota-cmu-g-455Math quota-cmu-g-455
Math quota-cmu-g-455Rungroj Ssan
 
Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...
Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...
Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...Hareem Aslam
 
Mathematical formula tables
Mathematical formula tablesMathematical formula tables
Mathematical formula tablesSaravana Selvan
 
Statistical inference formulasheet
Statistical inference formulasheetStatistical inference formulasheet
Statistical inference formulasheetPimsat University
 
Math06reviewsheet (3)
Math06reviewsheet (3)Math06reviewsheet (3)
Math06reviewsheet (3)Angel Baez
 
T.I.M.E. JEE Advanced 2013 Solution Paper1
T.I.M.E. JEE Advanced 2013 Solution Paper1T.I.M.E. JEE Advanced 2013 Solution Paper1
T.I.M.E. JEE Advanced 2013 Solution Paper1askiitians
 
Ejercicios radhames ultima unidad
Ejercicios radhames ultima unidadEjercicios radhames ultima unidad
Ejercicios radhames ultima unidadyusmelycardoza
 
[Paul lorrain] solutions_manual_for_electromagneti(bookos.org)
[Paul lorrain] solutions_manual_for_electromagneti(bookos.org)[Paul lorrain] solutions_manual_for_electromagneti(bookos.org)
[Paul lorrain] solutions_manual_for_electromagneti(bookos.org)Harrisson David Assis Santos
 
2. Definite Int. Theory Module-5.pdf
2. Definite Int. Theory Module-5.pdf2. Definite Int. Theory Module-5.pdf
2. Definite Int. Theory Module-5.pdfRajuSingh806014
 
Modul 3 quadratic function
Modul 3 quadratic functionModul 3 quadratic function
Modul 3 quadratic functionHafidz Mukhtar
 
Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...
Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...
Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...Hareem Aslam
 

Similar to Statistics 1 Formula Guide (16)

University of manchester mathematical formula tables
University of manchester mathematical formula tablesUniversity of manchester mathematical formula tables
University of manchester mathematical formula tables
 
Cálculo ii howard anton - capítulo 16 [tópicos do cálculo vetorial]
Cálculo ii   howard anton - capítulo 16 [tópicos do cálculo vetorial]Cálculo ii   howard anton - capítulo 16 [tópicos do cálculo vetorial]
Cálculo ii howard anton - capítulo 16 [tópicos do cálculo vetorial]
 
Math quota-cmu-g-455
Math quota-cmu-g-455Math quota-cmu-g-455
Math quota-cmu-g-455
 
Sect5 3
Sect5 3Sect5 3
Sect5 3
 
Dubey
DubeyDubey
Dubey
 
Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...
Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...
Solution Manual : Chapter - 07 Exponential, Logarithmic and Inverse Trigonome...
 
Mathematical formula tables
Mathematical formula tablesMathematical formula tables
Mathematical formula tables
 
Statistical inference formulasheet
Statistical inference formulasheetStatistical inference formulasheet
Statistical inference formulasheet
 
Math06reviewsheet (3)
Math06reviewsheet (3)Math06reviewsheet (3)
Math06reviewsheet (3)
 
mathematics part-2.docx
mathematics part-2.docxmathematics part-2.docx
mathematics part-2.docx
 
T.I.M.E. JEE Advanced 2013 Solution Paper1
T.I.M.E. JEE Advanced 2013 Solution Paper1T.I.M.E. JEE Advanced 2013 Solution Paper1
T.I.M.E. JEE Advanced 2013 Solution Paper1
 
Ejercicios radhames ultima unidad
Ejercicios radhames ultima unidadEjercicios radhames ultima unidad
Ejercicios radhames ultima unidad
 
[Paul lorrain] solutions_manual_for_electromagneti(bookos.org)
[Paul lorrain] solutions_manual_for_electromagneti(bookos.org)[Paul lorrain] solutions_manual_for_electromagneti(bookos.org)
[Paul lorrain] solutions_manual_for_electromagneti(bookos.org)
 
2. Definite Int. Theory Module-5.pdf
2. Definite Int. Theory Module-5.pdf2. Definite Int. Theory Module-5.pdf
2. Definite Int. Theory Module-5.pdf
 
Modul 3 quadratic function
Modul 3 quadratic functionModul 3 quadratic function
Modul 3 quadratic function
 
Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...
Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...
Solution Manual : Chapter - 06 Application of the Definite Integral in Geomet...
 

Recently uploaded

CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxAnaBeatriceAblay2
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 

Recently uploaded (20)

CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptxENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
ENGLISH5 QUARTER4 MODULE1 WEEK1-3 How Visual and Multimedia Elements.pptx
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 

Statistics 1 Formula Guide

  • 1. Name:SumitSanjaySatam,(F.Y.:S-1) Statistics 1 Formulae 1) Arithmetic Mean x¯ = (∑xi)/n =∑fixi / ∑fi 2) Median = value of ((n+1)/2)th observation , n is odd = average of (n/2)th & (n/2 +1)th observation , n is even = L + (((N/2)-c.f) / f)*h 3) Mode = observation occurring max no of times = L + ((fm - f1) / (2fm - f1 - f2))*h 4) Weighted A.M. = ∑xiwi / ∑wi 5) Combined Mean = xc¯ = ( (n1 x1¯+ n2 x2¯) / ( n1+n2) ) 6) Lower Quartile = Q1 = L + ((N/4 - c.f.) /f)*h Upper Quartile = Q3 = L + ((3N/4- c.f.) /f)*h 7) Ith Decile = Di = L + ((iN/10- c.f.) /f)*h Ith Percentile = Pi = L + ((iN/100-c.f.)/f)*h 8) Range = Max – Min Coeff. Of Range = (Max-Min) / (Max+Min) 9) Quartile Deviation = (Q3 - Q1)/2 Coeff. Of Quartile Deviation = (Q3 - Q1) / (Q3 + Q1) 10) Variance= σ2 =∑(xi)2 / n – (x¯)2 = σ2 = (∑fi (xi)2 / ∑fi ) – (x¯)2
  • 2. Name:SumitSanjaySatam,(F.Y.:S-1) 11) S.D. = σ = √var 12) Coeff. Of Variation = c.v.= σ/| x¯| * 100 13) Combined var=(σ c) 2 =( n1( (σ1)2 +(d1)2 ) + n2( (σ2)2 +(d2)2) ) /(n1+ n2) Combined S.D. = √(σ c) 2 14) V(X+A) = V(X) V(AX+B) = A2V(X) 15) Karl Pearson’s coeff of skewness Skp = (mean-mode) / S.D. = 3(mean-median) / S.D. 16) Bowley’s coeff of skewness Skb = ((Q3 - Q2) - (Q2 - Q1)) / ((Q3 - Q2) + (Q2 - Q1)) = (Q3 + Q1 - 2Q2) / (Q3 – Q1) 17) Pearson’s coeff of skewness β1 = (μ3)2/ (μ2)3, γ1= +-√β1 (sign of γ1 is same as μ3) 18) Raw moments μr ’ = ∑(xi)r / n , ∑fi (xi)r / ∑fi 19) Central moments μr = ∑ (xi - x¯)r / n μ1 = 0, μ2 = μ2 ’ – (μ1 ’) 2 μ3 = μ3 ’ – 3μ2 ’ (μ1 ’) +2(μ1 ’) 3 μ4 = μ4 ’ – 4μ3 ’ (μ1 ’) +6(μ2 ’) (μ1 ’) 2 – 3(μ1 ’) 4
  • 3. Name:SumitSanjaySatam,(F.Y.:S-1) 20) Person’s coeff of kurtosis β2 = μ4 / (μ2)2, γ2 = β2 -3 21) Covariance=cov(X,Y)= ∑(X - X¯) (Y - Y¯) / n = ∑XY / n - X¯ Y¯ 22) Karl Pearson’s coeff of correlation r = cov(X,Y) / σx σy (-1<= r <=1) 23) Coeff of determination r2 = Explained var. / Total var. 24) Person’s rank correln. Coeff R= 1 – ( 6∑(d i)2 / n(n2-1)) 25) Regression lines : y on x Y = a + bX / y - y¯ = byx (x - x¯) byx = r (σy / σx) = cov(x,y) / (σ x) 2 = (∑xy - nX¯ Y¯) / (∑x2 – n(x¯)2 ) 26) Regression lines : x on y X = a + bY / x - x¯ = bxy (y - y¯) byx = r (σx / σy) = cov(x,y) / (σ y) 2 = (∑xy - nX¯ Y¯) / (∑y2 – n (y¯)2 ) 27) Least square fit y = a + bx ∑y = na + b∑x ∑xy = a ∑x + b ∑x2 28) Coeff of correlation r = √(bxy * byx)
  • 4. Name:SumitSanjaySatam,(F.Y.:S-1) 29) Fitting second degree curve Y = a + bX + cX2 ∑y = an + b∑x + c∑x2 ∑xy = a∑x + b∑x2 + c∑x3 ∑x2y = a∑x2 + b∑x3 + c∑x4 30) Fitting of exponential curve y = abx Log y = log a + x log b V = A + xB ∑V = nA + B∑x ∑Vx = A∑x + B∑x2 31) Eqn of plane of regression of X1 on X2 & X3 X1 = a + b12.3 X2 + b13.2 X3 X2 = a + b21.3 X1 + b23.1 X3 X3 = a + b31.2 X1 + b32.1 X3 32) Partial regression coeff of eqn of X1 on X2 & X3 b12.3 = (σ1 /σ2) * (r12 - r13 r23 / 1- (r23)2 ) = -(σ1 / σ2) (R12 / R11) b13.2 = (σ1 /σ3) * (r13 - r12 r23 / 1- (r23)2 ) = -(σ1 / σ3) (R13 / R11) R11, R12, R13 are cofactors in matrix R 33) Multiple regression eqn, deviations taken from means Xi=Xi –(Xi)¯ Regression eqn of X1 on X2 & X3 (R11 / σ1) * x1 + (R12 / σ2) * x2 + (R13 / σ3) * x3 = 0 (R21 / σ1) * x1 + (R22 / σ2) * x2 + (R23 / σ3) * x3 = 0 (R31 / σ1) * x1 + (R32 / σ2) * x2 + (R33 / σ3) * x3 = 0
  • 5. Name:SumitSanjaySatam,(F.Y.:S-1) 34) Multiple correlation coeff R1.23 = √((r12)2 +(r13)2 - 2r12 r13 r23 ) / (1- (r23)2 ) R2.13 = √((r12)2 +(r23)2 - 2r12 r13 r23 ) / (1- (r23)2 ) R3.12 = √((r13)2 +(r23)2 - 2r12 r13 r23 ) / (1- (r12)2 ) (0<= Ri.jk <= 1) 35) Partial correlation coeff r12.3 = (r12 - r13 r23 ) / √((1- (r13)2 ) (1- (r23)2 ) r13.2 = (r13 - r12 r23 ) / √((1- (r12)2 ) (1- (r23)2 ) r23.1 = (r23 - r12 r13 ) / √((1- (r12)2 ) (1- (r13)2 ) (-1<= ri.jk <= 1) 35) m –yearly moving average for the time series T t1 t2 t3 -------- tn Y y1 y2 y3 -------- yn y1¯ = (y1 + y2 + -------- +ym)/m , y2¯ = (y2 + y3 + -------- +ym+1)/m (centering of moving average) 36) Fitting linear tend y = a + bt Use ∑y = na + b∑X ∑yX = a∑X + b∑x2 , X = t - A, A = mid pt of time = (½) (2middle year) 37) Exponential smoothing S0 = y0 S1 = α yt + (1- α) St-1 0< α <1 38) Methods of measuring seasonal variations a) Ratio to trend method
  • 6. Name:SumitSanjaySatam,(F.Y.:S-1) (y /T)*100 Correction factor= ((1200/Total of indices) / (400/Total of indices) b) Link relative method Link relative for any period = (current period figure / previous period figure) *100 Chain relative = (C.R. of previous period * L.R. of current period) /100 Thanks for Reading 