SlideShare a Scribd company logo
1 of 67
QT NOTES
MAHESH KUMAR JOSHI
20PHEN017
Ph. D. Scholar
JECRC UNIVERSITY, JAIPUR
09928138739
Population:-
Population is an aggregate of objects, animate or inanimate under study. The population
may be finite or infinite.
Sampling:-
A finite subset of statistical individuals in a population is called a Sample and the number
of individuals in a sample is called the sample size.
For the purpose of determining population characteristics, instead of enumerating the
entire population, the individuals in the sample only are observed. Then the sample
characteristics are utilized to approximately determine or estimate the population.
The error involved in such approximation is known as sampling error. But sampling
results in considerable gains, especially in time and cost not only in respect of making
observations of characteristics but also in the subsequent handling of the data.
Parameter and Statistic:-
In order to avoid verbal confusion with the statistical constants of the population. viz.,
mean (μ), variance ( σ2). etc., which are usually referred to as parameters, statistical
measures computed from the sample observations alone, e.g., mean ( x_bar ). variance (
s2 ). etc ., have been termed by Professor R.A. Fisher as statistics.
Population Mean
Population Standard Deviation
The term population mean, which is the average score of the population on a given variable,
is represented by:
μ = ( Σ Xi ) / N
The symbol ‘μ’ represents the population mean. The symbol ‘Σ Xi’ represents the sum of
all scores present in the population (say, in this case) X1 X2 X3 and so on. The symbol
‘N’ represents the total number of individuals or cases in the population.
The population standard deviation is a measure of the spread (variability) of the scores on a
given variable and is represented by:
σ = sqrt[ Σ ( Xi – μ )2 / N ]
The symbol ‘σ’ represents the population standard deviation. The term ‘sqrt’ used in this
statistical formula denotes square root. The term ‘Σ ( Xi – μ )2’ used in the statistical
formula represents the sum of the squared deviations of the scores from their population
mean.
Population Variance
The population variance is the square of the population standard deviation and is represented
by:
σ2 = Σ ( Xi – μ )2 / N
The symbol ‘σ2’ represents the population variance.
Sample Mean
The sample mean is the average score of a sample on a given variable and is represented by:
x_bar = ( Σ xi ) / n
The term “x_bar” represents the sample mean. The symbol ‘Σ xi’ used in this formula
represents the represents the sum of all scores present in the sample (say, in this case)
x1 x2 x3 and so on. The symbol ‘n,’ represents the total number of individuals or
observations in the sample.
Sample Standard Deviation
The statistic called sample standard deviation, is a measure of the spread (variability) of
the scores in the sample on a given variable and is represented by:
s = sqrt [ Σ ( xi – x_bar )2 / ( n – 1 ) ] for large sample
OR
s = sqrt [ Σ ( xi – x_bar )2 / n ] (for sample size < 30 for T – test in stats.)
The term ‘Σ ( xi – x_bar )2’ represents the sum of the squared deviations of the scores
from the sample mean.
Sample Variance
The sample variance is the square of the sample standard deviation and is represented by:
s2 = Σ ( xi – x_bar )2 / ( n – 1 ) for large sample
OR
s2 = Σ ( xi – x_bar )2 / n (for sample size < 30 for T – test in stats.)
The symbol ‘s2’ represents the sample variance.
HYPOTHESIS:-
An idea that is suggested as the possible explanation for something but
has not yet been found to be true or correct.
What is Hypothesis?
Hypothesis is an assumption that is made on the basis of some evidence. This
is the initial point of any investigation that translates the research questions
into a prediction. It includes components like variables, population and the
relation between the variables. A research hypothesis is a hypothesis that is
used to test the relationship between two or more variables.
Define a Problem into Statement is called a Hypothesis.
Null Hypothesis
In probability and statistics, the null hypothesis is a comprehensive statement or default
status that there is zero happening or nothing happening. For example, there is no
connection among groups or no association between two measured events. It is
generally assumed here that the hypothesis is true until any other proof has been brought
into the light to deny the hypothesis.
In statistics, the null hypothesis is usually denoted by letter H with subscript ‘0’ (zero),
such that H0. It is pronounced as H-null or H-zero or H-nought
The formula for the null hypothesis is:
H0: p = p0
In Statistics, a null hypothesis is a type of hypothesis which explains the population
parameter whose purpose is to test the validity of the given experimental data.
Such a hypothesis, which is usually a hypothesis of no difference, is called null
hypothesis and is usually denoted by Ho. According to Prof. RA. Fisher, null hypothesis
is the hypothesis which is tested for possible rejection under the assumption that it is
true.
Alternative Hypothesis
Alternative hypothesis defines there is a statistically important relationship between two
variables.
The alternative hypothesis is a statement used in statistical inference experiment. It is
contradictory to the null hypothesis and denoted by Ha or H1.
In this hypothesis, the difference between two or more variables is predicted by the
researchers, such that the pattern of data observed in the test is not due to chance.
Any hypothesis which is complementary to the null hypothesis is called an alternative
hypothesis, usually denoted by H1 .For example, if we want to test the null hypothesis that
the population has a specified mean μ0, (say), i.e., Ho: μ = μ0, then the alternative
hypothesis could be
(i) H1 : μ ≠ μ0 (i.e . μ > μ0 or μ < μ0)
(ii) H1 : μ > μ0
(iii) H1 : μ < μ0
The alternative hypothesis in (i) is known as a two-tailed alternative and the alternatives in
(ii) and (iii) are known as right-tailed and left-tailed alternatives respectively. The setting
of alternative hypothesis is very important since it enables us to decide whether we have to
use a single-tailed (right or left) or two tailed Test.
Left-Tailed: Here, it is expected that the sample proportion (π) is less than a specified
value which is denoted by π0, such that;
H1 : π < π0
Right-Tailed: It represents that the sample proportion (π) is greater than some value,
denoted by π0.
H1 : π > π0
Two-Tailed: According to this hypothesis, the sample proportion (denoted by π) is not
equal to a specific value which is represented by π0.
H1 : π ≠ π0
Note: The null hypothesis for all the three alternative hypotheses, would be H1 : π = π0.
A test of any statistical hypothesis where the alternative hypothesis is one tailed
(right tailed or left tailed) is called a one tailed test.
Difference between Null & Alternative Hypothesis
Single Tailed Test
FOUR STEPS TO HYPOTHESIS TESTING
The goal of hypothesis testing is to determine the likelihood that a population
parameter, such as the mean, is likely to be true:
Step 1: State the hypotheses.
Step 2: Set the criteria for a decision.
Step 3: Compute the test statistic.
Step 4: Make a decision.
A summary of hypothesis testing.
When Calculated value < Tabulated Value (Significant Value)
Then we say that Null Hypothesis is accepted.
When Calculated value > Tabulated Value (Significant Value)
Then we say that Null Hypothesis is rejected & Alternative Hypothesis is Accepted.
Calculated Value is found through Different Different Test
But Tabulated value found From degree of freedom (From Different Test).
Types of Test
1. T test (Used For Small Sample Size Less than 30 & Unknown Population Variance)
1.1 T-Test for Sample Mean
1.2 T-Test for Difference of Mean (For Independent Population)
1.3 Paired T-Test for Difference of Mean (Same Set Population)
1.4 T-Test for testing the significance of an Observed Sample Correlation Coefficient
2. Chi- Square Test
2.1 To Test If the Hypothetical Value of the population variance
2.2 To Test the Goodness of Fit
2.3 To test the independence of attributes
3. F-Distribution Test (Mean but According to variance)
4. Z- Test (Used For Large Sample)
*Note:- In T & Z Test Due to Symmetric, So we calculate (From Table) Different Value for 1
Tail & 2 Tail.
But For F-Test & Chi-Square Test There is no symmetrical So No difference between 1 Tail
& 2 Tail.
1. T test (Used For Small Sample Size Less than 30 & Unknown Population Variance)
1.1 T-Test for Sample Mean
Under the Null Hypothesis H0 :
i) There is no significance difference between the sample mean x_bar & the population
mean µ,
ii) The sample has been drawn from the population mean µ.
Here S2 is Mean Square Error.
Relation Between Sample Variance s2 and Mean Square Error S2 :
Hence, for numerical problem the formula for the T- Test will be:-
Some Problems based on T-test Single Mean:
II Application of T- Test:- When we need to compare 2 Independent Population like 2
Section of a class, etc.
In ii case we apply T- Paired Test.
III Application of T- Test:- For Same Set Population
IV Application of T- Test:- For Correlation Coefficient
F- Distribution Test (Mean but
According to variance):-
Chi- Square Test
To Test If the Hypothetical Value of the population variance
To Test the Goodness of Fit
To test the independence of attributes
To Test If the Hypothetical Value of the population
variance
To Test the Goodness of Fit
To test the independence of attributes
Qt notes by mj
Qt notes by mj
Qt notes by mj
Qt notes by mj
Qt notes by mj
Qt notes by mj
Qt notes by mj
Qt notes by mj
Qt notes by mj

More Related Content

What's hot

Basic of Statistical Inference Part-IV: An Overview of Hypothesis Testing
Basic of Statistical Inference Part-IV: An Overview of Hypothesis TestingBasic of Statistical Inference Part-IV: An Overview of Hypothesis Testing
Basic of Statistical Inference Part-IV: An Overview of Hypothesis TestingDexlab Analytics
 
Introduction to t-tests (statistics)
Introduction to t-tests (statistics)Introduction to t-tests (statistics)
Introduction to t-tests (statistics)Dr Bryan Mills
 
Unit 4 Tests of Significance
Unit 4 Tests of SignificanceUnit 4 Tests of Significance
Unit 4 Tests of SignificanceRai University
 
ANOVA TEST by shafeek
ANOVA TEST by shafeekANOVA TEST by shafeek
ANOVA TEST by shafeekShafeek S
 
Ch7 Analysis of Variance (ANOVA)
Ch7 Analysis of Variance (ANOVA)Ch7 Analysis of Variance (ANOVA)
Ch7 Analysis of Variance (ANOVA)Farhan Alfin
 
T test independent samples
T test  independent samplesT test  independent samples
T test independent samplesAmit Sharma
 
F test and ANOVA
F test and ANOVAF test and ANOVA
F test and ANOVAParag Shah
 
Chi square tests using SPSS
Chi square tests using SPSSChi square tests using SPSS
Chi square tests using SPSSParag Shah
 
Evaluating hypothesis
Evaluating  hypothesisEvaluating  hypothesis
Evaluating hypothesisswapnac12
 
Malimu statistical significance testing.
Malimu statistical significance testing.Malimu statistical significance testing.
Malimu statistical significance testing.Miharbi Ignasm
 
Probability/Statistics Lecture Notes 4: Hypothesis Testing
Probability/Statistics Lecture Notes 4: Hypothesis TestingProbability/Statistics Lecture Notes 4: Hypothesis Testing
Probability/Statistics Lecture Notes 4: Hypothesis Testingjemille6
 

What's hot (20)

Z-Test with Examples
Z-Test with ExamplesZ-Test with Examples
Z-Test with Examples
 
Basic of Statistical Inference Part-IV: An Overview of Hypothesis Testing
Basic of Statistical Inference Part-IV: An Overview of Hypothesis TestingBasic of Statistical Inference Part-IV: An Overview of Hypothesis Testing
Basic of Statistical Inference Part-IV: An Overview of Hypothesis Testing
 
Chapter12
Chapter12Chapter12
Chapter12
 
Introduction to t-tests (statistics)
Introduction to t-tests (statistics)Introduction to t-tests (statistics)
Introduction to t-tests (statistics)
 
Testing of hypothesis
Testing of hypothesisTesting of hypothesis
Testing of hypothesis
 
Unit 4 Tests of Significance
Unit 4 Tests of SignificanceUnit 4 Tests of Significance
Unit 4 Tests of Significance
 
Analysis of variance
Analysis of varianceAnalysis of variance
Analysis of variance
 
ANOVA TEST by shafeek
ANOVA TEST by shafeekANOVA TEST by shafeek
ANOVA TEST by shafeek
 
Basic of Hypothesis Testing TEKU QM
Basic of Hypothesis Testing TEKU QMBasic of Hypothesis Testing TEKU QM
Basic of Hypothesis Testing TEKU QM
 
Hypothesis
HypothesisHypothesis
Hypothesis
 
Ch7 Analysis of Variance (ANOVA)
Ch7 Analysis of Variance (ANOVA)Ch7 Analysis of Variance (ANOVA)
Ch7 Analysis of Variance (ANOVA)
 
T test independent samples
T test  independent samplesT test  independent samples
T test independent samples
 
F test and ANOVA
F test and ANOVAF test and ANOVA
F test and ANOVA
 
Inferential statistics-estimation
Inferential statistics-estimationInferential statistics-estimation
Inferential statistics-estimation
 
Chi square tests using SPSS
Chi square tests using SPSSChi square tests using SPSS
Chi square tests using SPSS
 
Evaluating hypothesis
Evaluating  hypothesisEvaluating  hypothesis
Evaluating hypothesis
 
Two sample t-test
Two sample t-testTwo sample t-test
Two sample t-test
 
Malimu statistical significance testing.
Malimu statistical significance testing.Malimu statistical significance testing.
Malimu statistical significance testing.
 
Chi square test
Chi square testChi square test
Chi square test
 
Probability/Statistics Lecture Notes 4: Hypothesis Testing
Probability/Statistics Lecture Notes 4: Hypothesis TestingProbability/Statistics Lecture Notes 4: Hypothesis Testing
Probability/Statistics Lecture Notes 4: Hypothesis Testing
 

Similar to Qt notes by mj

Day-2_Presentation for SPSS parametric workshop.pptx
Day-2_Presentation for SPSS parametric workshop.pptxDay-2_Presentation for SPSS parametric workshop.pptx
Day-2_Presentation for SPSS parametric workshop.pptxrjaisankar
 
Research methodology - Estimation Theory & Hypothesis Testing, Techniques of ...
Research methodology - Estimation Theory & Hypothesis Testing, Techniques of ...Research methodology - Estimation Theory & Hypothesis Testing, Techniques of ...
Research methodology - Estimation Theory & Hypothesis Testing, Techniques of ...The Stockker
 
Statistical tests of significance and Student`s T-Test
Statistical tests of significance and Student`s T-TestStatistical tests of significance and Student`s T-Test
Statistical tests of significance and Student`s T-TestVasundhraKakkar
 
Chi square test social research refer.ppt
Chi square test social research refer.pptChi square test social research refer.ppt
Chi square test social research refer.pptSnehamurali18
 
Basics of biostatistic
Basics of biostatisticBasics of biostatistic
Basics of biostatisticNeurologyKota
 
Point Estimate, Confidence Interval, Hypotesis tests
Point Estimate, Confidence Interval, Hypotesis testsPoint Estimate, Confidence Interval, Hypotesis tests
Point Estimate, Confidence Interval, Hypotesis testsUniversity of Salerno
 
Testing hypothesis
Testing hypothesisTesting hypothesis
Testing hypothesisAmit Sharma
 
Review & Hypothesis Testing
Review & Hypothesis TestingReview & Hypothesis Testing
Review & Hypothesis TestingSr Edith Bogue
 
Medical Statistics Part-II:Inferential statistics
Medical Statistics Part-II:Inferential  statisticsMedical Statistics Part-II:Inferential  statistics
Medical Statistics Part-II:Inferential statisticsRamachandra Barik
 
Pertemuan 10 new - Komputasi Statistik.pptx
Pertemuan 10 new - Komputasi Statistik.pptxPertemuan 10 new - Komputasi Statistik.pptx
Pertemuan 10 new - Komputasi Statistik.pptxSANDIPALAGALANA
 
Testing of Hypothesis, p-value, Gaussian distribution, null hypothesis
Testing of Hypothesis, p-value, Gaussian distribution, null hypothesisTesting of Hypothesis, p-value, Gaussian distribution, null hypothesis
Testing of Hypothesis, p-value, Gaussian distribution, null hypothesissvmmcradonco1
 
Biostatistics
BiostatisticsBiostatistics
Biostatisticspriyarokz
 
Assessment 3 ContextYou will review the theory, logic, and a.docx
Assessment 3 ContextYou will review the theory, logic, and a.docxAssessment 3 ContextYou will review the theory, logic, and a.docx
Assessment 3 ContextYou will review the theory, logic, and a.docxgalerussel59292
 

Similar to Qt notes by mj (20)

TEST OF SIGNIFICANCE.pptx
TEST OF SIGNIFICANCE.pptxTEST OF SIGNIFICANCE.pptx
TEST OF SIGNIFICANCE.pptx
 
Unit 3
Unit 3Unit 3
Unit 3
 
Day-2_Presentation for SPSS parametric workshop.pptx
Day-2_Presentation for SPSS parametric workshop.pptxDay-2_Presentation for SPSS parametric workshop.pptx
Day-2_Presentation for SPSS parametric workshop.pptx
 
Research methodology - Estimation Theory & Hypothesis Testing, Techniques of ...
Research methodology - Estimation Theory & Hypothesis Testing, Techniques of ...Research methodology - Estimation Theory & Hypothesis Testing, Techniques of ...
Research methodology - Estimation Theory & Hypothesis Testing, Techniques of ...
 
Important terminologies
Important terminologiesImportant terminologies
Important terminologies
 
Statistical tests of significance and Student`s T-Test
Statistical tests of significance and Student`s T-TestStatistical tests of significance and Student`s T-Test
Statistical tests of significance and Student`s T-Test
 
Hypothesis Testing
Hypothesis TestingHypothesis Testing
Hypothesis Testing
 
Chi square test social research refer.ppt
Chi square test social research refer.pptChi square test social research refer.ppt
Chi square test social research refer.ppt
 
Basics of biostatistic
Basics of biostatisticBasics of biostatistic
Basics of biostatistic
 
Point Estimate, Confidence Interval, Hypotesis tests
Point Estimate, Confidence Interval, Hypotesis testsPoint Estimate, Confidence Interval, Hypotesis tests
Point Estimate, Confidence Interval, Hypotesis tests
 
Testing hypothesis
Testing hypothesisTesting hypothesis
Testing hypothesis
 
Data analysis
Data analysis Data analysis
Data analysis
 
Review & Hypothesis Testing
Review & Hypothesis TestingReview & Hypothesis Testing
Review & Hypothesis Testing
 
Medical Statistics Part-II:Inferential statistics
Medical Statistics Part-II:Inferential  statisticsMedical Statistics Part-II:Inferential  statistics
Medical Statistics Part-II:Inferential statistics
 
Pertemuan 10 new - Komputasi Statistik.pptx
Pertemuan 10 new - Komputasi Statistik.pptxPertemuan 10 new - Komputasi Statistik.pptx
Pertemuan 10 new - Komputasi Statistik.pptx
 
Testing of Hypothesis, p-value, Gaussian distribution, null hypothesis
Testing of Hypothesis, p-value, Gaussian distribution, null hypothesisTesting of Hypothesis, p-value, Gaussian distribution, null hypothesis
Testing of Hypothesis, p-value, Gaussian distribution, null hypothesis
 
Biostatistics
BiostatisticsBiostatistics
Biostatistics
 
3 es timation-of_parameters[1]
3 es timation-of_parameters[1]3 es timation-of_parameters[1]
3 es timation-of_parameters[1]
 
Biostatistics
BiostatisticsBiostatistics
Biostatistics
 
Assessment 3 ContextYou will review the theory, logic, and a.docx
Assessment 3 ContextYou will review the theory, logic, and a.docxAssessment 3 ContextYou will review the theory, logic, and a.docx
Assessment 3 ContextYou will review the theory, logic, and a.docx
 

Recently uploaded

Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
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
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,Virag Sontakke
 
“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
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
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
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
 
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
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonJericReyAuditor
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
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
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
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
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaVirag Sontakke
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 

Recently uploaded (20)

Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
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
 
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,भारत-रोम व्यापार.pptx, Indo-Roman Trade,
भारत-रोम व्यापार.pptx, Indo-Roman Trade,
 
“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...
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
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
 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
 
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
 
Science lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lessonScience lesson Moon for 4th quarter lesson
Science lesson Moon for 4th quarter lesson
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
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
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
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...
 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
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
 
Painted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of IndiaPainted Grey Ware.pptx, PGW Culture of India
Painted Grey Ware.pptx, PGW Culture of India
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 

Qt notes by mj

  • 1. QT NOTES MAHESH KUMAR JOSHI 20PHEN017 Ph. D. Scholar JECRC UNIVERSITY, JAIPUR 09928138739
  • 2. Population:- Population is an aggregate of objects, animate or inanimate under study. The population may be finite or infinite. Sampling:- A finite subset of statistical individuals in a population is called a Sample and the number of individuals in a sample is called the sample size. For the purpose of determining population characteristics, instead of enumerating the entire population, the individuals in the sample only are observed. Then the sample characteristics are utilized to approximately determine or estimate the population. The error involved in such approximation is known as sampling error. But sampling results in considerable gains, especially in time and cost not only in respect of making observations of characteristics but also in the subsequent handling of the data. Parameter and Statistic:- In order to avoid verbal confusion with the statistical constants of the population. viz., mean (μ), variance ( σ2). etc., which are usually referred to as parameters, statistical measures computed from the sample observations alone, e.g., mean ( x_bar ). variance ( s2 ). etc ., have been termed by Professor R.A. Fisher as statistics.
  • 3. Population Mean Population Standard Deviation The term population mean, which is the average score of the population on a given variable, is represented by: μ = ( Σ Xi ) / N The symbol ‘μ’ represents the population mean. The symbol ‘Σ Xi’ represents the sum of all scores present in the population (say, in this case) X1 X2 X3 and so on. The symbol ‘N’ represents the total number of individuals or cases in the population. The population standard deviation is a measure of the spread (variability) of the scores on a given variable and is represented by: σ = sqrt[ Σ ( Xi – μ )2 / N ] The symbol ‘σ’ represents the population standard deviation. The term ‘sqrt’ used in this statistical formula denotes square root. The term ‘Σ ( Xi – μ )2’ used in the statistical formula represents the sum of the squared deviations of the scores from their population mean.
  • 4. Population Variance The population variance is the square of the population standard deviation and is represented by: σ2 = Σ ( Xi – μ )2 / N The symbol ‘σ2’ represents the population variance. Sample Mean The sample mean is the average score of a sample on a given variable and is represented by: x_bar = ( Σ xi ) / n The term “x_bar” represents the sample mean. The symbol ‘Σ xi’ used in this formula represents the represents the sum of all scores present in the sample (say, in this case) x1 x2 x3 and so on. The symbol ‘n,’ represents the total number of individuals or observations in the sample.
  • 5. Sample Standard Deviation The statistic called sample standard deviation, is a measure of the spread (variability) of the scores in the sample on a given variable and is represented by: s = sqrt [ Σ ( xi – x_bar )2 / ( n – 1 ) ] for large sample OR s = sqrt [ Σ ( xi – x_bar )2 / n ] (for sample size < 30 for T – test in stats.) The term ‘Σ ( xi – x_bar )2’ represents the sum of the squared deviations of the scores from the sample mean. Sample Variance The sample variance is the square of the sample standard deviation and is represented by: s2 = Σ ( xi – x_bar )2 / ( n – 1 ) for large sample OR s2 = Σ ( xi – x_bar )2 / n (for sample size < 30 for T – test in stats.) The symbol ‘s2’ represents the sample variance.
  • 6. HYPOTHESIS:- An idea that is suggested as the possible explanation for something but has not yet been found to be true or correct. What is Hypothesis? Hypothesis is an assumption that is made on the basis of some evidence. This is the initial point of any investigation that translates the research questions into a prediction. It includes components like variables, population and the relation between the variables. A research hypothesis is a hypothesis that is used to test the relationship between two or more variables. Define a Problem into Statement is called a Hypothesis.
  • 7. Null Hypothesis In probability and statistics, the null hypothesis is a comprehensive statement or default status that there is zero happening or nothing happening. For example, there is no connection among groups or no association between two measured events. It is generally assumed here that the hypothesis is true until any other proof has been brought into the light to deny the hypothesis. In statistics, the null hypothesis is usually denoted by letter H with subscript ‘0’ (zero), such that H0. It is pronounced as H-null or H-zero or H-nought The formula for the null hypothesis is: H0: p = p0 In Statistics, a null hypothesis is a type of hypothesis which explains the population parameter whose purpose is to test the validity of the given experimental data. Such a hypothesis, which is usually a hypothesis of no difference, is called null hypothesis and is usually denoted by Ho. According to Prof. RA. Fisher, null hypothesis is the hypothesis which is tested for possible rejection under the assumption that it is true.
  • 8. Alternative Hypothesis Alternative hypothesis defines there is a statistically important relationship between two variables. The alternative hypothesis is a statement used in statistical inference experiment. It is contradictory to the null hypothesis and denoted by Ha or H1. In this hypothesis, the difference between two or more variables is predicted by the researchers, such that the pattern of data observed in the test is not due to chance. Any hypothesis which is complementary to the null hypothesis is called an alternative hypothesis, usually denoted by H1 .For example, if we want to test the null hypothesis that the population has a specified mean μ0, (say), i.e., Ho: μ = μ0, then the alternative hypothesis could be (i) H1 : μ ≠ μ0 (i.e . μ > μ0 or μ < μ0) (ii) H1 : μ > μ0 (iii) H1 : μ < μ0 The alternative hypothesis in (i) is known as a two-tailed alternative and the alternatives in (ii) and (iii) are known as right-tailed and left-tailed alternatives respectively. The setting of alternative hypothesis is very important since it enables us to decide whether we have to use a single-tailed (right or left) or two tailed Test.
  • 9. Left-Tailed: Here, it is expected that the sample proportion (π) is less than a specified value which is denoted by π0, such that; H1 : π < π0 Right-Tailed: It represents that the sample proportion (π) is greater than some value, denoted by π0. H1 : π > π0 Two-Tailed: According to this hypothesis, the sample proportion (denoted by π) is not equal to a specific value which is represented by π0. H1 : π ≠ π0 Note: The null hypothesis for all the three alternative hypotheses, would be H1 : π = π0. A test of any statistical hypothesis where the alternative hypothesis is one tailed (right tailed or left tailed) is called a one tailed test.
  • 10. Difference between Null & Alternative Hypothesis Single Tailed Test
  • 11. FOUR STEPS TO HYPOTHESIS TESTING The goal of hypothesis testing is to determine the likelihood that a population parameter, such as the mean, is likely to be true: Step 1: State the hypotheses. Step 2: Set the criteria for a decision. Step 3: Compute the test statistic. Step 4: Make a decision.
  • 12. A summary of hypothesis testing.
  • 13. When Calculated value < Tabulated Value (Significant Value) Then we say that Null Hypothesis is accepted. When Calculated value > Tabulated Value (Significant Value) Then we say that Null Hypothesis is rejected & Alternative Hypothesis is Accepted. Calculated Value is found through Different Different Test But Tabulated value found From degree of freedom (From Different Test).
  • 14. Types of Test 1. T test (Used For Small Sample Size Less than 30 & Unknown Population Variance) 1.1 T-Test for Sample Mean 1.2 T-Test for Difference of Mean (For Independent Population) 1.3 Paired T-Test for Difference of Mean (Same Set Population) 1.4 T-Test for testing the significance of an Observed Sample Correlation Coefficient 2. Chi- Square Test 2.1 To Test If the Hypothetical Value of the population variance 2.2 To Test the Goodness of Fit 2.3 To test the independence of attributes 3. F-Distribution Test (Mean but According to variance) 4. Z- Test (Used For Large Sample) *Note:- In T & Z Test Due to Symmetric, So we calculate (From Table) Different Value for 1 Tail & 2 Tail. But For F-Test & Chi-Square Test There is no symmetrical So No difference between 1 Tail & 2 Tail.
  • 15.
  • 16. 1. T test (Used For Small Sample Size Less than 30 & Unknown Population Variance) 1.1 T-Test for Sample Mean Under the Null Hypothesis H0 : i) There is no significance difference between the sample mean x_bar & the population mean µ, ii) The sample has been drawn from the population mean µ. Here S2 is Mean Square Error.
  • 17. Relation Between Sample Variance s2 and Mean Square Error S2 : Hence, for numerical problem the formula for the T- Test will be:-
  • 18.
  • 19.
  • 20.
  • 21.
  • 22. Some Problems based on T-test Single Mean:
  • 23.
  • 24.
  • 25. II Application of T- Test:- When we need to compare 2 Independent Population like 2 Section of a class, etc.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33. In ii case we apply T- Paired Test.
  • 34.
  • 35.
  • 36. III Application of T- Test:- For Same Set Population
  • 37.
  • 38.
  • 39.
  • 40. IV Application of T- Test:- For Correlation Coefficient
  • 41.
  • 42.
  • 43. F- Distribution Test (Mean but According to variance):-
  • 44.
  • 45.
  • 46.
  • 47. Chi- Square Test To Test If the Hypothetical Value of the population variance To Test the Goodness of Fit To test the independence of attributes
  • 48. To Test If the Hypothetical Value of the population variance
  • 49.
  • 50.
  • 51. To Test the Goodness of Fit
  • 52.
  • 53.
  • 54.
  • 55.
  • 56.
  • 57.
  • 58. To test the independence of attributes