|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsources.Polynom
A class that represents a Polynom. Is used for Regression, but not supported in this version of VanGogh
Field Summary | |
double[] |
p
|
Constructor Summary | |
Polynom(double[] pi)
Creates new Polynom |
Method Summary | |
double |
getYVal(double x)
|
static Polynom |
interPol(ContinuousVariable x,
ContinuousVariable y,
int n)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public double[] p
Constructor Detail |
public Polynom(double[] pi)
Method Detail |
public double getYVal(double x)
public static Polynom interPol(ContinuousVariable x, ContinuousVariable y, int n)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |