|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math3.random.StableRandomGeneratorTest
public class StableRandomGeneratorTest
The class StableRandomGeneratorTest contains tests for the class
StableRandomGenerator
| Constructor Summary | |
|---|---|
StableRandomGeneratorTest()
|
|
| Method Summary | |
|---|---|
void |
testAlphaRangeAboveTwo()
|
void |
testAlphaRangeBelowZero()
Input parameter range tests |
void |
testBetaRangeAboveOne()
|
void |
testBetaRangeBelowMinusOne()
|
void |
testCauchyCase()
If alpha = 1, than it must be Cauchy distribution |
void |
testGaussianCase()
If alpha = 2, than it must be Gaussian distribution |
void |
testNextDouble()
Run the double nextDouble() method test Due to leptokurtic property the acceptance range is widened. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StableRandomGeneratorTest()
| Method Detail |
|---|
public void testNextDouble()
public void testGaussianCase()
public void testCauchyCase()
public void testAlphaRangeBelowZero()
public void testAlphaRangeAboveTwo()
public void testBetaRangeBelowMinusOne()
public void testBetaRangeAboveOne()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||