Description Usage Arguments Value
View source: R/online_filter.R
Create an online RLS filter for polynomial model
| 1 | make_filter_rls_poly(order, lambda = 0.99, sigma = 1)
 | 
| order | order of the polynomial | 
| lambda | forgetting factor | 
| sigma | initial factor for covariance matrix | 
a stateful online function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.