| Package | Description |
|---|---|
| stella.math | |
| stella.sensor | |
| stella.util |
| Modifier and Type | Class and Description |
|---|---|
class |
LinearExtrapolation
Uses linear extrapolation to predict STELLA-sensor data.
|
class |
ParabolicExtrapolation
Uses parabolic extrapolation to predict STELLA-sensor data.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
ParabolicExtrapolation.StepTest.printSum(Extrapolation ext)
Print sums of data.
|
| Modifier and Type | Field and Description |
|---|---|
private List<Extrapolation> |
PredictiveSensor.extrapolate
The extrapolating algorithms to use.
|
| Modifier and Type | Method and Description |
|---|---|
List<Extrapolation> |
PredictiveSensor.getExtrapolation()
Returns the extrapolating instance used.
|
| Modifier and Type | Method and Description |
|---|---|
private double[] |
SensorTest.extrapolateOne(double[] indata,
int base,
Extrapolation ext,
int fut)
Applies extrapolation to the entire data set.
|