Chart FX 7 for Java Server

com.softwarefx.chartfx.server.statistical
Class StudyDistribution

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.StudyDistribution
All Implemented Interfaces:
IStudy

public class StudyDistribution
extends StudyFormula
implements IStudy

Provides access to the StudyDistribution object.

This class is specifically used to control attributes of studies that represent distributions. The supported members allow developers to configure how the study analyzes the data.

The class constructor allows the developer to specify a Distribution Formula.


Constructor Summary
StudyDistribution(DistributionFormula distribution)
           
 
Method Summary
 double evaluateDistribution(double x)
          Returns the calculated distribution value based on the parameter.
 double[] getCustomParams()
          Gets the CustomParams.
 double getFrom()
          Gets the From.
 void getRange(com.softwarefx.chartfx.server.statistical.StudyDistribution.GetRange_Double_r_Double_r _p_)
          Error: Member StudyDistribution.Range member not found
 double getTo()
          Gets the To.
 void setCustomParams(double[] value)
          Get or set a custom array of parameters.
 void setFrom(double value)
          Get or set the value where the distribution study begins.
 void setTo(double value)
          Sets the value where the distribution study ends.
 
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

StudyDistribution

public StudyDistribution(DistributionFormula distribution)
Method Detail

evaluateDistribution

public double evaluateDistribution(double x)

Returns the calculated distribution value based on the parameter.

Parameters:
x - Modifies the distribution calculation.

getCustomParams

public double[] getCustomParams()

Gets the CustomParams. For more detail see setCustomParams(double[]).


getFrom

public double getFrom()

Gets the From. For more detail see setFrom(double).


getRange

public void getRange(com.softwarefx.chartfx.server.statistical.StudyDistribution.GetRange_Double_r_Double_r _p_)

Error: Member StudyDistribution.Range member not found

ERROR: Doc member not found


getTo

public double getTo()

Gets the To. For more detail see setTo(double).


setCustomParams

public void setCustomParams(double[] value)

Get or set a custom array of parameters.


setFrom

public void setFrom(double value)

Get or set the value where the distribution study begins.

Remarks:
  • This value does not have to be less than the associated To value.


  • setTo

    public void setTo(double value)

    Sets the value where the distribution study ends.

    Remarks:
  • This value does not have to be greater than the From value.


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