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
As I understand trendbreaker is designed for the analysis of count time series. Thus lm (with its assumption of normal distribution, with support [-Inf, Inf]) shouldn't be used.
The text was updated successfully, but these errors were encountered:
I don't know. If the counts are high enough lm is often fine as well. But yeah, we can drop it to not confuse folks. I don't have strong feelings here :)
As I understand trendbreaker is designed for the analysis of count time series. Thus
lm
(with its assumption of normal distribution, with support[-Inf, Inf]
) shouldn't be used.The text was updated successfully, but these errors were encountered: