In the mathematical subfield of numerical analysis, an I-spline[1] [2] is a monotone spline function.
A family of I-spline functions of degree k with n free parameters is defined in terms of the M-splines Mi(x|k, t)
Ii(x|k,t)=
x | |
\int | |
L |
Mi(u|k,t)du,
where L is the lower limit of the domain of the splines.
Since M-splines are non-negative, I-splines are monotonically non-decreasing.
Let j be the index such that tj ≤ x < tj+1. Then Ii(x|k, t) is zero if i > j, and equals one if j - k + 1 > i. Otherwise,
Ii(x|k,t)=
j | |
\sum | |
m=i |
(tm+k+1-tm)Mm(x|k+1,t)/(k+1).
I-splines can be used as basis splines for regression analysis and data transformation when monotonicity is desired (constraining the regression coefficients to be non-negative for a non-decreasing fit, and non-positive for a non-increasing fit).