Package | Description |
---|---|
jdistlib.math.spline |
Modifier and Type | Field and Description |
---|---|
SmoothSplineCriterion |
SmoothSplineResult.mCriterion |
Modifier and Type | Method and Description |
---|---|
static SmoothSplineCriterion |
SmoothSplineCriterion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SmoothSplineCriterion[] |
SmoothSplineCriterion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SmoothSplineResult |
SmoothSpline.fit(double[] x,
double[] y,
double[] weights,
SmoothSplineCriterion criterion,
double penalty,
double df) |
static SmoothSplineResult |
SmoothSpline.fit(double[] x,
double[] y,
double[] weights,
SmoothSplineCriterion criterion,
double penalty,
double df,
double smoothingParam)
Fit a smooth spline
|
static SmoothSplineResult |
SmoothSpline.fit(double[] x,
double[] y,
double[] weights,
SmoothSplineCriterion criterion,
double penalty,
double df,
double smoothingParam,
double smoothingParamLBound,
double smoothingParamUBound,
double tolerance,
int maxNumIterations)
Fit a smooth spline
|