Open
Description
Describe the feature or idea you want to propose
We should refactor the DummyForecaster
into NaiveForecaster
and improve its features. The variants listed in https://otexts.com/fpp2/simple-methods.html would be a good start.
Describe your proposed solution
- Refactor to
NaiveForecaster
- Add mean
- Add seasonality
- Add drift
- Add testing to
tests/test_naive.py
- Update documentation
- Add to API page and ensure tidiness
Describe alternatives you've considered, if relevant
No response
Additional context
No response