C# library for polynomial fit

Hi,

Could someone recommend me a good C# / .NET math library?
I am searching for the Polynomial-fit.
I have a bunch of x and y values and would like to get the best formula that would fit the data-set.

Math.NET is probably a good bet:

https://numerics.mathdotnet.com/api/MathNet.Numerics/Fit.htm