no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


documentation:language_reference:objects:interpolatingfunction:functions:bspline [2019/09/12 15:08] (current) – created Martin Brass
Line 1: Line 1:
 +{{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 =====
 +
 +<code Quanty Example.Quanty>
 +BS = InterpolatingFunction.BSpline({1,1.5,2,2.5,3},{1,2,4,3,9},2)
 +</code>
 +
 +===== Table of contents =====
 +{{indexmenu>.#1|msort}}
  
Print/export