类 EnumeratedRealDistributionTest

java.lang.Object
org.hipparchus.distribution.continuous.EnumeratedRealDistributionTest

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

    • EnumeratedRealDistributionTest

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

    • testExceptions

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

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

      public void testDensity()
      测试分布是否返回正确的密度值。
    • testCumulativeProbability

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

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

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

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

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

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

      public void testIssue1065()
    • testCreateFromDoubles

      public void testCreateFromDoubles()
    • testGetPmf

      public void testGetPmf()