Diffy
- 441
- 0
Hi, I have a set of data.
What I want to do is say with a 95% certainty this is a positive trend, or it is a negative trend.
Basically I have a set of observations (X_i, Y_i) where i is in {1,2,3,4,5,6...} and X_i = i and Y_i is an observation.
Right now I have the Variance, the standard deviations of my Y_i's and also I have a slope calculated (By Least Squares) from the data set. What do I need to do now to say whether I do or do not have a trend?
Thanks
What I want to do is say with a 95% certainty this is a positive trend, or it is a negative trend.
Basically I have a set of observations (X_i, Y_i) where i is in {1,2,3,4,5,6...} and X_i = i and Y_i is an observation.
Right now I have the Variance, the standard deviations of my Y_i's and also I have a slope calculated (By Least Squares) from the data set. What do I need to do now to say whether I do or do not have a trend?
Thanks