|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.chart.util.Lowess
Lowess
Constructor Summary | |
Lowess(double[] xInput,
double[] yInput,
double bandwidthPct)
The constructor. |
Method Summary | |
double[] |
getXarray()
Returns the X array values. |
double[] |
getYEst()
Returns the Y estimation values. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Lowess(double[] xInput, double[] yInput, double bandwidthPct)
xInput
- yInput
- bandwidthPct
- Method Detail |
public double[] getXarray()
public double[] getYEst()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |