SlideShare une entreprise Scribd logo
1  sur  25
© aSup-2007
INTRODUCTION TO REGRESSION   
1
CORRELATION
• … is a statistical technique that used to
measure and describe a relationship between
two variables
• Usually the two variables are simply observed
as they exist naturally in environment, there is
no attempt to control or manipulate the
variables
© aSup-2007
INTRODUCTION TO REGRESSION   
2
INTRODUCTION TO
REGRESSION
© aSup-2007
INTRODUCTION TO REGRESSION   
3
PREVIEW
• We noted that one common application of
correlation is for purposes of prediction
• Whenever there is a consistent relationship
between two variables, it is possible to use the
value of one variable to predict the value of
another
• The general statistical process of finding and
using a prediction equation is known as
REGRESSION
© aSup-2007
INTRODUCTION TO REGRESSION   
4
INTRODUCTION
• Our goal in this section is to develop a
procedure that identifies and defines the
straight line that provide the best fit for any
specific set of data
• You should realize that this straight line does
not have to be drawn on a graph; it can be
presented in a simple equation
• Thus, our goal is to find the equation for the
line that best describe s the relation for a set of
X and Y data
© aSup-2007
INTRODUCTION TO REGRESSION   
5
LINEAR EQUATION
• In general, a linear relationship between two
variables X and Y can be expressed by the
equation
Y = bX + a
where a and b are fixed constant
• In general linear equation, the value of b is
called the slope
• The slope determines how much the Y
variable will change when X is increase by one
point
© aSup-2007
INTRODUCTION TO REGRESSION   
6
EXAMPLE
• A local tennis club charges a fee of Rp 20.000
per hour plus an annual membership of fee of
Rp 100.000
• With this information the total cost of playing
tennis can be computed using a linear
equation that describe the relationship
between the total cost (Y) and the number of
hours (X)
Y = 20.000(hour) + 100.00
© aSup-2007
INTRODUCTION TO REGRESSION   
7
H
Total Cost Y
1 2 3 4 5 6 7 8
240
220
200
180
160
140
120
100
0
© aSup-2007
INTRODUCTION TO REGRESSION   
8
THE LEAST-SQUARED ERROR
• To determine how well a line fits the data
points, the first step is to define
mathematically distance between the line and
each data point
• For every X value in the data, the linear
equation will determine a Y value on the line
© aSup-2007
INTRODUCTION TO REGRESSION   
9
IQ
IPK
90 95 100 105 110 115 120 125 130 135
4.00
3.50
3.00
2.50
2.00
1.50
1.00
0.50
0
Data
Point
distance
© aSup-2007
INTRODUCTION TO REGRESSION   
10
THE LEAST-SQUARED ERROR
• To determine how well a line fits the data
points, the fist step is to define mathematically
distance between the line and each data point
• For every X value in the data, the linear
equation will determine a Y value on the line
• This value is the predicted Y an is called Ŷ (‘y
hat’)
• The distance between this predicted value and
the actual Y value in the data is determined by
distance = Y - Ŷ
© aSup-2007
INTRODUCTION TO REGRESSION   
11
THE LEAST-SQUARED ERROR
• Notice that we are simply are measuring the
vertical distance between the actual data point
(Y) and the predicted point on the line
• The distance measure the error between the
line and the actual data
• Because some of these distance will be positive
and some will be negative, the next sep is to
square each distance in order to obtain a
uniformity positive measure of error
total squared error = Σ(Y - Ŷ)2
© aSup-2007
INTRODUCTION TO REGRESSION   
12
IQ
IPK
90 95 100 105 110 115 120 125 130 135
4.00
3.50
3.00
2.50
2.00
1.50
1.00
0.50
0
Data
Point
distance
Ŷ = bX + a
© aSup-2007
INTRODUCTION TO REGRESSION   
13
The EQUATION
Ŷ = bX + a
b =
SP
SSX
a = MY - bMX
© aSup-2007
INTRODUCTION TO REGRESSION   
14
EXAMPLE
X Y X – MX Y – MY (X-MX)(Y-MY) (X-MX)2
7
4
6
3
5
11
3
5
4
7
2
-1
1
-2
0
5
-3
-1
-2
1
10
3
-1
4
0
4
1
1
4
0
b =
SP
SSX
= 1,6 a = MY – bMX = -2Ŷ = 1,6X - 2
© aSup-2007
INTRODUCTION TO REGRESSION   
15
X
Y
1 2 3 4 5 6 7
11
10
9
8
7
6
5
4
3
2
1
0
Ŷ = 1,6X - 2
© aSup-2007
INTRODUCTION TO REGRESSION   
16
TWO CAUTIONS SHOULD BE CONSIDERED
• The predicted value is not perfect (unless r =
+1.00 or -1.00)
it should be clear that the data points do not fit
perfectly on the line
• The regression equation should not be used to
make prediction for X values that fall outside
the range values covered by the original data
© aSup-2007
INTRODUCTION TO REGRESSION   
17
MULTIPLE REGRESSION WITH SOME
PREDICTOR VARIABLES
Ŷ = b1X1 + b2X2 + b3X3 + … + a
© aSup-2007
INTRODUCTION TO REGRESSION   
Dasar Pemikiran
• Dalam pengukuran psikologis, kita hanya dapat
memperkirakan besarnya atribut yang hendak diukur.
• Dua kali pengukuran dalam atribut yang sama pada
subyek A bisa memberikan hasil yang berbeda 
berapa skor A yang sesungguhnya dalam atribut ini?
• Dengan demikian, sebuah hasil pengukuran (skor A)
tidak dapat memberikan gambaran yang
sesungguhnya /akurat dari atribut tertentu pada A
(Spearman).
• Dengan kata lain, setiap pengukuran akan selalu
mengandung “error” yang disebut sebagai error of
measurement.
18
© aSup-2007
INTRODUCTION TO REGRESSION   
19
STANDARD ERROR OF MEASUREMENT
• Koefisien reliabilitas menunjukkan konsistensi
antara beberapa hasil pengukuran pada
subjek yang sama.
• Bahwa setiap pengukuran berharap dapat
mengetahui true score seseorang.
• Bagaimana memperkirakan true score
seseorang?
© aSup-2007
INTRODUCTION TO REGRESSION   
20
STANDARD ERROR OF MEASUREMENT
• Bila subyek dites berulang kali (n kali) dengan
tes yang sama, maka distribusi skor tes akan
menyebar menurut kurva normal.
• Mean dari distribusi skor tes adalah estimated
true score.
• Standard deviation dari penyebaran skor tes
disebut standard error of measurement.
© aSup-2007
INTRODUCTION TO REGRESSION   
21
STANDARD ERROR OF MEASUREMENT
SE= standard error of measurement (SEM)
SX= standar deviasi obtained score
rXX= koefisien reliabilitas
Besarnya SEM menunjukkan indeks rata-rata
jumlah error dalam skor tes tersebut.
xxXE rSS −= 1
© aSup-2007
INTRODUCTION TO REGRESSION   
22
STANDARD ERROR OF MEASUREMENT
• Diasumsikan bahwa random error of
measurement berdistribusi secara normal.
• Dengan tingkat kepercayaan tertentu, rentang
true score seseorang dapat diperkirakan dari
nilai SEM.
• Tingkat kepercayaan 68% (LOC 68%):
 True Score = X ± 1 SEM
• Tingkat kepercayaan 95% (LOC 95%):
 True Score = X ± 1,96 SEM
© aSup-2007
INTRODUCTION TO REGRESSION   
23
MEMAKNAI SKOR TES
• Informasi mengenai koefisien reliabilitas
penting jika kita ingin mengetahui kualitas tes,
tapi jika ingin memaknai skor individu maka
perlu mengetahui SEM.
• Info bahwa koefisien reliabilitas tes PQN =
0,64 tidak dapat membantu menafsirkan hasil
tes yang diperoleh Nina (skor 45) dan Nani
(skornya 54).
© aSup-2007
INTRODUCTION TO REGRESSION   
24
MEMAKNAI SKOR TES
• Di lain pihak info bahwa SEM = 6 (didapat bila SX
= 10) maka kita dapat menyimpulkan hal-hal
berikut:
1. Ada 68,26% kemungkinan skor Nina (X = 45)
berkisar antara 39 – 51 dan ada 99%
kemungkinan kisarannya 45 ± 2,58 x 6.
2. Ada 68,26% kemungkinan skor Nani (X = 54) ada
diantara 48 – 60 dan ada 99% kemungkinan
kisarannya 54 ± 2,58 x 6
 Jadi masih ada kemungkinan bahwa tidak ada
beda antara Nani dan Nina.
© aSup-2007
INTRODUCTION TO REGRESSION   
25
MEMAKNAI SKOR TES (dengan 1 SEM)
45
Nina
54
Nani
5139 6048
X

Contenu connexe

Tendances

Regression Analysis
Regression AnalysisRegression Analysis
Regression AnalysisASAD ALI
 
Chapter8
Chapter8Chapter8
Chapter8Vu Vo
 
Theory of estimation
Theory of estimationTheory of estimation
Theory of estimationTech_MX
 
Statistical inference: Estimation
Statistical inference: EstimationStatistical inference: Estimation
Statistical inference: EstimationParag Shah
 
Probability Theory
Probability TheoryProbability Theory
Probability TheoryParul Singh
 
Inferential Statistics
Inferential StatisticsInferential Statistics
Inferential Statisticsewhite00
 
Moments in statistics
Moments in statisticsMoments in statistics
Moments in statistics515329748
 
Point and Interval Estimation
Point and Interval EstimationPoint and Interval Estimation
Point and Interval EstimationShubham Mehta
 
A.1 properties of point estimators
A.1 properties of point estimatorsA.1 properties of point estimators
A.1 properties of point estimatorsUlster BOCES
 
Correlation and Regression
Correlation and RegressionCorrelation and Regression
Correlation and Regressionjasondroesch
 
Discrete and continuous probability distributions ppt @ bec doms
Discrete and continuous probability distributions ppt @ bec domsDiscrete and continuous probability distributions ppt @ bec doms
Discrete and continuous probability distributions ppt @ bec domsBabasab Patil
 
Interval Estimation & Estimation Of Proportion
Interval Estimation & Estimation Of ProportionInterval Estimation & Estimation Of Proportion
Interval Estimation & Estimation Of ProportionDataminingTools Inc
 
Point Estimate, Confidence Interval, Hypotesis tests
Point Estimate, Confidence Interval, Hypotesis testsPoint Estimate, Confidence Interval, Hypotesis tests
Point Estimate, Confidence Interval, Hypotesis testsUniversity of Salerno
 

Tendances (20)

Multicollinearity PPT
Multicollinearity PPTMulticollinearity PPT
Multicollinearity PPT
 
Z test
Z testZ test
Z test
 
Regression Analysis
Regression AnalysisRegression Analysis
Regression Analysis
 
Chapter8
Chapter8Chapter8
Chapter8
 
Theory of estimation
Theory of estimationTheory of estimation
Theory of estimation
 
Statistical inference: Estimation
Statistical inference: EstimationStatistical inference: Estimation
Statistical inference: Estimation
 
Probability Theory
Probability TheoryProbability Theory
Probability Theory
 
The Normal Distribution
The Normal DistributionThe Normal Distribution
The Normal Distribution
 
Lecture 4
Lecture 4Lecture 4
Lecture 4
 
Inferential Statistics
Inferential StatisticsInferential Statistics
Inferential Statistics
 
Moments in statistics
Moments in statisticsMoments in statistics
Moments in statistics
 
Point and Interval Estimation
Point and Interval EstimationPoint and Interval Estimation
Point and Interval Estimation
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 
The Chi Square Test
The Chi Square TestThe Chi Square Test
The Chi Square Test
 
Continuous probability distribution
Continuous probability distributionContinuous probability distribution
Continuous probability distribution
 
A.1 properties of point estimators
A.1 properties of point estimatorsA.1 properties of point estimators
A.1 properties of point estimators
 
Correlation and Regression
Correlation and RegressionCorrelation and Regression
Correlation and Regression
 
Discrete and continuous probability distributions ppt @ bec doms
Discrete and continuous probability distributions ppt @ bec domsDiscrete and continuous probability distributions ppt @ bec doms
Discrete and continuous probability distributions ppt @ bec doms
 
Interval Estimation & Estimation Of Proportion
Interval Estimation & Estimation Of ProportionInterval Estimation & Estimation Of Proportion
Interval Estimation & Estimation Of Proportion
 
Point Estimate, Confidence Interval, Hypotesis tests
Point Estimate, Confidence Interval, Hypotesis testsPoint Estimate, Confidence Interval, Hypotesis tests
Point Estimate, Confidence Interval, Hypotesis tests
 

En vedette

Inference about means and mean differences
Inference about means and mean differencesInference about means and mean differences
Inference about means and mean differencesAndi Koentary
 
Distribution of sampling means
Distribution of sampling meansDistribution of sampling means
Distribution of sampling meansAndi Koentary
 
Statistical techniques for ordinal data
Statistical techniques for ordinal dataStatistical techniques for ordinal data
Statistical techniques for ordinal dataAndi Koentary
 
Introduction to statistics
Introduction to statisticsIntroduction to statistics
Introduction to statisticsAndi Koentary
 

En vedette (6)

Inference about means and mean differences
Inference about means and mean differencesInference about means and mean differences
Inference about means and mean differences
 
Distribution of sampling means
Distribution of sampling meansDistribution of sampling means
Distribution of sampling means
 
Statistical techniques for ordinal data
Statistical techniques for ordinal dataStatistical techniques for ordinal data
Statistical techniques for ordinal data
 
Chi square
Chi squareChi square
Chi square
 
Central tendency
Central tendencyCentral tendency
Central tendency
 
Introduction to statistics
Introduction to statisticsIntroduction to statistics
Introduction to statistics
 

Similaire à Regression

Simple & Multiple Regression Analysis
Simple & Multiple Regression AnalysisSimple & Multiple Regression Analysis
Simple & Multiple Regression AnalysisShailendra Tomar
 
Correlation and regression
Correlation and regressionCorrelation and regression
Correlation and regressionAbdelaziz Tayoun
 
슬로우캠퍼스: scikit-learn & 머신러닝 (강박사)
슬로우캠퍼스:  scikit-learn & 머신러닝 (강박사)슬로우캠퍼스:  scikit-learn & 머신러닝 (강박사)
슬로우캠퍼스: scikit-learn & 머신러닝 (강박사)마이캠퍼스
 
What is Isotonic Regression and How Can a Business Utilize it to Analyze Data?
What is Isotonic Regression and How Can a Business Utilize it to Analyze Data?What is Isotonic Regression and How Can a Business Utilize it to Analyze Data?
What is Isotonic Regression and How Can a Business Utilize it to Analyze Data?Smarten Augmented Analytics
 
Lecture0701.pptx by statistics by Mohammed anwar
Lecture0701.pptx by statistics by Mohammed anwarLecture0701.pptx by statistics by Mohammed anwar
Lecture0701.pptx by statistics by Mohammed anwarmahirasadman
 
Unit-III Correlation and Regression.pptx
Unit-III Correlation and Regression.pptxUnit-III Correlation and Regression.pptx
Unit-III Correlation and Regression.pptxAnusuya123
 
Linear regression by Kodebay
Linear regression by KodebayLinear regression by Kodebay
Linear regression by KodebayKodebay
 
Stepwise Selection Choosing the Optimal Model .ppt
Stepwise Selection  Choosing the Optimal Model .pptStepwise Selection  Choosing the Optimal Model .ppt
Stepwise Selection Choosing the Optimal Model .pptneelamsanjeevkumar
 
Regression analysis
Regression analysisRegression analysis
Regression analysisAwais Salman
 
Multivariate Linear Regression.ppt
Multivariate Linear Regression.pptMultivariate Linear Regression.ppt
Multivariate Linear Regression.pptTanyaWadhwani4
 
introduction to measurements.pptx
introduction to measurements.pptxintroduction to measurements.pptx
introduction to measurements.pptxMahamad Jawhar
 

Similaire à Regression (20)

Simple & Multiple Regression Analysis
Simple & Multiple Regression AnalysisSimple & Multiple Regression Analysis
Simple & Multiple Regression Analysis
 
Correlation and regression
Correlation and regressionCorrelation and regression
Correlation and regression
 
Simple Linear Regression.pptx
Simple Linear Regression.pptxSimple Linear Regression.pptx
Simple Linear Regression.pptx
 
regression
regressionregression
regression
 
Simple egression.pptx
Simple egression.pptxSimple egression.pptx
Simple egression.pptx
 
슬로우캠퍼스: scikit-learn & 머신러닝 (강박사)
슬로우캠퍼스:  scikit-learn & 머신러닝 (강박사)슬로우캠퍼스:  scikit-learn & 머신러닝 (강박사)
슬로우캠퍼스: scikit-learn & 머신러닝 (강박사)
 
Regression analysis on SPSS
Regression analysis on SPSSRegression analysis on SPSS
Regression analysis on SPSS
 
What is Isotonic Regression and How Can a Business Utilize it to Analyze Data?
What is Isotonic Regression and How Can a Business Utilize it to Analyze Data?What is Isotonic Regression and How Can a Business Utilize it to Analyze Data?
What is Isotonic Regression and How Can a Business Utilize it to Analyze Data?
 
Lecture0701.pptx by statistics by Mohammed anwar
Lecture0701.pptx by statistics by Mohammed anwarLecture0701.pptx by statistics by Mohammed anwar
Lecture0701.pptx by statistics by Mohammed anwar
 
Regression ppt
Regression pptRegression ppt
Regression ppt
 
Unit-III Correlation and Regression.pptx
Unit-III Correlation and Regression.pptxUnit-III Correlation and Regression.pptx
Unit-III Correlation and Regression.pptx
 
statics in research
statics in researchstatics in research
statics in research
 
Linear regression by Kodebay
Linear regression by KodebayLinear regression by Kodebay
Linear regression by Kodebay
 
Stepwise Selection Choosing the Optimal Model .ppt
Stepwise Selection  Choosing the Optimal Model .pptStepwise Selection  Choosing the Optimal Model .ppt
Stepwise Selection Choosing the Optimal Model .ppt
 
BRM-lecture-11.ppt
BRM-lecture-11.pptBRM-lecture-11.ppt
BRM-lecture-11.ppt
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 
Multiple linear regression
Multiple linear regressionMultiple linear regression
Multiple linear regression
 
Chapter 14 Part I
Chapter 14 Part IChapter 14 Part I
Chapter 14 Part I
 
Multivariate Linear Regression.ppt
Multivariate Linear Regression.pptMultivariate Linear Regression.ppt
Multivariate Linear Regression.ppt
 
introduction to measurements.pptx
introduction to measurements.pptxintroduction to measurements.pptx
introduction to measurements.pptx
 

Dernier

SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...Elaine Werffeli
 
Call Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night StandCall Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Just Call Vip call girls roorkee Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls roorkee Escorts ☎️9352988975 Two shot with one girl ...Just Call Vip call girls roorkee Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls roorkee Escorts ☎️9352988975 Two shot with one girl ...gajnagarg
 
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...amitlee9823
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...amitlee9823
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...amitlee9823
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...amitlee9823
 
Just Call Vip call girls kakinada Escorts ☎️9352988975 Two shot with one girl...
Just Call Vip call girls kakinada Escorts ☎️9352988975 Two shot with one girl...Just Call Vip call girls kakinada Escorts ☎️9352988975 Two shot with one girl...
Just Call Vip call girls kakinada Escorts ☎️9352988975 Two shot with one girl...gajnagarg
 
Detecting Credit Card Fraud: A Machine Learning Approach
Detecting Credit Card Fraud: A Machine Learning ApproachDetecting Credit Card Fraud: A Machine Learning Approach
Detecting Credit Card Fraud: A Machine Learning ApproachBoston Institute of Analytics
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...amitlee9823
 
➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men 🔝Sambalpur🔝 Esc...
➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men  🔝Sambalpur🔝   Esc...➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men  🔝Sambalpur🔝   Esc...
➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men 🔝Sambalpur🔝 Esc...amitlee9823
 
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...amitlee9823
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...amitlee9823
 

Dernier (20)

SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
 
Call Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night StandCall Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night Stand
 
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
 
Just Call Vip call girls roorkee Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls roorkee Escorts ☎️9352988975 Two shot with one girl ...Just Call Vip call girls roorkee Escorts ☎️9352988975 Two shot with one girl ...
Just Call Vip call girls roorkee Escorts ☎️9352988975 Two shot with one girl ...
 
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
 
Just Call Vip call girls kakinada Escorts ☎️9352988975 Two shot with one girl...
Just Call Vip call girls kakinada Escorts ☎️9352988975 Two shot with one girl...Just Call Vip call girls kakinada Escorts ☎️9352988975 Two shot with one girl...
Just Call Vip call girls kakinada Escorts ☎️9352988975 Two shot with one girl...
 
Detecting Credit Card Fraud: A Machine Learning Approach
Detecting Credit Card Fraud: A Machine Learning ApproachDetecting Credit Card Fraud: A Machine Learning Approach
Detecting Credit Card Fraud: A Machine Learning Approach
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
 
➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men 🔝Sambalpur🔝 Esc...
➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men  🔝Sambalpur🔝   Esc...➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men  🔝Sambalpur🔝   Esc...
➥🔝 7737669865 🔝▻ Sambalpur Call-girls in Women Seeking Men 🔝Sambalpur🔝 Esc...
 
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
 
Anomaly detection and data imputation within time series
Anomaly detection and data imputation within time seriesAnomaly detection and data imputation within time series
Anomaly detection and data imputation within time series
 
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 

Regression

  • 1. © aSup-2007 INTRODUCTION TO REGRESSION    1 CORRELATION • … is a statistical technique that used to measure and describe a relationship between two variables • Usually the two variables are simply observed as they exist naturally in environment, there is no attempt to control or manipulate the variables
  • 2. © aSup-2007 INTRODUCTION TO REGRESSION    2 INTRODUCTION TO REGRESSION
  • 3. © aSup-2007 INTRODUCTION TO REGRESSION    3 PREVIEW • We noted that one common application of correlation is for purposes of prediction • Whenever there is a consistent relationship between two variables, it is possible to use the value of one variable to predict the value of another • The general statistical process of finding and using a prediction equation is known as REGRESSION
  • 4. © aSup-2007 INTRODUCTION TO REGRESSION    4 INTRODUCTION • Our goal in this section is to develop a procedure that identifies and defines the straight line that provide the best fit for any specific set of data • You should realize that this straight line does not have to be drawn on a graph; it can be presented in a simple equation • Thus, our goal is to find the equation for the line that best describe s the relation for a set of X and Y data
  • 5. © aSup-2007 INTRODUCTION TO REGRESSION    5 LINEAR EQUATION • In general, a linear relationship between two variables X and Y can be expressed by the equation Y = bX + a where a and b are fixed constant • In general linear equation, the value of b is called the slope • The slope determines how much the Y variable will change when X is increase by one point
  • 6. © aSup-2007 INTRODUCTION TO REGRESSION    6 EXAMPLE • A local tennis club charges a fee of Rp 20.000 per hour plus an annual membership of fee of Rp 100.000 • With this information the total cost of playing tennis can be computed using a linear equation that describe the relationship between the total cost (Y) and the number of hours (X) Y = 20.000(hour) + 100.00
  • 7. © aSup-2007 INTRODUCTION TO REGRESSION    7 H Total Cost Y 1 2 3 4 5 6 7 8 240 220 200 180 160 140 120 100 0
  • 8. © aSup-2007 INTRODUCTION TO REGRESSION    8 THE LEAST-SQUARED ERROR • To determine how well a line fits the data points, the first step is to define mathematically distance between the line and each data point • For every X value in the data, the linear equation will determine a Y value on the line
  • 9. © aSup-2007 INTRODUCTION TO REGRESSION    9 IQ IPK 90 95 100 105 110 115 120 125 130 135 4.00 3.50 3.00 2.50 2.00 1.50 1.00 0.50 0 Data Point distance
  • 10. © aSup-2007 INTRODUCTION TO REGRESSION    10 THE LEAST-SQUARED ERROR • To determine how well a line fits the data points, the fist step is to define mathematically distance between the line and each data point • For every X value in the data, the linear equation will determine a Y value on the line • This value is the predicted Y an is called Ŷ (‘y hat’) • The distance between this predicted value and the actual Y value in the data is determined by distance = Y - Ŷ
  • 11. © aSup-2007 INTRODUCTION TO REGRESSION    11 THE LEAST-SQUARED ERROR • Notice that we are simply are measuring the vertical distance between the actual data point (Y) and the predicted point on the line • The distance measure the error between the line and the actual data • Because some of these distance will be positive and some will be negative, the next sep is to square each distance in order to obtain a uniformity positive measure of error total squared error = Σ(Y - Ŷ)2
  • 12. © aSup-2007 INTRODUCTION TO REGRESSION    12 IQ IPK 90 95 100 105 110 115 120 125 130 135 4.00 3.50 3.00 2.50 2.00 1.50 1.00 0.50 0 Data Point distance Ŷ = bX + a
  • 13. © aSup-2007 INTRODUCTION TO REGRESSION    13 The EQUATION Ŷ = bX + a b = SP SSX a = MY - bMX
  • 14. © aSup-2007 INTRODUCTION TO REGRESSION    14 EXAMPLE X Y X – MX Y – MY (X-MX)(Y-MY) (X-MX)2 7 4 6 3 5 11 3 5 4 7 2 -1 1 -2 0 5 -3 -1 -2 1 10 3 -1 4 0 4 1 1 4 0 b = SP SSX = 1,6 a = MY – bMX = -2Ŷ = 1,6X - 2
  • 15. © aSup-2007 INTRODUCTION TO REGRESSION    15 X Y 1 2 3 4 5 6 7 11 10 9 8 7 6 5 4 3 2 1 0 Ŷ = 1,6X - 2
  • 16. © aSup-2007 INTRODUCTION TO REGRESSION    16 TWO CAUTIONS SHOULD BE CONSIDERED • The predicted value is not perfect (unless r = +1.00 or -1.00) it should be clear that the data points do not fit perfectly on the line • The regression equation should not be used to make prediction for X values that fall outside the range values covered by the original data
  • 17. © aSup-2007 INTRODUCTION TO REGRESSION    17 MULTIPLE REGRESSION WITH SOME PREDICTOR VARIABLES Ŷ = b1X1 + b2X2 + b3X3 + … + a
  • 18. © aSup-2007 INTRODUCTION TO REGRESSION    Dasar Pemikiran • Dalam pengukuran psikologis, kita hanya dapat memperkirakan besarnya atribut yang hendak diukur. • Dua kali pengukuran dalam atribut yang sama pada subyek A bisa memberikan hasil yang berbeda  berapa skor A yang sesungguhnya dalam atribut ini? • Dengan demikian, sebuah hasil pengukuran (skor A) tidak dapat memberikan gambaran yang sesungguhnya /akurat dari atribut tertentu pada A (Spearman). • Dengan kata lain, setiap pengukuran akan selalu mengandung “error” yang disebut sebagai error of measurement. 18
  • 19. © aSup-2007 INTRODUCTION TO REGRESSION    19 STANDARD ERROR OF MEASUREMENT • Koefisien reliabilitas menunjukkan konsistensi antara beberapa hasil pengukuran pada subjek yang sama. • Bahwa setiap pengukuran berharap dapat mengetahui true score seseorang. • Bagaimana memperkirakan true score seseorang?
  • 20. © aSup-2007 INTRODUCTION TO REGRESSION    20 STANDARD ERROR OF MEASUREMENT • Bila subyek dites berulang kali (n kali) dengan tes yang sama, maka distribusi skor tes akan menyebar menurut kurva normal. • Mean dari distribusi skor tes adalah estimated true score. • Standard deviation dari penyebaran skor tes disebut standard error of measurement.
  • 21. © aSup-2007 INTRODUCTION TO REGRESSION    21 STANDARD ERROR OF MEASUREMENT SE= standard error of measurement (SEM) SX= standar deviasi obtained score rXX= koefisien reliabilitas Besarnya SEM menunjukkan indeks rata-rata jumlah error dalam skor tes tersebut. xxXE rSS −= 1
  • 22. © aSup-2007 INTRODUCTION TO REGRESSION    22 STANDARD ERROR OF MEASUREMENT • Diasumsikan bahwa random error of measurement berdistribusi secara normal. • Dengan tingkat kepercayaan tertentu, rentang true score seseorang dapat diperkirakan dari nilai SEM. • Tingkat kepercayaan 68% (LOC 68%):  True Score = X ± 1 SEM • Tingkat kepercayaan 95% (LOC 95%):  True Score = X ± 1,96 SEM
  • 23. © aSup-2007 INTRODUCTION TO REGRESSION    23 MEMAKNAI SKOR TES • Informasi mengenai koefisien reliabilitas penting jika kita ingin mengetahui kualitas tes, tapi jika ingin memaknai skor individu maka perlu mengetahui SEM. • Info bahwa koefisien reliabilitas tes PQN = 0,64 tidak dapat membantu menafsirkan hasil tes yang diperoleh Nina (skor 45) dan Nani (skornya 54).
  • 24. © aSup-2007 INTRODUCTION TO REGRESSION    24 MEMAKNAI SKOR TES • Di lain pihak info bahwa SEM = 6 (didapat bila SX = 10) maka kita dapat menyimpulkan hal-hal berikut: 1. Ada 68,26% kemungkinan skor Nina (X = 45) berkisar antara 39 – 51 dan ada 99% kemungkinan kisarannya 45 ± 2,58 x 6. 2. Ada 68,26% kemungkinan skor Nani (X = 54) ada diantara 48 – 60 dan ada 99% kemungkinan kisarannya 54 ± 2,58 x 6  Jadi masih ada kemungkinan bahwa tidak ada beda antara Nani dan Nina.
  • 25. © aSup-2007 INTRODUCTION TO REGRESSION    25 MEMAKNAI SKOR TES (dengan 1 SEM) 45 Nina 54 Nani 5139 6048 X