Recursive least squares: derivation part 2/2 (DS4DS 2.13)

preview_player
Показать описание
Hosts:

Programming examples / Julia code via GitHub:

Supported by the ‘digi-Fellows’ program granted by Paderborn University:
Рекомендации по теме
Комментарии
Автор

There is a typo at the last line of the P-matrix within the RLS algo: the correct expression is P[k+1] = (I - gamma[k]*z[k+1])*P[k] -> in the video is a wrong sign within the last parenthesis

DataScienceDynamicalSystems