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
I have a statistical question:
In your cran downloads time series after time_recompose we see the grey area for upper and lower bounds. As the number of downloads can never be negative, why the lower bounds do?
Thus, it could happen, that the number of downloads is zero but still not an outlier because the lower bound is negative!
In general - how to handle this? Maybe log transformations of observed time series, do the analysis and then re-transformation back?
The text was updated successfully, but these errors were encountered:
I have a statistical question:
In your cran downloads time series after time_recompose we see the grey area for upper and lower bounds. As the number of downloads can never be negative, why the lower bounds do?
Thus, it could happen, that the number of downloads is zero but still not an outlier because the lower bound is negative!
In general - how to handle this? Maybe log transformations of observed time series, do the analysis and then re-transformation back?
The text was updated successfully, but these errors were encountered: