|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnumal.Polynomial
public class Polynomial
| Field Summary | |
|---|---|
double[] |
a
|
double |
chi2
|
double |
q
|
double[] |
sig
|
| Constructor Summary | |
|---|---|
Polynomial(double[] coeffs)
|
|
| Method Summary | |
|---|---|
double[] |
residuals(double[] x,
double[] yy)
|
double |
y(double x)
|
double[] |
y(double[] x)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double[] a
public double[] sig
public double chi2
public double q
| Constructor Detail |
|---|
public Polynomial(double[] coeffs)
| Method Detail |
|---|
public final double y(double x)
public final double[] y(double[] x)
public final double[] residuals(double[] x,
double[] yy)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||