Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bfastmonitor/Spatial: rmse extra band #64

Open
nephentes7 opened this issue Sep 22, 2020 · 1 comment
Open

Bfastmonitor/Spatial: rmse extra band #64

nephentes7 opened this issue Sep 22, 2020 · 1 comment
Assignees
Labels
doc documentation question Further information is requested

Comments

@nephentes7
Copy link

Is there an easy way to get the RMSE (of the residuals) out, as an extra band (returnLayers) in Bfastmonitor? Many thanks!!!

@GreatEmerald GreatEmerald added the question Further information is requested label Sep 22, 2020
@mirt001 mirt001 added the doc documentation label Sep 29, 2020
@janverbesselt
Copy link
Collaborator

janverbesselt commented Sep 29, 2020

Hi, thanks for the question. Can you provide a reproducible (simple) example of what you want? rmse of the residuals of the model fit? it can certainly be derived see e.g. this example - and look at the bfastmonitor() code itself - for details - on how the current calculations are done. Try to look at this and see.

library(bfast)
library(zoo)
NDVIb <- as.ts(zoo(som$NDVI.b, som$Time))
plot(NDVIb)
monb <- bfastmonitor(NDVIb, start = c(2010, 13))
monb
bfastmonitor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc documentation question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants