|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math3.distribution.RealDistributionAbstractTest
org.apache.commons.math3.distribution.LogNormalDistributionTest
public class LogNormalDistributionTest
Test cases for LogNormalDistribution. Extends
RealDistributionAbstractTest. See class javadoc of that class
for details.
| Constructor Summary | |
|---|---|
LogNormalDistributionTest()
|
|
| Method Summary | |
|---|---|
double[] |
makeCumulativeTestPoints()
Creates the default cumulative probability distribution test input values |
double[] |
makeCumulativeTestValues()
Creates the default cumulative probability density test expected values |
double[] |
makeDensityTestValues()
Creates the default probability density test expected values |
LogNormalDistribution |
makeDistribution()
Creates the default real distribution instance to use in tests. |
double[] |
makeInverseCumulativeTestPoints()
Creates the default inverse cumulative probability distribution test input values. |
double[] |
makeInverseCumulativeTestValues()
Creates the default inverse cumulative probability test expected values. |
void |
setUp()
Setup sets all test instance data to default values |
void |
testDensity()
|
void |
testExtremeValues()
Check to make sure top-coding of extreme values works correctly. |
void |
testGetScale()
|
void |
testGetShape()
|
void |
testInverseCumulativeProbabilityExtremes()
|
void |
testMeanVariance()
|
void |
testPreconditions()
|
void |
testQuantiles()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogNormalDistributionTest()
| Method Detail |
|---|
public LogNormalDistribution makeDistribution()
makeDistribution in class RealDistributionAbstractTestpublic double[] makeCumulativeTestPoints()
makeCumulativeTestPoints in class RealDistributionAbstractTestpublic double[] makeCumulativeTestValues()
makeCumulativeTestValues in class RealDistributionAbstractTestpublic double[] makeDensityTestValues()
makeDensityTestValues in class RealDistributionAbstractTestpublic double[] makeInverseCumulativeTestPoints()
makeInverseCumulativeTestPoints in class RealDistributionAbstractTestpublic double[] makeInverseCumulativeTestValues()
makeInverseCumulativeTestValues in class RealDistributionAbstractTestpublic void setUp()
RealDistributionAbstractTest
setUp in class RealDistributionAbstractTestpublic void testQuantiles()
public void testInverseCumulativeProbabilityExtremes()
public void testGetScale()
public void testGetShape()
public void testPreconditions()
public void testDensity()
public void testExtremeValues()
public void testMeanVariance()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||