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
(Notice that the variance component for days: 1 is estimated as zero, so the correlations for this component are undefined and expressed as NaN, not a number.)
Ah, we updated the printing of some edge cases around those zeros and so the relevant entries are caught as systematically undefined/set and are replaced with . You'll still get NaNs when a variance is "naturally" 0, but that example no longer show it.
Activity
palday commentedon Mar 26, 2025
Ah, we updated the printing of some edge cases around those zeros and so the relevant entries are caught as systematically undefined/set and are replaced with
.
You'll still get NaNs when a variance is "naturally" 0, but that example no longer show it.Thanks for the catch.
constructors.md
to say NaN correlation is printed as a dot, fixes #819 #822