update_u {ffstream}R Documentation

Update u

Description

Function to sequentially update the weight used to scale the forgetting factor variance, u.

Usage

update_u(u_old, w_new)

Arguments

u_old

The old (previous) value of u.

w_new

The new (current) value of w.


[Package ffstream version 0.1.6 Index]