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

Simple Linear Regression: Step-By-Step
Simple Linear Regression: Step-By-StepSimple Linear Regression: Step-By-Step
Simple Linear Regression: Step-By-StepDan Wellisch
 
STATISTICS: Hypothesis Testing
STATISTICS: Hypothesis TestingSTATISTICS: Hypothesis Testing
STATISTICS: Hypothesis Testingjundumaug1
 
Least Squares Regression Method | Edureka
Least Squares Regression Method | EdurekaLeast Squares Regression Method | Edureka
Least Squares Regression Method | EdurekaEdureka!
 
Multiple Linear Regression
Multiple Linear RegressionMultiple Linear Regression
Multiple Linear RegressionIndus University
 
Linear correlation
Linear correlationLinear correlation
Linear correlationTech_MX
 
Absolute Measures of dispersion
Absolute Measures of dispersionAbsolute Measures of dispersion
Absolute Measures of dispersionAyushi Jain
 
Anova in easyest way
Anova in easyest wayAnova in easyest way
Anova in easyest wayBidyut Ghosh
 
Correlation and regression
Correlation and regressionCorrelation and regression
Correlation and regressionMohit Asija
 
METHOD OF LEAST SQURE
METHOD OF LEAST SQUREMETHOD OF LEAST SQURE
METHOD OF LEAST SQUREDanial Mirza
 
Least square method
Least square methodLeast square method
Least square methodPandidurai P
 
Regression analysis by Muthama JM
Regression analysis by Muthama JMRegression analysis by Muthama JM
Regression analysis by Muthama JMJapheth Muthama
 
Multicolinearity
MulticolinearityMulticolinearity
MulticolinearityPawan Kawan
 

Tendances (20)

Regression analysis
Regression analysisRegression analysis
Regression analysis
 
Simple Linear Regression: Step-By-Step
Simple Linear Regression: Step-By-StepSimple Linear Regression: Step-By-Step
Simple Linear Regression: Step-By-Step
 
STATISTICS: Hypothesis Testing
STATISTICS: Hypothesis TestingSTATISTICS: Hypothesis Testing
STATISTICS: Hypothesis Testing
 
Least Squares Regression Method | Edureka
Least Squares Regression Method | EdurekaLeast Squares Regression Method | Edureka
Least Squares Regression Method | Edureka
 
Multiple Linear Regression
Multiple Linear RegressionMultiple Linear Regression
Multiple Linear Regression
 
Linear correlation
Linear correlationLinear correlation
Linear correlation
 
Chapter 14
Chapter 14 Chapter 14
Chapter 14
 
Regression
RegressionRegression
Regression
 
Binomial distribution
Binomial distributionBinomial distribution
Binomial distribution
 
Regression
RegressionRegression
Regression
 
Absolute Measures of dispersion
Absolute Measures of dispersionAbsolute Measures of dispersion
Absolute Measures of dispersion
 
Anova in easyest way
Anova in easyest wayAnova in easyest way
Anova in easyest way
 
Regression Analysis
Regression AnalysisRegression Analysis
Regression Analysis
 
Simple linear regression
Simple linear regressionSimple linear regression
Simple linear regression
 
Correlation and regression
Correlation and regressionCorrelation and regression
Correlation and regression
 
METHOD OF LEAST SQURE
METHOD OF LEAST SQUREMETHOD OF LEAST SQURE
METHOD OF LEAST SQURE
 
Least square method
Least square methodLeast square method
Least square method
 
Regression analysis by Muthama JM
Regression analysis by Muthama JMRegression analysis by Muthama JM
Regression analysis by Muthama JM
 
Regression analysis
Regression analysisRegression analysis
Regression analysis
 
Multicolinearity
MulticolinearityMulticolinearity
Multicolinearity
 

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
 

Plus de Andi 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
 
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
 
Analysis of variance
Analysis of varianceAnalysis of variance
Analysis of varianceAndi Koentary
 

Plus de Andi Koentary (6)

Statistical techniques for ordinal data
Statistical techniques for ordinal dataStatistical techniques for ordinal data
Statistical techniques for ordinal data
 
Introduction to statistics
Introduction to statisticsIntroduction to statistics
Introduction to statistics
 
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
 
Chi square
Chi squareChi square
Chi square
 
Analysis of variance
Analysis of varianceAnalysis of variance
Analysis of variance
 

Dernier

Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Delhi Call girls
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusTimothy Spann
 
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
 
Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...shambhavirathore45
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfLars Albertsson
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Valters Lauzums
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...SUHANI PANDEY
 
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
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxolyaivanovalion
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfMarinCaroMartnezBerg
 
Zuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptxZuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptxolyaivanovalion
 
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Delhi Call girls
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Delhi Call girls
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz1
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxolyaivanovalion
 

Dernier (20)

Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
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
 
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...
 
Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
VIP Model Call Girls Hinjewadi ( Pune ) Call ON 8005736733 Starting From 5K t...
 
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
 
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...
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
Zuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptxZuja dropshipping via API with DroFx.pptx
Zuja dropshipping via API with DroFx.pptx
 
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptx
 

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