The tag has no wiki summary.

learn more… | top users | synonyms

16
votes
3answers
2k views

What is a stationary process?

How do you explain what a stationary process is? In the first place, what is meant by process, and then what does the process have to be like so it can be called stationary?
8
votes
2answers
2k views

How can I compare distributions using only mean and standard deviation?

I only have means and standard deviations of samples of two random variables. What technique can I use to determine how similar the distributions these describe are? Assume that the values are built ...
7
votes
5answers
7k views

How to check if a timeseries is stationary?

I'm using KPSS Method to check if the series is stationary, but I would also like to use another test to confirm if the series is stationary or not, what method coudl I use?
6
votes
2answers
811 views

Why does this Co-integrated basket look too good to be true?

You need quantmod & tseries in R to run this: ...
2
votes
2answers
125 views

Squared and Absolute Returns

I've always wondered why do one use squared or absolute returns to determine if volatility modeling is required for the return series? We understand that there are various tests for its ...
2
votes
1answer
156 views

Testing for stationarity in large sample sizes

I keep struggling with testing 9 samples if they are stationary. Each of these samples is a real valued time series with 714.000 values. If I use the KPSS test with the each compleete sample set, the ...
2
votes
2answers
312 views

Detrending price data for analysis of signal returns

I'm looking to conduct hypothesis tests on some of my trading signals to see if the signal returns are statistically significant enough to falsify my null hypothesis that the signal has no predictive ...
2
votes
0answers
143 views

Does the geometric Ornstein-Uhlenbeck process have stationary variance?

I know that the long run variance of the standard OU process is $\lim_{s\rightarrow \infty}\mbox{Var}(P_{t+s}|P_t) = \frac{\sigma^2}{2\theta}$ I'm using the geometric version of the process. I ...