tg12

Results 8 comments of tg12

For back-testing, We would need to get some historical data.... This would be VERY heavy on the API usage. Perhaps we could get this into some kind of database?

Weird, Came here as I am having the same issue. Is there any fix for this?

> These are the unique IPs that anything under those domains resolved to. Before March-April of this year they were parking IPs. After that unless there was a cname, they...

The Jurik Moving Average (JMA) is a proprietary indicator, How likely is it to be close to the actual implementation as it looks quite like a closely guarded secret?

I found this to be the rule of thumb. ``` penalty_method_dict = {'SIC': p * np.log(time_series_len), 'BIC': p * np.log(time_series_len), 'AIC': p * 2, 'Hannan-Quinn': 2 * p * np.log(np.log(time_series_len))}...

Good point, I can look at stripping those out I'll have a think.

Can you post a snippet of the error? I wonder if they have updated the package and it's created a design change. Upload the error and I will take a...