|
Chart FX 7 for Java Server | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwarefx.chartfx.server.statistical.Study
com.softwarefx.chartfx.server.statistical.StudyInteractive
com.softwarefx.chartfx.server.statistical.StudyLine
com.softwarefx.chartfx.server.statistical.StudyFormula
com.softwarefx.chartfx.server.statistical.StudyLowess
public class StudyLowess
Provides access to the StudyLowess object.
This study determines a Best Fit Curve for the current data set.
Constructor Summary | |
---|---|
StudyLowess()
|
Method Summary | |
---|---|
double[][] |
getResiduals()
Gets the multi-dimensional array of residuals. |
double |
getTension()
Gets the Tension. |
double[][] |
getWeights()
Gets the multi-dimensional array of weights. |
void |
setTension(double value)
Sets the tension value of the study. |
Methods inherited from class com.softwarefx.chartfx.server.statistical.StudyFormula |
---|
getCurveMax, getCurveMin, getFormula, getSteps, getXMax, getXMin, isFillArea, isSpline, setFillArea, setFormula, setSpline, setSteps |
Methods inherited from class com.softwarefx.chartfx.server.statistical.StudyLine |
---|
getColor, getLine, getValue, isBehind, setBehind |
Methods inherited from class com.softwarefx.chartfx.server.statistical.StudyInteractive |
---|
getAxis, isInteractive, isVisible, setAxis, setInteractive, setVisible |
Methods inherited from class com.softwarefx.chartfx.server.statistical.Study |
---|
createStudy, createStudy, createStudy, createStudy, createStudy, getDecimals, getID, getText, getValue, isBold, isIndented, setBold, setDecimals, setIndented, setText, setValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.softwarefx.chartfx.server.statistical.IStudy |
---|
getColor, getText, getValue, isBold, isIndented, isInteractive, isVisible, setBold, setIndented, setVisible |
Constructor Detail |
---|
public StudyLowess()
Method Detail |
---|
public double[][] getResiduals()
Gets the multi-dimensional array of residuals.
In statistical terms a residual is an observable estimate of the unobservable error.
public double getTension()
Gets the Tension. For more detail see setTension(double)
.
public double[][] getWeights()
Gets the multi-dimensional array of weights.
This is a read-only property.
public void setTension(double value)
Sets the tension value of the study.
This value must be between 0.0 and 1.0
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |