temp.kalman | R Documentation |
Smoothes a temperature time series uses a Kalman filter/ smoother.
temp.kalman(wtr, watts, ampH=1, ...)
wtr |
Vector (regular time series) of water temperature in degrees C |
watts |
estimate of watts entering the layer at each time step, from watts.in |
ampH |
factor by which to artificially amplify the observation error variance, H |
... |
parameters to be passed to optim |
basic model process is x[t] = beta*x[t-1] + c1*watts[t-1]
a smoothed temperature time series
Ryan Batt
Batt, Ryan D. and Stephen R. Carpenter. 2012. Free-water lake metabolism: addressing noisy time series with a Kalman filter. Limnology and Oceanography: Methods 10: 20-30. doi: 10.4319/lom.2012.10.20
watts.in metab.kalman
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.