|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.tools.math.distribution.ContinuousDistribution
public abstract class ContinuousDistribution
The distribution for a continous variable.
| Constructor Summary | |
|---|---|
ContinuousDistribution()
|
|
| Method Summary | |
|---|---|
abstract double |
getLowerBound()
This method returns a lower bound of values. |
abstract double |
getProbability(double x)
This method returns the density of the given distribution at the specified value. |
abstract double |
getUpperBound()
This method returns an upper bound of possible values. |
boolean |
isContinuous()
|
boolean |
isDiscrete()
|
java.lang.String |
mapValue(double value)
this method should return a string representation of the given value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.rapidminer.tools.math.distribution.Distribution |
|---|
getAttributeName, getNumberOfParameters, getParameterName, getParameterValue, toString |
| Constructor Detail |
|---|
public ContinuousDistribution()
| Method Detail |
|---|
public final boolean isDiscrete()
isDiscrete in interface Distributionpublic final boolean isContinuous()
isContinuous in interface Distributionpublic abstract double getProbability(double x)
Distribution
getProbability in interface Distributionx - the value which density shall be returnedpublic abstract double getLowerBound()
public abstract double getUpperBound()
public java.lang.String mapValue(double value)
Distribution
mapValue in interface Distribution
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||