You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error in min(selection):max(selection) :
result would be too long a vector
In addition: Warning messages:
1: In detPer(mR, rData = rData, options = options) :
Periodicity estimation is unstable when the sample data contains less than 50 days. The quality of results may vary
2: In min(selection) : no non-missing arguments to min; returning Inf
3: In max(selection) : no non-missing arguments to max; returning -Inf
I have also tried with more than 50days of data, but got the same error.
The text was updated successfully, but these errors were encountered:
The QuantTools package is not supported anymore but I think I found your error. It could be that there are too many zero-returns at the same time across days. I'll improve the error messages.
Hello, thanks for the answer. This is an old issue, but I will try again soon since I have just starterd to work with highfrequency package few days before, after some time.... I want close an issue, since you said you will add some error messages...
Hi,
I am trying to use
businessTimeAggregation
function withvol
(volatility) as measure:but got an error:
I have also tried with more than 50days of data, but got the same error.
The text was updated successfully, but these errors were encountered: