Does MathDotNet have any capability about data approximations by using b-splines? Unfortunately i couldn't find anything in the documentations!
Asked
Active
Viewed 206 times
0
-
It has [cubic splines](http://numerics.mathdotnet.com/api/MathNet.Numerics.Interpolation/CubicSpline.htm) – John Alexiou Jan 04 '16 at 02:20
-
Thanks! Do you know any other ways or other libraries for this purpose? – Ehsan Mirsaeedi Jan 04 '16 at 21:29
-
[ILNumerics](http://ilnumerics.net/ilnumerics-interpolation-toolbox.html#) which you download from [NuGet](https://www.nuget.org/packages/ILNumerics/) – John Alexiou Jan 04 '16 at 21:34