Learning Optimization: from beginner to advanced level (article 10)
RLS python code

Learning Optimization: from beginner to advanced level (article 10)

How to fit a straight line with discrete inconsistent data points? Consider the following dataset:

No alt text provided for this image

Is there a straight-line which passes through these data? The answer is “No”. Hence, we find the “best fit” of the dataset. Application of “best fit”:

1.??????Data analysis from scatterplot

2.??????Determine trend in a dataset

3.??????Prediction and Forecast

No alt text provided for this image

Here comes Recursive Least Square Algorithm (RLS):

No alt text provided for this image

In Python:?

No alt text provided for this image

Comment if you want elaboration on the applications mentioned above!?

要查看或添加评论,请登录

Anusuya Ghosh的更多文章

社区洞察

其他会员也浏览了