|
Chart FX for Java 6.5 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object SoftwareFX.ChartFX.Statistical.Study SoftwareFX.ChartFX.Statistical.StudyInteractive SoftwareFX.ChartFX.Statistical.StudyLine SoftwareFX.ChartFX.Statistical.StudyFormula SoftwareFX.ChartFX.Statistical.StudyDistribution
public final class StudyDistribution
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(int 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. |
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)
Gets or sets the value where the distribution study ends. |
Methods inherited from class SoftwareFX.ChartFX.Statistical.StudyFormula |
---|
addFormulaListener, getCurveMax, getCurveMin, getFormulaListeners, getSteps, getXMax, getXMin, isFillArea, isSpline, removeFormulaListener, setFillArea, setSpline, setSteps |
Methods inherited from class SoftwareFX.ChartFX.Statistical.StudyLine |
---|
getLine, isBehind, setBehind |
Methods inherited from class SoftwareFX.ChartFX.Statistical.StudyInteractive |
---|
getAxis, isInteractive, isVisible, setAxis, setInteractive, setVisible |
Methods inherited from class SoftwareFX.ChartFX.Statistical.Study |
---|
createStudyAnalysis, createStudyAnalysisMulti, createStudyDistributionFormula, createStudyTest, createStudyTestMulti, 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 |
Constructor Detail |
---|
public StudyDistribution(int distribution)
Method Detail |
---|
public double evaluateDistribution(double x)
Returns the calculated distribution value based on the parameter.
x
- Modifies the distribution calculation.public double[] getCustomParams()
Gets the CustomParams. For more detail see setCustomParams(double[])
.
public double getFrom()
Gets the From. For more detail see setFrom(double)
.
public double getTo()
Gets the To. For more detail see setTo(double)
.
public void setCustomParams(double[] value)
Get or set a custom array of parameters.
public void setFrom(double value)
Get or set the value where the distribution study begins.
This value does not have to be less than the associated setTo(double)
value.
public void setTo(double value)
Gets or sets the value where the distribution study ends.
This value does not have to be greater than the setFrom(double)
value.
|
http://www.softwarefx.com | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |