Hi Cynthya,
Are you sure that's a negative and not a positive lower bound 0.136? Here's how I computed that:
CI=Dbar +/- t*(sd/sqrt(n))
Dbar=mean difference
t*=t-critical value from t-table
sd=Standard deviation of differences
n=sample size
To compute Dbar, take the difference in each individual measurement ((1.3-1.1), (2.2-1.3)....), add them, and divide by 4.
Dbar=(0.2+0.9+0.7+0.3)/4
Dbar=0.525
Now, use a calculator--in-hand or online--to compute standard deviation. Manual computation is cumbersome.
sd=0.330
Thus:
Dbar=0.525
sd=0.330
n=4
Now, to compute t*, we need degrees of freedom. Recall that this is just n-1:
df=4-1=3.
Look at row 3 and the 90% column in the t-table to reach:
t*=2.353
Now:
CI= 0.525 +/- (2.353(0.330/2))
CI=(0.137,0.913)
My bounds are slightly different due to rounding difference, but probably close enough.
All confidence intervals imply that we are x% confident that true measure falls between lower and upper bound. Here:
We are 90% confident that true difference in Fall and Spring GPA is between 0.137 and 0.913 points.
I hope this helps.