|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmmc.MathModel
mmc.StandardNormal
public class StandardNormal
This class provides routines for evaluation of random numbers distributed normally.
| Field Summary | |
|---|---|
Interpolate |
J
|
boolean |
jt
|
| Fields inherited from class mmc.MathModel |
|---|
computerPrecision |
| Constructor Summary | |
|---|---|
StandardNormal()
initializes class with default settings |
|
StandardNormal(int romberg,
int maxSteps,
double precision)
initializes the class |
|
| Method Summary | |
|---|---|
double |
function(double x)
function describes standard normal distribution - interface to Integral |
double |
functionInt(double x)
1d parametrization - interface to Interpolate |
double |
sndpr(double x)
evaluates the integrated probability |
double |
sndrn(double x)
evaluates the standard normal random number |
double |
sndrn(double rnd,
double average,
double sigma,
double xmin,
double xmax,
boolean cutoff)
evaluates the standard normal random number |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Interpolate J
public boolean jt
| Constructor Detail |
|---|
public StandardNormal()
public StandardNormal(int romberg,
int maxSteps,
double precision)
| Method Detail |
|---|
public double sndpr(double x)
public double sndrn(double x)
public double sndrn(double rnd,
double average,
double sigma,
double xmin,
double xmax,
boolean cutoff)
public double function(double x)
function in interface FunctionOfxpublic double functionInt(double x)
functionInt in interface FunctionInt
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||