get_lpf_smoothing_time_scale | R Documentation |
Physical transformation of the smoothing time scale parameter to consider no affectance to the output variable after a known number of hours
get_lpf_smoothing_time_scale(data, timeConstantInHours)
data |
<data.frame> to filter |
timeConstantInHours |
<float> defining the number of hours that the a system is affected by a certain change in the input time series (data argument). For instance, when there's a need to model the affectance of the outdoor temperature to a building, this time constant in hours correspond to the thermal inertia of the building. |
<float> of the smoothing time scale parameter. It corresponds to the so-called alpha parameter of low pass filter. It ranges from 0 to 1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.