SlideShare ist ein Scribd-Unternehmen logo
1 von 58
Regression: Data Analysis Quick survey Case Studies: 1.  Office Trip Study 2.  Does an Increasing Crime Rate Decrease House Prices? 3.  Analysis of Car Mileage Data
Motivating Examples ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Sales of Houses ,[object Object],[object Object],[object Object],[object Object]
Growth of the economy ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Levels of advertising ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Simple Linear Regression ,[object Object],[object Object],[object Object],[object Object]
Purpose of Modeling ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Forecast Accuracy ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Prediction Interval ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Simple Linear Regression Model ,[object Object],[object Object],[object Object],[object Object]
Simple Linear Regression Model ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Linear Regression ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Example ,[object Object]
Best Line ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Least Squares ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Questions ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Discussion on Assumptions ,[object Object],[object Object],[object Object],[object Object],[object Object]
Linear Regression ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Evaluating the Estimated Regression Line ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Reduction of Variability ,[object Object],[object Object],[object Object],[object Object],[object Object]
Analysis of Variance Table ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The Error SS   ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Normal Distribution ,[object Object],[object Object]
How does    determine the dispersion of points about the true regression line? ,[object Object],[object Object]
Assessed Property Values   ,[object Object],600 6.00 6.90 LOTSZ 1 0 0 35 10 2.0 5 3  6.00 181.00 1 0 1 32 9 1.0 4 3  11.20 180.00 1 0 1 32 6 1.0 4 3  9.00 165.00 1 0 1 38 7 2.0 3 3  6.00 195.00 0 1 1 35 7 1.0 2 1  6.00 160.00 1 0 1 38 7 1.0 4 3  6.00 159.90 1 0 1 39 6 1.0 3 3  7.00 163.00 0 1 1 35 8 2.0 5 1  6.00 195.00 1 0 0 35 6 2.0 3 3 160.00 0 1 1 30 7 2.0 2 1 215.00 1 0 1 38 8 2 4 3 190.00 LVTTWN EMEADW GARG AGE ROOMS BATH BED RM LOC VALUE
Description of this Data Set ,[object Object],[object Object],[object Object]
Conditional Distributions vs. Marginal Distributions ,[object Object],[object Object]
Plot the  conditional  distributions for each of these slices ,[object Object],Marginal distribution of price
Key Observations from these Plots: ,[object Object],[object Object],[object Object],[object Object]
Suggestion ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Confirm our intuition by looking at the situation where there is little or no relationship between  X  and  Y . ,[object Object],[object Object]
Compare marginal and conditionals ,[object Object]
Multiple Regression ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
因果關係 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
相關與迴歸 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Office Trip Study   ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Scatterplot: AM Trips By Occup. Sq. Ft. (1000) ,[object Object],[object Object]
Residual Plot   ,[object Object],[object Object],Noticeable  heteroscedasticity by looking at scatter plot.   undesirable histogram of residuals
Transformation Attempt #1   ,[object Object],[object Object],[object Object],[object Object],Linear Fit:  Log Trips = 1.958 + 0.00208 Occup. Sq. Ft. (1000)  Summary of Fit:  R 2  = 0.761
New analysis introduces a new problem!   ,[object Object],[object Object],[object Object],[object Object],Residual Plot   Linear Fit: log Trips = 0.639 + 0.803 log(OccSqFt)  Summary of Fit:  R 2  = 0.827
Standard Assumptions   ,[object Object]
Prediction ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Comparison of the two analyses on a single plot
Does an Increasing Crime Rate Decrease House Prices?   ,[object Object],[object Object],[object Object],[object Object],[object Object]
Least squares straight line fit to this data   Linear Fit  Hs Prc ($10,000) = 22.53 – 0.229 Crime Rate Summary of Fit   R 2  = 0.184  R 2  Adj = 0.176  Root Mean Square Error  = 7.886   Observations=98
[object Object]
Linear Fit Number (1) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Linear Fit Number (2) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Normal  Quantile Plot  Normal  Quantile Plot  Residuals Hs Prc ($10,000); Analysis 1   Residuals Hs Prc ($10,000); Analysis 2
Analysis of Car Mileage Data   ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Log(Weight) version provides a somewhat better fit. A  slight curve  is evident in the residual plot (and in the original scatter plot if you look carefully).  No outliers or influential points that seem to warrant special attention.
Another Fit ,[object Object],[object Object],[object Object],---  Linear Fit ---  Transformed Fit to Log  This suggests that we might want to try also transforming the Y-variable somehow, in order to remove the remaining curved pattern.
Step 1b: Try transformations of  Y ,[object Object],[object Object],[object Object],[object Object],R 2  = 0.774344 RMSE = 4.151475 R 2  = 0.705884 RMSE = 4.739567
Transformation ,[object Object],[object Object],[object Object],[object Object],Log 10 (MPG) = 4.2147744  - 0.8388428 Log 10 (Wt)
Transformation ,[object Object],[object Object],[object Object],[object Object]
Step 2: Choose predictor variables for the Multiple Regression ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Scatterplot Matrix
Plots Actual by Predicted Plot Residual by Predicted Plot

Weitere ähnliche Inhalte

Was ist angesagt?

Was ist angesagt? (20)

Applied Business Statistics ,ken black , ch 3 part 2
Applied Business Statistics ,ken black , ch 3 part 2Applied Business Statistics ,ken black , ch 3 part 2
Applied Business Statistics ,ken black , ch 3 part 2
 
Applied Business Statistics ,ken black , ch 6
Applied Business Statistics ,ken black , ch 6Applied Business Statistics ,ken black , ch 6
Applied Business Statistics ,ken black , ch 6
 
Intro to Quant Trading Strategies (Lecture 4 of 10)
Intro to Quant Trading Strategies (Lecture 4 of 10)Intro to Quant Trading Strategies (Lecture 4 of 10)
Intro to Quant Trading Strategies (Lecture 4 of 10)
 
Uncertain volatillity Models
Uncertain volatillity ModelsUncertain volatillity Models
Uncertain volatillity Models
 
Multivariate time series
Multivariate time seriesMultivariate time series
Multivariate time series
 
Intro to Quant Trading Strategies (Lecture 1 of 10)
Intro to Quant Trading Strategies (Lecture 1 of 10)Intro to Quant Trading Strategies (Lecture 1 of 10)
Intro to Quant Trading Strategies (Lecture 1 of 10)
 
Applied Business Statistics ,ken black , ch 3 part 1
Applied Business Statistics ,ken black , ch 3 part 1Applied Business Statistics ,ken black , ch 3 part 1
Applied Business Statistics ,ken black , ch 3 part 1
 
Statr sessions 9 to 10
Statr sessions 9 to 10Statr sessions 9 to 10
Statr sessions 9 to 10
 
161783709 chapter-04-answers
161783709 chapter-04-answers161783709 chapter-04-answers
161783709 chapter-04-answers
 
Intro to Quant Trading Strategies (Lecture 9 of 10)
Intro to Quant Trading Strategies (Lecture 9 of 10)Intro to Quant Trading Strategies (Lecture 9 of 10)
Intro to Quant Trading Strategies (Lecture 9 of 10)
 
Chapter6
Chapter6Chapter6
Chapter6
 
Applied Business Statistics ,ken black , ch 5
Applied Business Statistics ,ken black , ch 5Applied Business Statistics ,ken black , ch 5
Applied Business Statistics ,ken black , ch 5
 
Econometrics project
Econometrics projectEconometrics project
Econometrics project
 
Chapter 06
Chapter 06 Chapter 06
Chapter 06
 
Basic statistics by_david_solomon_hadi_-_split_and_reviewed
Basic statistics by_david_solomon_hadi_-_split_and_reviewedBasic statistics by_david_solomon_hadi_-_split_and_reviewed
Basic statistics by_david_solomon_hadi_-_split_and_reviewed
 
Demand Estimation
Demand EstimationDemand Estimation
Demand Estimation
 
Intro to Quant Trading Strategies (Lecture 10 of 10)
Intro to Quant Trading Strategies (Lecture 10 of 10)Intro to Quant Trading Strategies (Lecture 10 of 10)
Intro to Quant Trading Strategies (Lecture 10 of 10)
 
Les5e ppt 04
Les5e ppt 04Les5e ppt 04
Les5e ppt 04
 
Presentation
PresentationPresentation
Presentation
 
Intro to Quant Trading Strategies (Lecture 8 of 10)
Intro to Quant Trading Strategies (Lecture 8 of 10)Intro to Quant Trading Strategies (Lecture 8 of 10)
Intro to Quant Trading Strategies (Lecture 8 of 10)
 

Andere mochten auch

Probability density estimation using Product of Conditional Experts
Probability density estimation using Product of Conditional ExpertsProbability density estimation using Product of Conditional Experts
Probability density estimation using Product of Conditional Experts
Chirag Gupta
 
10 Algorithms in data mining
10 Algorithms in data mining10 Algorithms in data mining
10 Algorithms in data mining
George Ang
 
Statistical Analysis of Left-Censored Geochemical Data
Statistical Analysis of Left-Censored Geochemical DataStatistical Analysis of Left-Censored Geochemical Data
Statistical Analysis of Left-Censored Geochemical Data
MSTomlinson
 
Data mining seminar report
Data mining seminar reportData mining seminar report
Data mining seminar report
mayurik19
 
Task of Correlation Research Questions
Task of Correlation Research QuestionsTask of Correlation Research Questions
Task of Correlation Research Questions
HATS
 

Andere mochten auch (20)

Data analysis using spss
Data analysis using spssData analysis using spss
Data analysis using spss
 
Qualitative data analysis
Qualitative data analysisQualitative data analysis
Qualitative data analysis
 
Probability density estimation using Product of Conditional Experts
Probability density estimation using Product of Conditional ExpertsProbability density estimation using Product of Conditional Experts
Probability density estimation using Product of Conditional Experts
 
Performance analysis of data mining algorithms with neural network
Performance analysis of data mining algorithms with neural networkPerformance analysis of data mining algorithms with neural network
Performance analysis of data mining algorithms with neural network
 
High performance intrusion detection using modified k mean & naïve bayes
High performance intrusion detection using modified k mean & naïve bayesHigh performance intrusion detection using modified k mean & naïve bayes
High performance intrusion detection using modified k mean & naïve bayes
 
SURVEY ON CLASSIFICATION ALGORITHMS USING BIG DATASET
SURVEY ON CLASSIFICATION ALGORITHMS USING BIG DATASETSURVEY ON CLASSIFICATION ALGORITHMS USING BIG DATASET
SURVEY ON CLASSIFICATION ALGORITHMS USING BIG DATASET
 
Data Mining Classification Comparison (Naïve Bayes and C4.5 Algorithms)
Data Mining Classification Comparison (Naïve Bayes and C4.5 Algorithms)Data Mining Classification Comparison (Naïve Bayes and C4.5 Algorithms)
Data Mining Classification Comparison (Naïve Bayes and C4.5 Algorithms)
 
10 Algorithms in data mining
10 Algorithms in data mining10 Algorithms in data mining
10 Algorithms in data mining
 
top 10 Data Mining Algorithms
top 10 Data Mining Algorithmstop 10 Data Mining Algorithms
top 10 Data Mining Algorithms
 
Data Analysis
Data AnalysisData Analysis
Data Analysis
 
Data analysis
Data analysisData analysis
Data analysis
 
A study on the factors considered when choosing an appropriate data mining a...
A study on the factors considered when choosing an appropriate data mining a...A study on the factors considered when choosing an appropriate data mining a...
A study on the factors considered when choosing an appropriate data mining a...
 
Statistical Analysis of Left-Censored Geochemical Data
Statistical Analysis of Left-Censored Geochemical DataStatistical Analysis of Left-Censored Geochemical Data
Statistical Analysis of Left-Censored Geochemical Data
 
Google Page Rank Algorithm
Google Page Rank AlgorithmGoogle Page Rank Algorithm
Google Page Rank Algorithm
 
Data mining seminar report
Data mining seminar reportData mining seminar report
Data mining seminar report
 
Probability Case Study Rheam, Smith, Gandhotra
Probability Case Study Rheam, Smith, GandhotraProbability Case Study Rheam, Smith, Gandhotra
Probability Case Study Rheam, Smith, Gandhotra
 
Task of Correlation Research Questions
Task of Correlation Research QuestionsTask of Correlation Research Questions
Task of Correlation Research Questions
 
Case study on Business Statistics
Case study on Business Statistics Case study on Business Statistics
Case study on Business Statistics
 
Correlation and Regression
Correlation and RegressionCorrelation and Regression
Correlation and Regression
 
K mean-clustering algorithm
K mean-clustering algorithmK mean-clustering algorithm
K mean-clustering algorithm
 

Ähnlich wie Data Analysison Regression

Marketing Engineering Notes
Marketing Engineering NotesMarketing Engineering Notes
Marketing Engineering Notes
Felipe Affonso
 
8Simple RegressionCHAPTER OUTLINEThe Regression Mode.docx
8Simple RegressionCHAPTER OUTLINEThe Regression Mode.docx8Simple RegressionCHAPTER OUTLINEThe Regression Mode.docx
8Simple RegressionCHAPTER OUTLINEThe Regression Mode.docx
ransayo
 
SAMPLING MEAN DEFINITION The term sampling mean .docx
SAMPLING MEAN DEFINITION The term sampling mean .docxSAMPLING MEAN DEFINITION The term sampling mean .docx
SAMPLING MEAN DEFINITION The term sampling mean .docx
anhlodge
 
Simple lin regress_inference
Simple lin regress_inferenceSimple lin regress_inference
Simple lin regress_inference
Kemal İnciroğlu
 
Lesson07_new
Lesson07_newLesson07_new
Lesson07_new
shengvn
 
A General Manger of Harley-Davidson has to decide on the size of a.docx
A General Manger of Harley-Davidson has to decide on the size of a.docxA General Manger of Harley-Davidson has to decide on the size of a.docx
A General Manger of Harley-Davidson has to decide on the size of a.docx
evonnehoggarth79783
 
For this assignment, use the aschooltest.sav dataset.The d
For this assignment, use the aschooltest.sav dataset.The dFor this assignment, use the aschooltest.sav dataset.The d
For this assignment, use the aschooltest.sav dataset.The d
MerrileeDelvalle969
 
DBM380 v14Create a DatabaseDBM380 v14Page 2 of 2Create a D.docx
DBM380 v14Create a DatabaseDBM380 v14Page 2 of 2Create a D.docxDBM380 v14Create a DatabaseDBM380 v14Page 2 of 2Create a D.docx
DBM380 v14Create a DatabaseDBM380 v14Page 2 of 2Create a D.docx
edwardmarivel
 
Week 3 Lecture 11 Regression Analysis Regression analy.docx
Week 3 Lecture 11 Regression Analysis Regression analy.docxWeek 3 Lecture 11 Regression Analysis Regression analy.docx
Week 3 Lecture 11 Regression Analysis Regression analy.docx
cockekeshia
 

Ähnlich wie Data Analysison Regression (20)

Marketing Engineering Notes
Marketing Engineering NotesMarketing Engineering Notes
Marketing Engineering Notes
 
Quantitative Analysis Homework Help
Quantitative Analysis Homework HelpQuantitative Analysis Homework Help
Quantitative Analysis Homework Help
 
Linear_Regression
Linear_RegressionLinear_Regression
Linear_Regression
 
Multiple Regression.ppt
Multiple Regression.pptMultiple Regression.ppt
Multiple Regression.ppt
 
Risk notes ch12
Risk notes ch12Risk notes ch12
Risk notes ch12
 
MModule 1 ppt.pptx
MModule 1 ppt.pptxMModule 1 ppt.pptx
MModule 1 ppt.pptx
 
8Simple RegressionCHAPTER OUTLINEThe Regression Mode.docx
8Simple RegressionCHAPTER OUTLINEThe Regression Mode.docx8Simple RegressionCHAPTER OUTLINEThe Regression Mode.docx
8Simple RegressionCHAPTER OUTLINEThe Regression Mode.docx
 
SAMPLING MEAN DEFINITION The term sampling mean .docx
SAMPLING MEAN DEFINITION The term sampling mean .docxSAMPLING MEAN DEFINITION The term sampling mean .docx
SAMPLING MEAN DEFINITION The term sampling mean .docx
 
Intro to econometrics
Intro to econometricsIntro to econometrics
Intro to econometrics
 
Simple lin regress_inference
Simple lin regress_inferenceSimple lin regress_inference
Simple lin regress_inference
 
Machine learning session4(linear regression)
Machine learning   session4(linear regression)Machine learning   session4(linear regression)
Machine learning session4(linear regression)
 
Lesson07_new
Lesson07_newLesson07_new
Lesson07_new
 
2 simple regression
2   simple regression2   simple regression
2 simple regression
 
A General Manger of Harley-Davidson has to decide on the size of a.docx
A General Manger of Harley-Davidson has to decide on the size of a.docxA General Manger of Harley-Davidson has to decide on the size of a.docx
A General Manger of Harley-Davidson has to decide on the size of a.docx
 
For this assignment, use the aschooltest.sav dataset.The d
For this assignment, use the aschooltest.sav dataset.The dFor this assignment, use the aschooltest.sav dataset.The d
For this assignment, use the aschooltest.sav dataset.The d
 
STATA Project
STATA ProjectSTATA Project
STATA Project
 
DBM380 v14Create a DatabaseDBM380 v14Page 2 of 2Create a D.docx
DBM380 v14Create a DatabaseDBM380 v14Page 2 of 2Create a D.docxDBM380 v14Create a DatabaseDBM380 v14Page 2 of 2Create a D.docx
DBM380 v14Create a DatabaseDBM380 v14Page 2 of 2Create a D.docx
 
Ordinary Least Squares Ordinary Least Squares
Ordinary Least Squares Ordinary Least SquaresOrdinary Least Squares Ordinary Least Squares
Ordinary Least Squares Ordinary Least Squares
 
Week 3 Lecture 11 Regression Analysis Regression analy.docx
Week 3 Lecture 11 Regression Analysis Regression analy.docxWeek 3 Lecture 11 Regression Analysis Regression analy.docx
Week 3 Lecture 11 Regression Analysis Regression analy.docx
 
Advanced Econometrics L3-4.pptx
Advanced Econometrics L3-4.pptxAdvanced Econometrics L3-4.pptx
Advanced Econometrics L3-4.pptx
 

Kürzlich hochgeladen

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Kürzlich hochgeladen (20)

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 

Data Analysison Regression

  • 1. Regression: Data Analysis Quick survey Case Studies: 1. Office Trip Study 2. Does an Increasing Crime Rate Decrease House Prices? 3. Analysis of Car Mileage Data
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40.
  • 41.
  • 42.
  • 43. Comparison of the two analyses on a single plot
  • 44.
  • 45. Least squares straight line fit to this data Linear Fit Hs Prc ($10,000) = 22.53 – 0.229 Crime Rate Summary of Fit R 2 = 0.184 R 2 Adj = 0.176 Root Mean Square Error = 7.886 Observations=98
  • 46.
  • 47.
  • 48.
  • 49. Normal Quantile Plot Normal Quantile Plot Residuals Hs Prc ($10,000); Analysis 1 Residuals Hs Prc ($10,000); Analysis 2
  • 50.
  • 51. Log(Weight) version provides a somewhat better fit. A slight curve is evident in the residual plot (and in the original scatter plot if you look carefully). No outliers or influential points that seem to warrant special attention.
  • 52.
  • 53.
  • 54.
  • 55.
  • 56.
  • 58. Plots Actual by Predicted Plot Residual by Predicted Plot