|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.operator.learner.NormalDistribution
public class NormalDistribution
Normaldistribution is a distribution, calculating the probaility for a given value from an gaussian normal distribution.
Field Summary | |
---|---|
private double |
mean
|
private double |
scaleFactor
|
private double |
variance
|
Constructor Summary | |
---|---|
NormalDistribution(double mean,
double variance)
|
Method Summary | |
---|---|
double |
getProbability(double x)
This method returns the density of the given distribution at the specified value |
java.lang.String |
toString()
Should return an textual representation of the distribution. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private double mean
private double variance
private double scaleFactor
Constructor Detail |
---|
public NormalDistribution(double mean, double variance)
Method Detail |
---|
public double getProbability(double x)
Distribution
getProbability
in interface Distribution
x
- the value which density shall be returnedpublic java.lang.String toString()
Distribution
toString
in interface Distribution
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |