kuadrat / growR

R implementation of the grassland model ModVege.
https://kuadrat.github.io/growR/
Other
2 stars 0 forks source link

Infer smoothing interval from measured data #27

Closed kuadrat closed 10 months ago

kuadrat commented 1 year ago

In principle, we know how many days have passed between two measurements from a measured data file (except for the first measurement each year).

load_measured_data already calculates this in order to determine cBM from the given dBM.

If we

We could also

See also #25 .

kuadrat commented 10 months ago

Smoothing is a delicate data operation and should not be left to behind-the-scenes automation based on non-obvious assumptions. Leave it to the user to decide how to smooth.