{{indexmenu_n>999}} ====== B-Spline ====== ### InterpolatingFunction.BSpline(x,y,n) uses [[https://en.wikipedia.org/wiki/B-spline|B-Splines]] of degree n to interpolate data given by real vectors x and y ### ===== Example ===== BS = InterpolatingFunction.BSpline({1,1.5,2,2.5,3},{1,2,4,3,9},2) ===== Table of contents ===== {{indexmenu>.#1|msort}}