SlideShare a Scribd company logo
1 of 8
Download to read offline
PROJECT REPORT
Regression Analysis
MTH 416A
Indian Institute of Technology, Kanpur
Department of Mathematics and Statistics
2016-17
SPECULATING DAILY MAXIMUM
CARBON MONOXIDE (CO) LEVEL
Supervised By Authored by
Dr. Sharmishtha Mitra Bhanu Yadav – 13198
Nakul Surana - 13418
1
PROJECTREPORTRegressionAnalysis|[Pickthedate]
SPECULATING DAILY MAXIMUM CARBON MONOXIDE (CO) LEVEL
Bhanu Yadav & Nakul Surana Department of Mathematics and Statistics, Indian Institute of Technology,
Kanpur, India
Email: bhanuydv@iitk.ac.in nakuls@iitk.ac.in
__________________________________________________________________________________
Objective
Considering the increasing pollution levels in the city and its harmful effects on kid’s health, in this study
we wish to predict Carbon monoxide levels given the various sensor values. If CO levels are within 2ppm to
9ppm then it is considered to be tolerable.
Forecasting Description
To forecast the daily maximum Carbon Monoxide (CO) level for next one week (5th April 2005 to 11th
April 2005) by using data of various air pollutants including CO from 10th March 2004 to 4th April 2005.
Data Description
The dataset contains 9358 instances of hourly averaged responses from an array of 5 metal oxide chemical
sensors embedded in an Air Quality Chemical Multi sensor Device. Data were recorded from 10th March
2004 to 4th April 2005 (one year). Ground Truth hourly averaged concentrations for CO, NonMetallic
Hydrocarbons, Benzene, Total Nitrogen Oxides (NOx) and Nitrogen Dioxide (NO2) and were provided by
a co-located reference certified analyzer.
Source: UCI machine learning repository- Air Quality data set
(http://archive.ics.uci.edu/ml/datasets/Air+Quality#)
Attribute Information
0 Date (DD/MM/YYYY)
1 Time (HH.MM.SS)
2 True hourly averaged concentration CO in mg/m^3 (reference analyzer)
3 PT08.S1 (tin oxide) hourly averaged sensor response (nominally CO targeted)
4 True hourly averaged overall Non Metallic Hydro Carbons concentration in micro g/m^3 (reference
analyzer)
5 True hourly averaged Benzene concentration in micro g/m^3 (reference analyzer)
6 PT08.S2 (titania) hourly averaged sensor response (nominally NMHC targeted)
7 True hourly averaged NOx concentration in ppb (reference analyzer)
8 PT08.S3 (tungsten oxide) hourly averaged sensor response (nominally NOx targeted)
2
PROJECTREPORTRegressionAnalysis|[Pickthedate]
9 True hourly averaged NO2 concentration in micro g/m^3 (reference analyzer)
10 PT08.S4 (tungsten oxide) hourly averaged sensor response (nominally NO2 targeted)
11 PT08.S5 (indium oxide) hourly averaged sensor response (nominally O3 targeted)
12 Temperature in °C
13 Relative Humidity (%)
14 AH Absolute Humidity Group
Key Characteristics
Data was found with missing values which were visible as “-200”. Data had monthly seasonality and was
also changing as per the days of the week, which could be because of the varying number of automobiles
(emitting air pollutants) on weekdays and weekends.
1. Variables in the Data Set Y variable – > CO(GT)
2. Possible X Variables –> PTO8.S1(CO), NMHC(GT), C6H6(GT), PTO8.S2(NMHC), NOx(GT),
PTO8.S3(NOx), NO2(GT), PTO8.S4(NO2), PTO8.S5(O3), T, RH and AH
3. X Variable NMHC had more than 90% missing values (Excluded from the possible X variables set)
4. All other variables had less than 10% missing values
5. Replaced the missing values by the previous hour values and for consecutive missing values with
last week-hour values
Plot of CO vs Time
X-axis -> Days of the year (Ex. 1st
day is 5th
April’04 and vice-versa)
Y-axis – Concentration of CO in PPM
3
PROJECTREPORTRegressionAnalysis|[Pickthedate]
This suggests a seasonality of CO w.r.t. days of the year to compensate that we will introduce dummy
variables
X4 = 1 if days of the year are between 200 to 300
= 0 otherwise
Plot of CO vs Week time
1:7  Monday: Sunday (X-axis)
Y-axis – Concentration of CO in PPM
Different Colors represents different months of the year
This suggests a seasonality of CO w.r.t. days of the week. to compensate that we will introduce dummy
Variable
X5 = 1 if Monday, Tuesday, Saturday and Sunday
= 0 otherwise
4
PROJECTREPORTRegressionAnalysis|[Pickthedate]
Input Variables:
Linear correlation coefficients computed among analyzed species using on field recorded data
rNMHC-C6H6
0.98
rCO-NOx
0.78
rCO-NO2
0.67
rC6H6-NOx
0.72
rC6H6-NO2
0.60
rNOx-NO2
0.76
rCO-C6H6
0.90
As regard as benzene-NMHC coefficient, it should be noted that it has been computed using only the first 8
days of measurements, after which the NMHC targeted analyzer went out of service.
After checking different available variables we decided that the following variables can affect the CO
levels:
Regressors:
• Daily maximum C6H6 (lag 7)
• Daily maximum T (lag 7)
• Daily maximum AH (lag 7)
• Monthly dummy variables
• Weekly dummy variable
FAQ:
Q1: Why to use lag 7?
Ans: To forecast the CO concentration a weak earlier.
Q2: Why T and AH as a Regressors?
Ans: T – Temperature, AH - Absolute Humidity are one of the key factors of CO concentration in
atmosphere. (Literature review) and correlation coefficients.
5
PROJECTREPORTRegressionAnalysis|[Pickthedate]
Multiple Regression Analysis
Y = Xβ + ε (Model)
Full analysis:
1. Coefficient table
Estimate SE t-Stat p-Value
(Intercept)' 2.208278182 0.2283410655 9.670963816 8.19E-20
x1' 0.1454091155 0.006748314924 21.54747032 1.11E-66
x2' -0.05443110318 0.01089796337 -4.994612418 9.22E-07
x3' -0.01977522209 0.2179249985 -0.09074324759 0.9277472139
x4' 0.3087663162 0.1681926407 1.835789693 0.0672156882
x5' 0.1594614238 0.1342518955 1.18777782 0.2357061988
2 ANOVA
SumSq DF MeanSq F pValue
Total 1416.818082 364
3.892357
369 NaN NaN
Model 936.0920362 5
187.2184
072 139.8122876 5.41E-82
Residual 480.726046 359
1.339069
766 NaN NaN
Lack of fit 458.2127127 352
1.301740
661 0.4047461339 0.9826200603
Pure error 22.51333333 7
3.216190
476 NaN NaN
SSres = 480.726045999331 || SSreg = 936.092036192449 || SSTotal = 1416.81808219178
MSres = 1.34 || MSreg = 187.22
R2
= 0.660700232413988 ||| R2
_adjusted = 0.655974608910004
6
PROJECTREPORTRegressionAnalysis|[Pickthedate]
Residue Analysis:
Normal probability plot of the residual: This is a graph designed so that the cumulative normal distribution
will plot as a straight line. Let t[1] < t[2] < . . . < t[n] be the externally studentized residuals ranked in
increasing order. If we plot t[i] against the cumulative probability Pi = − ( ) i n 1 2 / , i = 1, 2, . . . , n , on the
normal probability plot
Plot of Residuals against the Fitted Values yˆI : plot of the (preferrably the externally studentized residuals,
t i ) versus the corresponding fi tted values yˆi is useful for detecting several common types of model
inadequacies
7
PROJECTREPORTRegressionAnalysis|[Pickthedate]
Conclusions:
 Y = 2.2 + 0.15 (Max C6H6) – 0.05 (Max T) – 0.02 (Max AH) + 0.31 (Monthly dummy) + 0.16
(Weekly dummy)
 R2_adjusted = 0.656 => Our model can explain 65% of the variability in the data
 Normal probability plot of the residual behaves properly
 Plot of Residuals against the Fitted Values yˆI behaves properly too
References:
On field calibration of an electronic nose for benzene estimation in an urban pollution monitoring scenario
S. De Vito a,∗, E. Massera a, M. Piga b, L. Martinotto b, G. Di Francia a
https://archive.ics.uci.edu/ml/datasets/Air+Quality

More Related Content

What's hot

Quantification of methane fluxes from local sites using a combination of a tr...
Quantification of methane fluxes from local sites using a combination of a tr...Quantification of methane fluxes from local sites using a combination of a tr...
Quantification of methane fluxes from local sites using a combination of a tr...Integrated Carbon Observation System (ICOS)
 
20180220 monbetsu18 presentation
20180220 monbetsu18 presentation20180220 monbetsu18 presentation
20180220 monbetsu18 presentationSyo Kyojin
 
Dr Glyn Rhys-Tyler - Road vehicle exhaust emissions; 'an age of uncertainty' ...
Dr Glyn Rhys-Tyler - Road vehicle exhaust emissions; 'an age of uncertainty' ...Dr Glyn Rhys-Tyler - Road vehicle exhaust emissions; 'an age of uncertainty' ...
Dr Glyn Rhys-Tyler - Road vehicle exhaust emissions; 'an age of uncertainty' ...IES / IAQM
 
N2O emissions from a recently afforested grassland in Dripsey
N2O emissions from a recently afforested grassland in DripseyN2O emissions from a recently afforested grassland in Dripsey
N2O emissions from a recently afforested grassland in DripseyVesna Jaksic
 
STUDY ON ESTIMATION OF RE-ENTRY TIME AFTER BLASTING IN UNDERGROUND MINING PT ...
STUDY ON ESTIMATION OF RE-ENTRY TIME AFTER BLASTING IN UNDERGROUND MINING PT ...STUDY ON ESTIMATION OF RE-ENTRY TIME AFTER BLASTING IN UNDERGROUND MINING PT ...
STUDY ON ESTIMATION OF RE-ENTRY TIME AFTER BLASTING IN UNDERGROUND MINING PT ...Sandro Sirait
 
Prediction of Coal Free-Swelling Index (FSI) using Mathematical Modelling
Prediction of Coal Free-Swelling Index (FSI) using Mathematical ModellingPrediction of Coal Free-Swelling Index (FSI) using Mathematical Modelling
Prediction of Coal Free-Swelling Index (FSI) using Mathematical ModellingMaedeh Tayebi
 
Prognostic Meteorological Models and Their Use in Dispersion Modelling
Prognostic Meteorological Models and Their Use in Dispersion ModellingPrognostic Meteorological Models and Their Use in Dispersion Modelling
Prognostic Meteorological Models and Their Use in Dispersion ModellingIES / IAQM
 
Study on Estimation of Re-entry Time After Blasting in Underground Mining PT ...
Study on Estimation of Re-entry Time After Blasting in Underground Mining PT ...Study on Estimation of Re-entry Time After Blasting in Underground Mining PT ...
Study on Estimation of Re-entry Time After Blasting in Underground Mining PT ...Sandro Sirait
 
DPF's Reduce GHG Emissions
DPF's Reduce GHG EmissionsDPF's Reduce GHG Emissions
DPF's Reduce GHG Emissionsnxtgensyngas
 
CO2 concentration in 2013
CO2 concentration in 2013CO2 concentration in 2013
CO2 concentration in 2013Stefani Foka
 
2006-01-0240
2006-01-02402006-01-0240
2006-01-0240Emad Amin
 
Development of Matlab Programme to study nonlinear vibration of a cantilever ...
Development of Matlab Programme to study nonlinear vibration of a cantilever ...Development of Matlab Programme to study nonlinear vibration of a cantilever ...
Development of Matlab Programme to study nonlinear vibration of a cantilever ...ijiert bestjournal
 
Quantile regression ensemble for summer temperatures
Quantile regression ensemble for summer temperaturesQuantile regression ensemble for summer temperatures
Quantile regression ensemble for summer temperaturesManuel Herrera
 

What's hot (20)

Quantification of methane fluxes from local sites using a combination of a tr...
Quantification of methane fluxes from local sites using a combination of a tr...Quantification of methane fluxes from local sites using a combination of a tr...
Quantification of methane fluxes from local sites using a combination of a tr...
 
20180220 monbetsu18 presentation
20180220 monbetsu18 presentation20180220 monbetsu18 presentation
20180220 monbetsu18 presentation
 
Dr Glyn Rhys-Tyler - Road vehicle exhaust emissions; 'an age of uncertainty' ...
Dr Glyn Rhys-Tyler - Road vehicle exhaust emissions; 'an age of uncertainty' ...Dr Glyn Rhys-Tyler - Road vehicle exhaust emissions; 'an age of uncertainty' ...
Dr Glyn Rhys-Tyler - Road vehicle exhaust emissions; 'an age of uncertainty' ...
 
N2O emissions from a recently afforested grassland in Dripsey
N2O emissions from a recently afforested grassland in DripseyN2O emissions from a recently afforested grassland in Dripsey
N2O emissions from a recently afforested grassland in Dripsey
 
LINK
LINKLINK
LINK
 
STUDY ON ESTIMATION OF RE-ENTRY TIME AFTER BLASTING IN UNDERGROUND MINING PT ...
STUDY ON ESTIMATION OF RE-ENTRY TIME AFTER BLASTING IN UNDERGROUND MINING PT ...STUDY ON ESTIMATION OF RE-ENTRY TIME AFTER BLASTING IN UNDERGROUND MINING PT ...
STUDY ON ESTIMATION OF RE-ENTRY TIME AFTER BLASTING IN UNDERGROUND MINING PT ...
 
Prediction of Coal Free-Swelling Index (FSI) using Mathematical Modelling
Prediction of Coal Free-Swelling Index (FSI) using Mathematical ModellingPrediction of Coal Free-Swelling Index (FSI) using Mathematical Modelling
Prediction of Coal Free-Swelling Index (FSI) using Mathematical Modelling
 
Prognostic Meteorological Models and Their Use in Dispersion Modelling
Prognostic Meteorological Models and Their Use in Dispersion ModellingPrognostic Meteorological Models and Their Use in Dispersion Modelling
Prognostic Meteorological Models and Their Use in Dispersion Modelling
 
Study on Estimation of Re-entry Time After Blasting in Underground Mining PT ...
Study on Estimation of Re-entry Time After Blasting in Underground Mining PT ...Study on Estimation of Re-entry Time After Blasting in Underground Mining PT ...
Study on Estimation of Re-entry Time After Blasting in Underground Mining PT ...
 
Swm 5
Swm 5Swm 5
Swm 5
 
DPF's Reduce GHG Emissions
DPF's Reduce GHG EmissionsDPF's Reduce GHG Emissions
DPF's Reduce GHG Emissions
 
7. Novel Technique
7. Novel Technique7. Novel Technique
7. Novel Technique
 
CO2 concentration in 2013
CO2 concentration in 2013CO2 concentration in 2013
CO2 concentration in 2013
 
2006-01-0240
2006-01-02402006-01-0240
2006-01-0240
 
Fudannonmov
FudannonmovFudannonmov
Fudannonmov
 
Development of Matlab Programme to study nonlinear vibration of a cantilever ...
Development of Matlab Programme to study nonlinear vibration of a cantilever ...Development of Matlab Programme to study nonlinear vibration of a cantilever ...
Development of Matlab Programme to study nonlinear vibration of a cantilever ...
 
Time Series proj final
Time Series proj finalTime Series proj final
Time Series proj final
 
Quantile regression ensemble for summer temperatures
Quantile regression ensemble for summer temperaturesQuantile regression ensemble for summer temperatures
Quantile regression ensemble for summer temperatures
 
Aerosols and Nephelometers
Aerosols and NephelometersAerosols and Nephelometers
Aerosols and Nephelometers
 
Abdel1
Abdel1Abdel1
Abdel1
 

Similar to Regression project report | Regression analysis | MTH 426 IITK

Simultaneous Measurement of N2O and CH4 Emissions from Agriculture Using Phot...
Simultaneous Measurement of N2O and CH4 Emissions from Agriculture Using Phot...Simultaneous Measurement of N2O and CH4 Emissions from Agriculture Using Phot...
Simultaneous Measurement of N2O and CH4 Emissions from Agriculture Using Phot...Gasera Ltd.
 
ABBB Poster Final v2
ABBB Poster Final v2ABBB Poster Final v2
ABBB Poster Final v2Jeric Harper
 
Durbib- Watson D between 0-2 means there is a positive correlati
Durbib- Watson D between 0-2 means there is a positive correlatiDurbib- Watson D between 0-2 means there is a positive correlati
Durbib- Watson D between 0-2 means there is a positive correlatiAlyciaGold776
 
Time Series Least Square Forecasting Analysis and Evaluation for Natural Gas ...
Time Series Least Square Forecasting Analysis and Evaluation for Natural Gas ...Time Series Least Square Forecasting Analysis and Evaluation for Natural Gas ...
Time Series Least Square Forecasting Analysis and Evaluation for Natural Gas ...rahulmonikasharma
 
Taguchi on mrr (C07)
Taguchi on mrr (C07)Taguchi on mrr (C07)
Taguchi on mrr (C07)Pavan Patel
 
Nickel nanoparticles modified carbon paste electrode for ni ions determinatio...
Nickel nanoparticles modified carbon paste electrode for ni ions determinatio...Nickel nanoparticles modified carbon paste electrode for ni ions determinatio...
Nickel nanoparticles modified carbon paste electrode for ni ions determinatio...eSAT Journals
 
Nickel nanoparticles modified carbon paste electrode
Nickel nanoparticles modified carbon paste electrodeNickel nanoparticles modified carbon paste electrode
Nickel nanoparticles modified carbon paste electrodeeSAT Publishing House
 
SAIP2015 presentation_v5
SAIP2015 presentation_v5SAIP2015 presentation_v5
SAIP2015 presentation_v5Thembelani Gina
 
LSBB_NOK_bob1
LSBB_NOK_bob1LSBB_NOK_bob1
LSBB_NOK_bob1THWIN BOB
 
Quantitative Evaluation of Dissociation Mechanisms in Methylorange and Methylred
Quantitative Evaluation of Dissociation Mechanisms in Methylorange and MethylredQuantitative Evaluation of Dissociation Mechanisms in Methylorange and Methylred
Quantitative Evaluation of Dissociation Mechanisms in Methylorange and MethylredAI Publications
 
Quantitative Evaluation of Dissociation Mechanisms in Methylorange and Methylred
Quantitative Evaluation of Dissociation Mechanisms in Methylorange and MethylredQuantitative Evaluation of Dissociation Mechanisms in Methylorange and Methylred
Quantitative Evaluation of Dissociation Mechanisms in Methylorange and MethylredAI Publications
 
Forest Biomass Estimation using GIS.pptx
Forest Biomass Estimation using GIS.pptxForest Biomass Estimation using GIS.pptx
Forest Biomass Estimation using GIS.pptxsahl_2fast
 
Assignment #4 questions and solutions-2013
Assignment #4 questions and solutions-2013Assignment #4 questions and solutions-2013
Assignment #4 questions and solutions-2013Darlington Etaje
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
Optimization of performance and emission characteristics of dual flow diesel ...
Optimization of performance and emission characteristics of dual flow diesel ...Optimization of performance and emission characteristics of dual flow diesel ...
Optimization of performance and emission characteristics of dual flow diesel ...eSAT Journals
 

Similar to Regression project report | Regression analysis | MTH 426 IITK (20)

Simultaneous Measurement of N2O and CH4 Emissions from Agriculture Using Phot...
Simultaneous Measurement of N2O and CH4 Emissions from Agriculture Using Phot...Simultaneous Measurement of N2O and CH4 Emissions from Agriculture Using Phot...
Simultaneous Measurement of N2O and CH4 Emissions from Agriculture Using Phot...
 
ABBB Poster Final v2
ABBB Poster Final v2ABBB Poster Final v2
ABBB Poster Final v2
 
Durbib- Watson D between 0-2 means there is a positive correlati
Durbib- Watson D between 0-2 means there is a positive correlatiDurbib- Watson D between 0-2 means there is a positive correlati
Durbib- Watson D between 0-2 means there is a positive correlati
 
3. Enhance DCM
3. Enhance DCM3. Enhance DCM
3. Enhance DCM
 
Time Series Least Square Forecasting Analysis and Evaluation for Natural Gas ...
Time Series Least Square Forecasting Analysis and Evaluation for Natural Gas ...Time Series Least Square Forecasting Analysis and Evaluation for Natural Gas ...
Time Series Least Square Forecasting Analysis and Evaluation for Natural Gas ...
 
R. Stopinskj, Labour Market Areas in Poland
R. Stopinskj,  Labour Market Areas in PolandR. Stopinskj,  Labour Market Areas in Poland
R. Stopinskj, Labour Market Areas in Poland
 
Taguchi on mrr (C07)
Taguchi on mrr (C07)Taguchi on mrr (C07)
Taguchi on mrr (C07)
 
Nickel nanoparticles modified carbon paste electrode for ni ions determinatio...
Nickel nanoparticles modified carbon paste electrode for ni ions determinatio...Nickel nanoparticles modified carbon paste electrode for ni ions determinatio...
Nickel nanoparticles modified carbon paste electrode for ni ions determinatio...
 
Nickel nanoparticles modified carbon paste electrode
Nickel nanoparticles modified carbon paste electrodeNickel nanoparticles modified carbon paste electrode
Nickel nanoparticles modified carbon paste electrode
 
SAIP2015 presentation_v5
SAIP2015 presentation_v5SAIP2015 presentation_v5
SAIP2015 presentation_v5
 
LSBB_NOK_bob1
LSBB_NOK_bob1LSBB_NOK_bob1
LSBB_NOK_bob1
 
Quantitative Evaluation of Dissociation Mechanisms in Methylorange and Methylred
Quantitative Evaluation of Dissociation Mechanisms in Methylorange and MethylredQuantitative Evaluation of Dissociation Mechanisms in Methylorange and Methylred
Quantitative Evaluation of Dissociation Mechanisms in Methylorange and Methylred
 
Quantitative Evaluation of Dissociation Mechanisms in Methylorange and Methylred
Quantitative Evaluation of Dissociation Mechanisms in Methylorange and MethylredQuantitative Evaluation of Dissociation Mechanisms in Methylorange and Methylred
Quantitative Evaluation of Dissociation Mechanisms in Methylorange and Methylred
 
2. SIT,DCM
2. SIT,DCM2. SIT,DCM
2. SIT,DCM
 
Forest Biomass Estimation using GIS.pptx
Forest Biomass Estimation using GIS.pptxForest Biomass Estimation using GIS.pptx
Forest Biomass Estimation using GIS.pptx
 
Assignment #4 questions and solutions-2013
Assignment #4 questions and solutions-2013Assignment #4 questions and solutions-2013
Assignment #4 questions and solutions-2013
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
chapt16_lecture.ppt
chapt16_lecture.pptchapt16_lecture.ppt
chapt16_lecture.ppt
 
Optimization of performance and emission characteristics of dual flow diesel ...
Optimization of performance and emission characteristics of dual flow diesel ...Optimization of performance and emission characteristics of dual flow diesel ...
Optimization of performance and emission characteristics of dual flow diesel ...
 

More from Vivekananda Samiti

End semester examination | MTH 653A, IITK Integral Equation
End semester examination | MTH 653A, IITK Integral Equation End semester examination | MTH 653A, IITK Integral Equation
End semester examination | MTH 653A, IITK Integral Equation Vivekananda Samiti
 
Mth 653 a end sem paper | Integral Equation
Mth 653 a end sem paper | Integral Equation Mth 653 a end sem paper | Integral Equation
Mth 653 a end sem paper | Integral Equation Vivekananda Samiti
 
Indian eduaction system group 13 | MTH 423A IITK
Indian eduaction system group 13 | MTH 423A IITKIndian eduaction system group 13 | MTH 423A IITK
Indian eduaction system group 13 | MTH 423A IITKVivekananda Samiti
 
Final presentation | MTH426A IITK
Final presentation | MTH426A IITKFinal presentation | MTH426A IITK
Final presentation | MTH426A IITKVivekananda Samiti
 
Mth 416A, Regression Analysis - 2016 midsem, endsem and quizes
Mth 416A, Regression Analysis - 2016   midsem, endsem and quizesMth 416A, Regression Analysis - 2016   midsem, endsem and quizes
Mth 416A, Regression Analysis - 2016 midsem, endsem and quizesVivekananda Samiti
 
Mth 416A end sem paper 2017, IITK
Mth 416A end sem paper 2017, IITK Mth 416A end sem paper 2017, IITK
Mth 416A end sem paper 2017, IITK Vivekananda Samiti
 
Mth 401 IITK theory of computation 2016
Mth 401 IITK theory of computation 2016Mth 401 IITK theory of computation 2016
Mth 401 IITK theory of computation 2016Vivekananda Samiti
 
Mth 412 IITK end sem paper 2016
Mth 412 IITK end sem paper 2016Mth 412 IITK end sem paper 2016
Mth 412 IITK end sem paper 2016Vivekananda Samiti
 
Phy 301 a end sem paper | Energy, IIT Kanpur
Phy 301 a end sem paper | Energy, IIT KanpurPhy 301 a end sem paper | Energy, IIT Kanpur
Phy 301 a end sem paper | Energy, IIT KanpurVivekananda Samiti
 
End semexam | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
End semexam | Theory of Computation | Akash Anand | MTH 401A | IIT KanpurEnd semexam | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
End semexam | Theory of Computation | Akash Anand | MTH 401A | IIT KanpurVivekananda Samiti
 
Fluidendsem | Mth 523 Fluid Dynamics | B V Rathish Kumar | IIT Kanpur
Fluidendsem | Mth 523 Fluid Dynamics | B V Rathish Kumar | IIT KanpurFluidendsem | Mth 523 Fluid Dynamics | B V Rathish Kumar | IIT Kanpur
Fluidendsem | Mth 523 Fluid Dynamics | B V Rathish Kumar | IIT KanpurVivekananda Samiti
 
Quiz3 | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
Quiz3 | Theory of Computation | Akash Anand | MTH 401A | IIT KanpurQuiz3 | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
Quiz3 | Theory of Computation | Akash Anand | MTH 401A | IIT KanpurVivekananda Samiti
 
Problem set3 | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
Problem set3 | Theory of Computation | Akash Anand | MTH 401A | IIT KanpurProblem set3 | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
Problem set3 | Theory of Computation | Akash Anand | MTH 401A | IIT KanpurVivekananda Samiti
 
Mid semexam | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
Mid semexam | Theory of Computation | Akash Anand | MTH 401A | IIT KanpurMid semexam | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
Mid semexam | Theory of Computation | Akash Anand | MTH 401A | IIT KanpurVivekananda Samiti
 
Quiz2 | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
Quiz2 | Theory of Computation | Akash Anand | MTH 401A | IIT KanpurQuiz2 | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
Quiz2 | Theory of Computation | Akash Anand | MTH 401A | IIT KanpurVivekananda Samiti
 
Quiz1 | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
Quiz1 | Theory of Computation | Akash Anand | MTH 401A | IIT KanpurQuiz1 | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
Quiz1 | Theory of Computation | Akash Anand | MTH 401A | IIT KanpurVivekananda Samiti
 

More from Vivekananda Samiti (20)

End semester examination | MTH 653A, IITK Integral Equation
End semester examination | MTH 653A, IITK Integral Equation End semester examination | MTH 653A, IITK Integral Equation
End semester examination | MTH 653A, IITK Integral Equation
 
Mth 653 a end sem paper | Integral Equation
Mth 653 a end sem paper | Integral Equation Mth 653 a end sem paper | Integral Equation
Mth 653 a end sem paper | Integral Equation
 
Mth426 group13 final_report
Mth426 group13 final_reportMth426 group13 final_report
Mth426 group13 final_report
 
Indian eduaction system group 13 | MTH 423A IITK
Indian eduaction system group 13 | MTH 423A IITKIndian eduaction system group 13 | MTH 423A IITK
Indian eduaction system group 13 | MTH 423A IITK
 
Final presentation | MTH426A IITK
Final presentation | MTH426A IITKFinal presentation | MTH426A IITK
Final presentation | MTH426A IITK
 
Mth 416A, Regression Analysis - 2016 midsem, endsem and quizes
Mth 416A, Regression Analysis - 2016   midsem, endsem and quizesMth 416A, Regression Analysis - 2016   midsem, endsem and quizes
Mth 416A, Regression Analysis - 2016 midsem, endsem and quizes
 
Mth 416A end sem paper 2017, IITK
Mth 416A end sem paper 2017, IITK Mth 416A end sem paper 2017, IITK
Mth 416A end sem paper 2017, IITK
 
Mth 401 IITK theory of computation 2016
Mth 401 IITK theory of computation 2016Mth 401 IITK theory of computation 2016
Mth 401 IITK theory of computation 2016
 
Mth 412 IITK end sem paper 2016
Mth 412 IITK end sem paper 2016Mth 412 IITK end sem paper 2016
Mth 412 IITK end sem paper 2016
 
Phy 301 a end sem paper | Energy, IIT Kanpur
Phy 301 a end sem paper | Energy, IIT KanpurPhy 301 a end sem paper | Energy, IIT Kanpur
Phy 301 a end sem paper | Energy, IIT Kanpur
 
Phy 301 a Presentation
Phy 301 a Presentation Phy 301 a Presentation
Phy 301 a Presentation
 
Phy 301 a | Project Report
Phy 301 a | Project ReportPhy 301 a | Project Report
Phy 301 a | Project Report
 
End semexam | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
End semexam | Theory of Computation | Akash Anand | MTH 401A | IIT KanpurEnd semexam | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
End semexam | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
 
Mth 523 end sem paper
Mth 523 end sem paper Mth 523 end sem paper
Mth 523 end sem paper
 
Fluidendsem | Mth 523 Fluid Dynamics | B V Rathish Kumar | IIT Kanpur
Fluidendsem | Mth 523 Fluid Dynamics | B V Rathish Kumar | IIT KanpurFluidendsem | Mth 523 Fluid Dynamics | B V Rathish Kumar | IIT Kanpur
Fluidendsem | Mth 523 Fluid Dynamics | B V Rathish Kumar | IIT Kanpur
 
Quiz3 | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
Quiz3 | Theory of Computation | Akash Anand | MTH 401A | IIT KanpurQuiz3 | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
Quiz3 | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
 
Problem set3 | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
Problem set3 | Theory of Computation | Akash Anand | MTH 401A | IIT KanpurProblem set3 | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
Problem set3 | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
 
Mid semexam | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
Mid semexam | Theory of Computation | Akash Anand | MTH 401A | IIT KanpurMid semexam | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
Mid semexam | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
 
Quiz2 | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
Quiz2 | Theory of Computation | Akash Anand | MTH 401A | IIT KanpurQuiz2 | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
Quiz2 | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
 
Quiz1 | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
Quiz1 | Theory of Computation | Akash Anand | MTH 401A | IIT KanpurQuiz1 | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
Quiz1 | Theory of Computation | Akash Anand | MTH 401A | IIT Kanpur
 

Recently uploaded

科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理e4aez8ss
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home ServiceSapana Sha
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]📊 Markus Baersch
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfgstagge
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一fhwihughh
 
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degreeyuu sss
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024thyngster
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubaihf8803863
 
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...limedy534
 
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAmazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAbdelrhman abooda
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样vhwb25kk
 
Predicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdfPredicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdfBoston Institute of Analytics
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptxthyngster
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDRafezzaman
 
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝DelhiRS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhijennyeacort
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一F La
 
NLP Project PPT: Flipkart Product Reviews through NLP Data Science.pptx
NLP Project PPT: Flipkart Product Reviews through NLP Data Science.pptxNLP Project PPT: Flipkart Product Reviews through NLP Data Science.pptx
NLP Project PPT: Flipkart Product Reviews through NLP Data Science.pptxBoston Institute of Analytics
 

Recently uploaded (20)

科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
科罗拉多大学波尔得分校毕业证学位证成绩单-可办理
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdf
 
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
 
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
办美国阿肯色大学小石城分校毕业证成绩单pdf电子版制作修改#真实留信入库#永久存档#真实可查#diploma#degree
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
 
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
Effects of Smartphone Addiction on the Academic Performances of Grades 9 to 1...
 
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAmazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
 
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
1:1定制(UQ毕业证)昆士兰大学毕业证成绩单修改留信学历认证原版一模一样
 
Predicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdfPredicting Salary Using Data Science: A Comprehensive Analysis.pdf
Predicting Salary Using Data Science: A Comprehensive Analysis.pdf
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
 
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝DelhiRS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
 
NLP Project PPT: Flipkart Product Reviews through NLP Data Science.pptx
NLP Project PPT: Flipkart Product Reviews through NLP Data Science.pptxNLP Project PPT: Flipkart Product Reviews through NLP Data Science.pptx
NLP Project PPT: Flipkart Product Reviews through NLP Data Science.pptx
 

Regression project report | Regression analysis | MTH 426 IITK

  • 1. PROJECT REPORT Regression Analysis MTH 416A Indian Institute of Technology, Kanpur Department of Mathematics and Statistics 2016-17 SPECULATING DAILY MAXIMUM CARBON MONOXIDE (CO) LEVEL Supervised By Authored by Dr. Sharmishtha Mitra Bhanu Yadav – 13198 Nakul Surana - 13418
  • 2. 1 PROJECTREPORTRegressionAnalysis|[Pickthedate] SPECULATING DAILY MAXIMUM CARBON MONOXIDE (CO) LEVEL Bhanu Yadav & Nakul Surana Department of Mathematics and Statistics, Indian Institute of Technology, Kanpur, India Email: bhanuydv@iitk.ac.in nakuls@iitk.ac.in __________________________________________________________________________________ Objective Considering the increasing pollution levels in the city and its harmful effects on kid’s health, in this study we wish to predict Carbon monoxide levels given the various sensor values. If CO levels are within 2ppm to 9ppm then it is considered to be tolerable. Forecasting Description To forecast the daily maximum Carbon Monoxide (CO) level for next one week (5th April 2005 to 11th April 2005) by using data of various air pollutants including CO from 10th March 2004 to 4th April 2005. Data Description The dataset contains 9358 instances of hourly averaged responses from an array of 5 metal oxide chemical sensors embedded in an Air Quality Chemical Multi sensor Device. Data were recorded from 10th March 2004 to 4th April 2005 (one year). Ground Truth hourly averaged concentrations for CO, NonMetallic Hydrocarbons, Benzene, Total Nitrogen Oxides (NOx) and Nitrogen Dioxide (NO2) and were provided by a co-located reference certified analyzer. Source: UCI machine learning repository- Air Quality data set (http://archive.ics.uci.edu/ml/datasets/Air+Quality#) Attribute Information 0 Date (DD/MM/YYYY) 1 Time (HH.MM.SS) 2 True hourly averaged concentration CO in mg/m^3 (reference analyzer) 3 PT08.S1 (tin oxide) hourly averaged sensor response (nominally CO targeted) 4 True hourly averaged overall Non Metallic Hydro Carbons concentration in micro g/m^3 (reference analyzer) 5 True hourly averaged Benzene concentration in micro g/m^3 (reference analyzer) 6 PT08.S2 (titania) hourly averaged sensor response (nominally NMHC targeted) 7 True hourly averaged NOx concentration in ppb (reference analyzer) 8 PT08.S3 (tungsten oxide) hourly averaged sensor response (nominally NOx targeted)
  • 3. 2 PROJECTREPORTRegressionAnalysis|[Pickthedate] 9 True hourly averaged NO2 concentration in micro g/m^3 (reference analyzer) 10 PT08.S4 (tungsten oxide) hourly averaged sensor response (nominally NO2 targeted) 11 PT08.S5 (indium oxide) hourly averaged sensor response (nominally O3 targeted) 12 Temperature in °C 13 Relative Humidity (%) 14 AH Absolute Humidity Group Key Characteristics Data was found with missing values which were visible as “-200”. Data had monthly seasonality and was also changing as per the days of the week, which could be because of the varying number of automobiles (emitting air pollutants) on weekdays and weekends. 1. Variables in the Data Set Y variable – > CO(GT) 2. Possible X Variables –> PTO8.S1(CO), NMHC(GT), C6H6(GT), PTO8.S2(NMHC), NOx(GT), PTO8.S3(NOx), NO2(GT), PTO8.S4(NO2), PTO8.S5(O3), T, RH and AH 3. X Variable NMHC had more than 90% missing values (Excluded from the possible X variables set) 4. All other variables had less than 10% missing values 5. Replaced the missing values by the previous hour values and for consecutive missing values with last week-hour values Plot of CO vs Time X-axis -> Days of the year (Ex. 1st day is 5th April’04 and vice-versa) Y-axis – Concentration of CO in PPM
  • 4. 3 PROJECTREPORTRegressionAnalysis|[Pickthedate] This suggests a seasonality of CO w.r.t. days of the year to compensate that we will introduce dummy variables X4 = 1 if days of the year are between 200 to 300 = 0 otherwise Plot of CO vs Week time 1:7  Monday: Sunday (X-axis) Y-axis – Concentration of CO in PPM Different Colors represents different months of the year This suggests a seasonality of CO w.r.t. days of the week. to compensate that we will introduce dummy Variable X5 = 1 if Monday, Tuesday, Saturday and Sunday = 0 otherwise
  • 5. 4 PROJECTREPORTRegressionAnalysis|[Pickthedate] Input Variables: Linear correlation coefficients computed among analyzed species using on field recorded data rNMHC-C6H6 0.98 rCO-NOx 0.78 rCO-NO2 0.67 rC6H6-NOx 0.72 rC6H6-NO2 0.60 rNOx-NO2 0.76 rCO-C6H6 0.90 As regard as benzene-NMHC coefficient, it should be noted that it has been computed using only the first 8 days of measurements, after which the NMHC targeted analyzer went out of service. After checking different available variables we decided that the following variables can affect the CO levels: Regressors: • Daily maximum C6H6 (lag 7) • Daily maximum T (lag 7) • Daily maximum AH (lag 7) • Monthly dummy variables • Weekly dummy variable FAQ: Q1: Why to use lag 7? Ans: To forecast the CO concentration a weak earlier. Q2: Why T and AH as a Regressors? Ans: T – Temperature, AH - Absolute Humidity are one of the key factors of CO concentration in atmosphere. (Literature review) and correlation coefficients.
  • 6. 5 PROJECTREPORTRegressionAnalysis|[Pickthedate] Multiple Regression Analysis Y = Xβ + ε (Model) Full analysis: 1. Coefficient table Estimate SE t-Stat p-Value (Intercept)' 2.208278182 0.2283410655 9.670963816 8.19E-20 x1' 0.1454091155 0.006748314924 21.54747032 1.11E-66 x2' -0.05443110318 0.01089796337 -4.994612418 9.22E-07 x3' -0.01977522209 0.2179249985 -0.09074324759 0.9277472139 x4' 0.3087663162 0.1681926407 1.835789693 0.0672156882 x5' 0.1594614238 0.1342518955 1.18777782 0.2357061988 2 ANOVA SumSq DF MeanSq F pValue Total 1416.818082 364 3.892357 369 NaN NaN Model 936.0920362 5 187.2184 072 139.8122876 5.41E-82 Residual 480.726046 359 1.339069 766 NaN NaN Lack of fit 458.2127127 352 1.301740 661 0.4047461339 0.9826200603 Pure error 22.51333333 7 3.216190 476 NaN NaN SSres = 480.726045999331 || SSreg = 936.092036192449 || SSTotal = 1416.81808219178 MSres = 1.34 || MSreg = 187.22 R2 = 0.660700232413988 ||| R2 _adjusted = 0.655974608910004
  • 7. 6 PROJECTREPORTRegressionAnalysis|[Pickthedate] Residue Analysis: Normal probability plot of the residual: This is a graph designed so that the cumulative normal distribution will plot as a straight line. Let t[1] < t[2] < . . . < t[n] be the externally studentized residuals ranked in increasing order. If we plot t[i] against the cumulative probability Pi = − ( ) i n 1 2 / , i = 1, 2, . . . , n , on the normal probability plot Plot of Residuals against the Fitted Values yˆI : plot of the (preferrably the externally studentized residuals, t i ) versus the corresponding fi tted values yˆi is useful for detecting several common types of model inadequacies
  • 8. 7 PROJECTREPORTRegressionAnalysis|[Pickthedate] Conclusions:  Y = 2.2 + 0.15 (Max C6H6) – 0.05 (Max T) – 0.02 (Max AH) + 0.31 (Monthly dummy) + 0.16 (Weekly dummy)  R2_adjusted = 0.656 => Our model can explain 65% of the variability in the data  Normal probability plot of the residual behaves properly  Plot of Residuals against the Fitted Values yˆI behaves properly too References: On field calibration of an electronic nose for benzene estimation in an urban pollution monitoring scenario S. De Vito a,∗, E. Massera a, M. Piga b, L. Martinotto b, G. Di Francia a https://archive.ics.uci.edu/ml/datasets/Air+Quality