The correlation tag has no wiki summary.
0
votes
2answers
222 views
What stock market indicators to model based on twitter feed? [closed]
We are developing an algorithm that models twitter users and groups of words that may indicate real world events.
One application is modelling elections, i.e which party is likely going to win. ...
0
votes
0answers
79 views
Correlation Sensitivity
Suppose I have 2 stocks $S_{1}$ and $S_{2}$:
\begin{align}
& dS_{1}=rS_{1}dt+\sigma_{1}S_{1}dB_{1}\\
& dS_{2}=rS_{2}dt+\sigma_{2}S_{2}dB_{2}\\
& dB_{1}dB_{2}=\rho dt
\end{align}
Then I ...
0
votes
0answers
152 views
Lagging Beta Strategy
Came across a method involving pairs in the book Hedge Fund Market Wizard:
Given a Stock(or Collective of instruments)that follows closely to say Dow index with a beta<1(very short term) but ...
-4
votes
0answers
60 views
How could covariance help with pattern prediction? [closed]
Could someone give me a "high-level" explanation how I could use the technique of covariance to implement a pattern recognition technique?
I have used autocorrelation in the past for detecting ...