SlideShare a Scribd company logo
Awad Nasser Albalwi‫ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ‬‫ــــــــــــــــــــــــــــــ‬
Application of Statistical and mathematical
equations in Chemistry
Part 2
Accuracy
Precision
Propagation of Error
Confidence Limits
F-Test Values
Student’s t-test
Paired Sample t-test
Q test
Least Squares Method
correlation coefficient
Awad Nasser Albalwi‫ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ‬‫ــــــــــــــــــــــــــــــ‬
Accuracy theory:
Accuracy refers to the agreement between experimental data and a known value. You
can think of it in terms of a bullseye in which the target is hit close to the center, yet
the marks in the target aren't necessarily close to each other.
Absolute Error Formula
Absolute error is defined as the magnitude of difference between the actual and the
individual values of any quantity in question.
Relative Error or fractional error
It is defined as the ration of mean absolute error to the mean value of the measured
quantity
δa =mean absolute value/mean value = Δamean/am
Percentage Error
It is the relative error measured in percentage. So
Percentage Error =mean absolute value/mean value X 100= Δamean/amX100
Accuracy theory equation:
µ-Absolute error = x
µ ) / µ ) * 100%-% Relative error = ( ( x
µ ) / µ ) * 1000%-% Relative error in thousand = ( ( x
The Precision Theory
Awad Nasser Albalwi‫ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ‬‫ــــــــــــــــــــــــــــــ‬
Precision refers to how well experimental values agree with each other. If you hit a
bullseye precisely, then you are able to hit the same spot on the target each time, even
though that spot may be distant from the center.
the standard deviation (SD)( σ) shows how much variation or dispersion from the
average exists. A low standard deviation indicates that the data points tend to be very
close to the mean (also called expected value); a high standard deviation indicates
that the data points are spread out over a large range of values.
The Precision equation:
%Relative average deviation = (a.d. / X) * 100%
Standard deviation (S) = ( Σ (xi - X)2 / (N - 1) )1/2
Standard deviation of the mean (S, mean) = S / N1/2
X) / N-i(xΣAbsolute average deviation (a.d.) =
Propagation of Error
Propagation of Error (or Propagation of Uncertainty) is defined as the effects on a
function by a variable's uncertainty. It is a calculus derived statistical calculation
designed to combine uncertainties from multiple variables, in order to provide an
accurate measurement of uncertainty.
Awad Nasser Albalwi‫ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ‬‫ــــــــــــــــــــــــــــــ‬
Confidence Limits
Confidence limits are the lower and upper boundaries / values of a confidence
interval, that is, the values which define the range of a confidence interval.
The upper and lower bounds of a 95% confidence interval are the 95% confidence
limits. These limits may be taken for other confidence levels, for example, 90%, 99%,
99.9%.
Awad Nasser Albalwi‫ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ‬‫ــــــــــــــــــــــــــــــ‬
Definition of F-Test Values
In analysis of variance, an F-test is used to test group variance against a null
hypothesis, and is often used to determine whether any group of trials differs
significantly from an expected value. For example, the null hypothesis could be set as
the variance of two sample groups being equal, . To test
whether (sample 1 has significantly more variance than sample 2), take the
ratio and compare it to an F-test value in a table of pre-computed critical
values. To calculate the F-test value, find the degrees of freedom of each sample and
the desired confidence interval. If the calculated ratio is less than the table value,
accept the null hypothesis that the variance is not significantly different.
Formula
The F-test = S12 / S22
Student’s t-test
Student’s t-test, in statistics, a method of testing hypotheses about the mean of a
small sample drawn from a normally distributed population when the
population standard deviation is unknown.
In 1908 William Sealy Gosset, an Englishman publishing under the pseudonym
Student, developed thet-test and t distribution. The t distribution is a family of curves
in which the number of degrees of freedom (the number of independent observations
in the sample minus one) specifies a particular curve. As the sample size (and thus the
degrees of freedom) increases, the t distribution approaches the bell shape of the
standard normal distribution. In practice, for tests involving the mean of a sample of
size greater than 30, the normal distribution is usually applied.
It is usual first to formulate a null hypothesis, which states that there is no effective
difference between the observed sample mean and the hypothesized or stated
population mean—i.e., that any measured difference is due only to chance. In an
agricultural study, for example, the null hypothesis could be that an application of
Awad Nasser Albalwi‫ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ‬‫ــــــــــــــــــــــــــــــ‬
fertilizer has had no effect on crop yield, and an experiment would be performed to
test whether it has increased the harvest. In general, a t-test may be either two-sided
(also termed two-tailed), stating simply that the means are not equivalent, or one-
sided, specifying whether the observed mean is larger or smaller than the
hypothesized mean. The test statistic t is then calculated. If the observed t-statistic is
more extreme than the critical value determined by the appropriate reference
distribution, the null hypothesis is rejected. The appropriate reference distribution for
the t-statistic is the t distribution. The critical value depends on the significance level
of the test (the probability of erroneously rejecting the null hypothesis).
For example, suppose a researcher wishes to test the hypothesis that a sample of
size n = 25 with meanx = 79 and standard deviation s = 10 was drawn at random from
a population with mean μ = 75 and unknown standard deviation. Using the formula
for the t-statistic,
the calculated t equals 2. For a two-sided test at a common level of
significance α = 0.05, the critical values from the t distribution on 24 degrees of
freedom are −2.064 and 2.064. The calculated tdoes not exceed these values, hence
the null hypothesis cannot be rejected with 95 percent confidence. (The confidence
level is 1 − α.)
A second application of the t distribution tests the hypothesis that two independent
random samples have the same mean. The t distribution can also be used to construct
confidence intervals for the true mean of a population (the first application) or for the
difference between two sample means (the second application).
Paired Sample t-test
A paired sample t-test is used to determine whether there is a significant difference
between the average values of the same measurement made under two different
conditions. Both measurements are made on each unit in a sample, and the test is
based on the paired differences between these two values. The usual null hypothesis
is that the difference in the mean values is zero. For example, the yield of two strains
of barley is measured in successive years in twenty different plots of agricultural land
(the units) to investigate whether one crop gives a significantly greater yield than the
other, on average.
The null hypothesis for the paired sample t-test is
Awad Nasser Albalwi‫ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ‬‫ــــــــــــــــــــــــــــــ‬
H0: d = µ1 - µ2 = 0
where d is the mean value of the difference.
This null hypothesis is tested against one of the following alternative hypotheses,
depending on the question posed:
H1: d = 0
H1: d > 0
H1: d < 0
The paired sample t-test is a more powerful alternative to a two sample procedure,
such as the two sample t-test, but can only be used when we have matched samples.
Formula
N= ( N1N2 / (N1 + N2) )1/2
Sp = ( Σ(xi1-X1)2 + Σ(xi2-X2)2 ... + Σ(xik-Xk)2 / (N-K) ) 1/2
t = (X1-X2)/Sp ( N1N2 / (N1+N2)1/2 )
t test with multiple samples
In a t-test you are able to test one sample mean vs. a single value or two sample means
against each other. Analysis of Variance allows you to test if multiple means are equal
to each other.
In other words, the null hypothesis of the t-test is: μ1 = μ2
Formula
Sd = ( Σ(Di - D)2 / (N-1) )1/2
t = (D / Sd) * N1/2
Awad Nasser Albalwi‫ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ‬‫ــــــــــــــــــــــــــــــ‬
Definition of Q test
The Q-test is a simple statistical test to determine if a data point that appears to be
very different from the rest of the data points in a set may be discarded. Only
one data point in a set may be rejected using the Q-test. The Q-test is:
The value of Q is compared to a critical value, Qc.
Table of Q critical values (90% confidence) N Qc 3 0.94 4 0.76 5 0.64 6 0.56 7 0.51 8
0.47 9 0.44 10 0.41
If Q is larger than Qc the outlier can be discarded with 90% confidence. Related topics:
• data handling
Definition of 'Least Squares Method'
A statistical technique to determine the line of best fit for a model. The least squares
method is specified by an equation with certain parameters to observed data. This
method is extensively used in regression analysis and estimation.
Formula
y = mx + b
s = Σ (yi - y1)2 = Σ (yi - (mxi + b))2
Awad Nasser Albalwi‫ـــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ‬‫ــــــــــــــــــــــــــــــ‬
m = Σ (xi yi) - ( (Σxi Σyi / n) ) / Σ(xi2 - ( (Σxi)2 / n) )
correlation coefficient theory:
A correlation coefficient is a statistical measure of the degree to which changes to the
value of one variable predict change to the value of another. In positively correlated
variables, the value increases or decreases in tandem. In negatively correlated
variables, the value of one increases as the value of the other decreases.
Correlation coefficients are expressed as values between +1 and -1. A coefficient of +1
indicates a perfect positive correlation: A change in the value of one variable will
predict a change in the same direction in the second variable. A coefficient of -1
indicates a perfectnegative correlation: A change in the value of one variable predicts
a change in the opposite direction in the second variable. Lesser degrees of
correlation are expressed as non-zero decimals. A coefficient of zero indicates there is
no discernable relationship between fluctuations of the variables.
equation:
1/2)2)iyΣ(-2iyΣ) (n2)ixΣ(-2ixΣ) / ( (niyΣixΣ-iyixΣr = (n

More Related Content

PPTX
Application of Statistical and mathematical equations in Chemistry Part 2
PPTX
Two Means, Independent Samples
PPTX
Two Variances or Standard Deviations
PDF
Practice Test 4A Hypothesis Testing Solution
PDF
Solution to the practice test ch 8 hypothesis testing ch 9 two populations
PPTX
Estimating a Population Standard Deviation or Variance
PPTX
Estimating a Population Mean
PPTX
Normal as Approximation to Binomial
Application of Statistical and mathematical equations in Chemistry Part 2
Two Means, Independent Samples
Two Variances or Standard Deviations
Practice Test 4A Hypothesis Testing Solution
Solution to the practice test ch 8 hypothesis testing ch 9 two populations
Estimating a Population Standard Deviation or Variance
Estimating a Population Mean
Normal as Approximation to Binomial

What's hot (20)

PPTX
Two Means, Two Dependent Samples, Matched Pairs
PPT
The two sample t-test
PPTX
Testing a Claim About a Standard Deviation or Variance
PPTX
Basics of Hypothesis Testing
PPTX
Variance & standard deviation
PDF
Measures of Dispersion
PPT
Chapter09
PPT
02a one sample_t-test
PPT
PPT
Errors2
PPTX
Confidence Level and Sample Size
PPTX
Testing a Claim About a Mean
PPTX
Introduction to the t test
PPT
Chapter 3 Confidence Interval
PPTX
Estimating a Population Standard Deviation or Variance
PPTX
PPTX
Contingency Tables
PPTX
Real Applications of Normal Distributions
PDF
Practice test ch 8 hypothesis testing ch 9 two populations
PPT
Chapter12
Two Means, Two Dependent Samples, Matched Pairs
The two sample t-test
Testing a Claim About a Standard Deviation or Variance
Basics of Hypothesis Testing
Variance & standard deviation
Measures of Dispersion
Chapter09
02a one sample_t-test
Errors2
Confidence Level and Sample Size
Testing a Claim About a Mean
Introduction to the t test
Chapter 3 Confidence Interval
Estimating a Population Standard Deviation or Variance
Contingency Tables
Real Applications of Normal Distributions
Practice test ch 8 hypothesis testing ch 9 two populations
Chapter12
Ad

Similar to Application of Statistical and mathematical equations in Chemistry Part 2 (20)

PDF
Overview of Advance Marketing Research
PPT
Small Sampling Theory Presentation1
PDF
Point Estimate, Confidence Interval, Hypotesis tests
PPT
Inferential statistics-estimation
PPT
Medical statistics2
PPT
Introduction to analytical chemistry.ppt
PPT
tps5e_Ch10_2.ppt
PPTX
Measures of Dispersion
PDF
Non Parametric Test by Vikramjit Singh
PDF
Testing hypothesis
PPTX
TEST OF SIGNIFICANCE.pptx
PPT
Biostatistics
PPTX
K.A.Sindhura-t,z,f tests
PPTX
M1-4 Estimasi Titik dan Intervaltttt.pptx
PPTX
Hypothesis Test _Two-sample t-test, Z-test, Proportion Z-test
PPTX
Qt notes by mj
PPT
Chapter11
PPTX
marketing research & applications on SPSS
PPT
T-Test for research manual for Research Methodology Final
Overview of Advance Marketing Research
Small Sampling Theory Presentation1
Point Estimate, Confidence Interval, Hypotesis tests
Inferential statistics-estimation
Medical statistics2
Introduction to analytical chemistry.ppt
tps5e_Ch10_2.ppt
Measures of Dispersion
Non Parametric Test by Vikramjit Singh
Testing hypothesis
TEST OF SIGNIFICANCE.pptx
Biostatistics
K.A.Sindhura-t,z,f tests
M1-4 Estimasi Titik dan Intervaltttt.pptx
Hypothesis Test _Two-sample t-test, Z-test, Proportion Z-test
Qt notes by mj
Chapter11
marketing research & applications on SPSS
T-Test for research manual for Research Methodology Final
Ad

More from Awad Albalwi (20)

PDF
Syntheses and photochemically dyes degradation of a new 4-connected MOF with ...
PPT
Drinking Water Quality Evaluation .ppt
PDF
double co-sensitization strategy using.pdf
PPT
Electrochemistry part9
PPT
Electrochemistry part8
PPT
Electrochemistry part7
PPT
Electrochemistry part6
PPT
Electrochemistry part5
PPT
Electrochemistry part4
PPT
Electrochemistry part3
PPT
Electrochemistry part2
PPT
Electrochemistry part1
PDF
Report writing arabic lang 4
PPT
Data analysis Arabic language part 3
PDF
Research methodology Arabic language part 2
PPTX
Research methodology Arabic language part 2
PDF
Research methodology Arabic language part 1
PDF
Crystal Structure, Topological and Hirshfeld Surface Analysis of a Zn(II) Zwi...
PPTX
Poster conference - Template
PPT
What evidence is there for water on mars 2009
Syntheses and photochemically dyes degradation of a new 4-connected MOF with ...
Drinking Water Quality Evaluation .ppt
double co-sensitization strategy using.pdf
Electrochemistry part9
Electrochemistry part8
Electrochemistry part7
Electrochemistry part6
Electrochemistry part5
Electrochemistry part4
Electrochemistry part3
Electrochemistry part2
Electrochemistry part1
Report writing arabic lang 4
Data analysis Arabic language part 3
Research methodology Arabic language part 2
Research methodology Arabic language part 2
Research methodology Arabic language part 1
Crystal Structure, Topological and Hirshfeld Surface Analysis of a Zn(II) Zwi...
Poster conference - Template
What evidence is there for water on mars 2009

Recently uploaded (20)

PPTX
Qualitative Qantitative and Mixed Methods.pptx
PDF
Galatica Smart Energy Infrastructure Startup Pitch Deck
PPT
Miokarditis (Inflamasi pada Otot Jantung)
PPTX
DISORDERS OF THE LIVER, GALLBLADDER AND PANCREASE (1).pptx
PPT
Quality review (1)_presentation of this 21
PDF
Lecture1 pattern recognition............
PPTX
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb
PPTX
IBA_Chapter_11_Slides_Final_Accessible.pptx
PPTX
STERILIZATION AND DISINFECTION-1.ppthhhbx
PDF
Mega Projects Data Mega Projects Data
PDF
.pdf is not working space design for the following data for the following dat...
PPTX
Supervised vs unsupervised machine learning algorithms
PDF
Introduction to Data Science and Data Analysis
PPTX
STUDY DESIGN details- Lt Col Maksud (21).pptx
PPTX
Market Analysis -202507- Wind-Solar+Hybrid+Street+Lights+for+the+North+Amer...
PPTX
01_intro xxxxxxxxxxfffffffffffaaaaaaaaaaafg
PPTX
SAP 2 completion done . PRESENTATION.pptx
PPTX
Introduction to Knowledge Engineering Part 1
PPTX
Introduction to Basics of Ethical Hacking and Penetration Testing -Unit No. 1...
Qualitative Qantitative and Mixed Methods.pptx
Galatica Smart Energy Infrastructure Startup Pitch Deck
Miokarditis (Inflamasi pada Otot Jantung)
DISORDERS OF THE LIVER, GALLBLADDER AND PANCREASE (1).pptx
Quality review (1)_presentation of this 21
Lecture1 pattern recognition............
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb
IBA_Chapter_11_Slides_Final_Accessible.pptx
STERILIZATION AND DISINFECTION-1.ppthhhbx
Mega Projects Data Mega Projects Data
.pdf is not working space design for the following data for the following dat...
Supervised vs unsupervised machine learning algorithms
Introduction to Data Science and Data Analysis
STUDY DESIGN details- Lt Col Maksud (21).pptx
Market Analysis -202507- Wind-Solar+Hybrid+Street+Lights+for+the+North+Amer...
01_intro xxxxxxxxxxfffffffffffaaaaaaaaaaafg
SAP 2 completion done . PRESENTATION.pptx
Introduction to Knowledge Engineering Part 1
Introduction to Basics of Ethical Hacking and Penetration Testing -Unit No. 1...

Application of Statistical and mathematical equations in Chemistry Part 2