This repository was archived by the owner on Nov 19, 2020. It is now read-only.
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
local Linear/Polynomial regression #710
Open
Description
Hi there,
I am just wonder if there are any way to do local linear regression or local polynomial regression using Accord.Net. I was able to find that the class IterativeReweightedLeastSquares could be relevant but I didn't find any examples or tutorials to confirm my guess. Also, it is possible to specific the "span" or the "bandwidth" of the data considered when doing the local Linear/Polynomial regression?
Thank you so much!