Add a fitted.bfast() method
Open
enhancement
good first issue
- Dominant language
- R
- Stars
- 53
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Right now, running `fitted()` on a `bfast` object returns `NULL` (that's returned for any unknown class). It would be better if it returned `x$output[[iteration]]$St + x$output[[iteration]]$Tt` instead.
Contributor guide
Research direction
Start by locating the existing fitted() generic and the bfast object structure, then inspect how iteration, output, St, and Tt are represented. Add the bfast-specific fitted() behavior so it returns x$output[[iteration]]$St + x$output[[iteration]]$Tt, and verify that calling fitted() on a bfast object no longer returns NULL.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- r
- Domain
- data
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100