|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nist.microanalysis.Utility.PoissonDeviate
public class PoissonDeviate
Calculates a random deviate from the Poisson distribution with a specified mean.
Copyright: Pursuant to title 17 Section 105 of the United States Code this software is not subject to copyright protection and is in the public domain
Company: National Institute of Standards and Technology
| Constructor Summary | |
|---|---|
PoissonDeviate(long seed)
PoissonDeviate - Create a new instance of the PoissonDeviate class. |
|
| Method Summary | |
|---|---|
double |
randomDeviate(double mean)
randomDeviate - Calculate a random deviate taken from the Poisson distribution with the specified mean. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PoissonDeviate(long seed)
| Method Detail |
|---|
public double randomDeviate(double mean)
mean - double
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||