bfast icon indicating copy to clipboard operation
bfast copied to clipboard

Add a fitted.bfast() method

Open GreatEmerald opened this issue 7 years ago • 0 comments

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.

GreatEmerald avatar Sep 21 '18 11:09 GreatEmerald