Description Usage Arguments Value
View source: R/online_filter.R
Create an RLS (Recursive Least Squares) filter object
1 | new_filter_RLS(width, lambda = 0.99, sigma = 1)
|
width |
width of the filter |
lambda |
forgetting factor |
sigma |
initial factor for covariance matrix |
an RLS filter object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.