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
Copy file name to clipboardexpand all lines: vignettes/intro-to-fluxfinder.Rmd
+2-1
Original file line number
Diff line number
Diff line change
@@ -275,8 +275,9 @@ x <- round(x, 3)
275
275
From the diagnostics returned by `ffi_compute_fluxes`:
276
276
277
277
*`HM81_flux.estimate` is not `NA`, which only occurs with saturating behavior;
278
-
* The `lin_AIC` (`r x$lin_AIC`) and `rob_AIC` (`r x$rob_AIC`) values are similar, so no indication of influential outliers;
278
+
* The `lin_AIC` (`r x$lin_AIC`) and `rob_AIC` (`r x$rob_AIC`) [Akaike information criterion](https://en.wikipedia.org/wiki/Akaike_information_criterion)values are similar, so no indication of influential outliers;
279
279
* The `lin_r.squared` (`r x$lin_r.squared`) and `poly_r.squared` (`r x$poly_r.squared`) values are _very_ different, suggesting a failure of the linear model;
280
+
* The [root mean square error](https://en.wikipedia.org/wiki/Root_mean_square_deviation) (RMSE) of the linear model is much higher than the other models' values;
280
281
* The `HM81_r.squared` (`r x$HM81_r.squared`) and `HM81_AIC` (`r x$HM81_AIC`) are considerably higher and lower, respectively, than the linear model.
281
282
282
283
All of these metrics point to a common conclusion: a linear model is _not_
0 commit comments