|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectstella.math.Extrapolation
stella.math.ParabolicExtrapolation
public class ParabolicExtrapolation
Uses parabolic extrapolation to predict STELLA-sensor data.
| Nested Class Summary | |
|---|---|
static class |
ParabolicExtrapolation.StepTest
Test class for stepping forward and backward. |
| Field Summary | |
|---|---|
private static int |
DEGREE
The degree of the extrapolation polynom. |
| Fields inherited from class stella.math.Extrapolation |
|---|
extrapolate, sum, yk, yk2sum |
| Constructor Summary | |
|---|---|
ParabolicExtrapolation()
Constructs a new linear extrapolation object. |
|
ParabolicExtrapolation(double[] data)
Constructs a new linear extrapolation object. |
|
| Method Summary | |
|---|---|
protected Polynom |
calcPolynom()
Calculates the extrapolating polynom. |
double |
getChi2()
Calculates the discrepancy as the sum of the squared residuals. |
protected Polynom |
updatePolynom()
Calculates the extrapolating polynom assuming that all values and sums are in a coherent state. |
| Methods inherited from class stella.math.Extrapolation |
|---|
calcSum, getN, getPolynom, predict, setData, shiftBackward, shiftForward |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final int DEGREE
| Constructor Detail |
|---|
public ParabolicExtrapolation()
Extrapolation.setData(double[]) to
set the measurements.
public ParabolicExtrapolation(double[] data)
| Method Detail |
|---|
protected Polynom calcPolynom()
Extrapolation.calcSum(int) method of the abstract parent class is used.
calcPolynom in class Extrapolationprotected Polynom updatePolynom()
updatePolynom in class Extrapolationpublic double getChi2()
getChi2 in class Extrapolation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||