Statistical Analysis

Overview

Statistics worksheet can provide one variable analysis as well as two variable regressions. Below is a table of labels & variables that the statistics worksheet contain and their meanings.

LabelDefinition
XnThe nth value in sequence X
YnThe nth value in sequence Y
LINLinear Regression
LnLogarithmic Regression
EXPExponential Regression
PWRPower Regression
1-VOne-variable statistics
n# of observation
Mean/Average of X
SxSample standard deviation of X
σxPopulation standard deviation of X
ȳMean/Average of Y
SySample standard deviation of Y
σyPopulation standard deviation of Y
aIntercept of regression
bSlope of regression
rCorrelation coefficient
X’Predicted X value
Y’Predicted Y value
ΣXSum of X values
ΣX2Sum of X squared values
ΣYSum of Y values
ΣY2Sum of Y squared values
ΣXYSum of XY products

Regression Models

The four types of regression are Linear, Logarithmic, Exponential and Power Regression.

ModelFormula
LinearY = a + bX
LogarithmicY = a + bln(X)
ExponentialY = abX
PowerY = aXb

Example: One Variable

Provide # of observation, mean, sample standard deviation, population standard deviation, sum and sum of squaredness for the following one variable series.

X12345

First, you need to enter the data set.

KeystrokesDisplay
2ND DataX10
1 ENTERX1 =1
Y1 =1
 2 ENTERX2 =2
Y2 =1
 3 ENTERX3 =3
Y3 =1
 4 ENTERX4 =4
Y4 =1
 5 ENTERX5 =5
Y5 =1

Then you can show statistical analysis.

KeystrokesDisplay
2ND STATLIN
2ND SET1-V
n =5
x̄ =3
Sx =1.58113883
σx =1.414213562
ΣX =15
ΣX2 =55

Example: Linear Regression

Provide linear regression results given the following dependent variable Y and independent variable X. Predict Y’ given X’=6.

X12345
Y23.55.8810.2

Enter the data set.

KeystrokesDisplay
2ND DataX10
1 ENTERX1 =1
 2 ENTERY1 =2
 2 ENTERX2 =2
 3.5 ENTERY2 =3.5
 3 ENTERX3 =3
 5.8 ENTERY3 =5.8
 4 ENTERX4 =4
 8 ENTERY4 =8
 5 ENTERX5 =5
 10.2 ENTERY5 =10.2

Show regression results.

KeystrokesDisplay
2ND STATLIN
n =5
x̄ =3
Sx =1.58113883
σx =1.414213562
ȳ =5.96
Sy =3.410718399
σy =3.050639277
a =-0.49
b =2.15
r =0.996695736
 6 ENTERX’ =6
 CPTY’ =12.41
ΣX =15
ΣX2 =55
ΣY =29.8
ΣY2 =224.14
ΣXY =110.9