public class PolynomialFit extends Object
| Constructor and Description |
|---|
PolynomialFit(int degree) |
| Modifier and Type | Method and Description |
|---|---|
static double |
extrapolate(double time,
double[] weights) |
void |
fit(double[] samplePoints,
double[] observations) |
double[] |
getCoef() |
static double |
rmse(double[] time,
double[] values,
double[] coef) |
Copyright © 2017. All rights reserved.