public class GamUtilsISplines
extends java.lang.Object
Constructor and Description |
---|
GamUtilsISplines() |
Modifier and Type | Method and Description |
---|---|
static double[] |
extractKnots(int index,
int order,
double[] knots)
This method is used to extract the knots over which a basis function is supposed to be non-zero.
|
static double[] |
fillKnots(double[] knots,
int m) |