|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.mathematics.analysis.estimation.EstimatedParameter
org.jscience.mathematics.analysis.fitting.PolynomialCoefficient
public class PolynomialCoefficient
This class represents a polynomial coefficient.
Each coefficient is uniquely defined by its degree.
PolynomialFitter,
Serialized Form| Field Summary | |
|---|---|
int |
degree
|
| Fields inherited from class org.jscience.mathematics.analysis.estimation.EstimatedParameter |
|---|
estimate |
| Constructor Summary | |
|---|---|
PolynomialCoefficient(int degree)
|
|
| Method Summary |
|---|
| Methods inherited from class org.jscience.mathematics.analysis.estimation.EstimatedParameter |
|---|
getEstimate, getName, isBound, setBound, setEstimate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int degree
| Constructor Detail |
|---|
public PolynomialCoefficient(int degree)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||