public final class StudyLowess extends StudyFormula
This study determines a Best Fit Curve for the current data set.
Constructor and Description |
---|
StudyLowess()
Constructs a newly allocated StudyLowess object
|
Modifier and Type | Method and Description |
---|---|
double[][] |
getResiduals()
Gets the multi-dimensional array of residuals.
|
double |
getTension()
Gets or sets the tension value of the study.
|
double[][] |
getWeights()
Gets the multi-dimensional array of weights.
|
void |
resetTension()
Set the property Tension to its default value.
|
void |
setTension(double value)
Gets or sets the tension value of the study.
|
getCurveMax, getCurveMin, getFormula, getSteps, getXMax, getXMin, isFillArea, isSpline, resetFillArea, resetSpline, resetSteps, setFillArea, setFormula, setSpline, setSteps
getColor, getLine, getValue, isBehind, resetBehind, setBehind
getAxis, isInteractive, isVisible, resetInteractive, resetVisible, setAxis, setInteractive, setVisible
createAnalysisMultiStudy, createAnalysisStudy, createDistributionFormulaStudy, createTestMultiStudy, createTestStudy, getDecimals, getID, getText, getValue, isBold, isIndented, resetBold, resetDecimals, resetIndented, resetText, setBold, setDecimals, setIndented, setText, setValue
public double[][] getResiduals()
public double getTension()
resetTension
public void setTension(double value)
value
- resetTension
public double[][] getWeights()
public void resetTension()
setTension
2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.