-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, would you like to add some examples for multiple-symbol-runs? #11
Comments
We see a similar issue closed. Do you have any furthur updates for that? |
This is originally designed for single symbol, but you may add other symbol data as raw factors. |
Thanks for the reply! |
ts_corr should be able to take two 1d array and calculate correlation. I don't know why it doesn't work. |
With ts_corr(x1, x2, d) we are tring to calculate the previouse d-days' ts_corr of 2 indicator-data within the same symbol. Given an 2-index dataframe with 2 symbols
If a generation was created as ts_corr(open array, close array, 3) to such 2-index data, the calculation to the elements would have inconsistent meaning. |
We see ts_corr might be unable to work out the correlation for multiple-symbol scenarios.
Is that supported?
Thanks,
The text was updated successfully, but these errors were encountered: