use algorithm on trends
trends are the time-series that can return raw values and the algorithms
Last updated
Was this helpful?
trends are the time-series that can return raw values and the algorithms
Last updated
Was this helpful?
For example, we would like to create the trend that returns the raw and the smoothed value of the parameter. In order to get the smoothed value, we're going to use the code that .
Start ; and add a raw value of some parameter:
Now, add the smoothed value, using the :
getAround(name, countBefore, countAfter)
The smoothed values shows up in orange at the image above.
For the calculation of smoothed value, we could take into account another factors, for example we wouldn't like to have taken into account value of the parameter lower than 300 and the ones that were triggered in flight. The improved smoothed value would be the green line below:
In our case, that did not change much