类 EnumeratedIntegerDistributionTest

java.lang.Object
org.hipparchus.distribution.discrete.EnumeratedIntegerDistributionTest

public class EnumeratedIntegerDistributionTest extends Object
  • 构造器详细资料

    • EnumeratedIntegerDistributionTest

      public EnumeratedIntegerDistributionTest()
      创建用于测试的默认分布对象。
  • 方法详细资料

    • testExceptions

      public void testExceptions()
      测试EnumeratedIntegerDistribution构造函数是否对无效数据抛出异常。
    • testProbability

      public void testProbability()
      测试分布是否返回正确的概率值。
    • testCumulativeProbability

      public void testCumulativeProbability()
      测试分布是否返回正确的累积概率值。
    • testGetNumericalMean

      public void testGetNumericalMean()
      测试分布是否返回正确的均值。
    • testGetNumericalVariance

      public void testGetNumericalVariance()
      测试分布是否返回正确的方差。
    • testGetSupportLowerBound

      public void testGetSupportLowerBound()
      测试分布是否返回正确的下限。
    • testGetSupportUpperBound

      public void testGetSupportUpperBound()
      测试分布是否返回正确的上限。
    • testIsSupportConnected

      public void testIsSupportConnected()
      测试分布是否正确地返回支持是否连接。
    • testCreateFromIntegers

      public void testCreateFromIntegers()
    • testGetPmf

      public void testGetPmf()