|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.sahits.math.StandardNormalDistribution
public class StandardNormalDistribution
This class implements the standard normal distribution:

| Constructor Summary | |
|---|---|
StandardNormalDistribution()
Default constructor for the default standard normal distribution with mean=0.0 and diviation=1.0 |
|
StandardNormalDistribution(double m,
double d)
Constructor that initializes a different mean and diviation |
|
| Method Summary | |
|---|---|
double |
f(double x)
Implement the function ![]() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StandardNormalDistribution()
public StandardNormalDistribution(double m,
double d)
m - meand - diviation| Method Detail |
|---|
public double f(double x)

f in interface IFunctionx - value
ch.sahits.civ.util.IFunction#f(double)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||