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
If there is a NaN value in the time series, the `aaft` and `iaaft` methods return the
sorted time series.
This PR:
* Adds check for NaNs in `aaft` and `iaaft`
* Throw DomainError with NaN input to `aaft` and `iaaft`
* Add tests for NaN input for `aaft` and `iaaft`
0 commit comments