Chart FX 7 for Java Server

com.softwarefx.chartfx.server.statistical
Class StudyLowess

java.lang.Object
  extended by com.softwarefx.chartfx.server.statistical.Study
      extended by com.softwarefx.chartfx.server.statistical.StudyInteractive
          extended by com.softwarefx.chartfx.server.statistical.StudyLine
              extended by com.softwarefx.chartfx.server.statistical.StudyFormula
                  extended by com.softwarefx.chartfx.server.statistical.StudyLowess
All Implemented Interfaces:
IStudy

public class StudyLowess
extends StudyFormula
implements IStudy

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

StudyLowess

public StudyLowess()
Method Detail

getResiduals

public double[][] getResiduals()

Gets the multi-dimensional array of residuals.

Remarks:
  • In statistical terms a residual is an observable estimate of the unobservable error.


  • getTension

    public double getTension()

    Gets the Tension. For more detail see setTension(double).


    getWeights

    public double[][] getWeights()

    Gets the multi-dimensional array of weights.

    Remarks:
  • This is a read-only property.


  • setTension

    public void setTension(double value)

    Sets the tension value of the study.

    Remarks:
  • This value must be between 0.0 and 1.0


  • http://www.softwarefx.com

    2008 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.