com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class ProbabilityDistributionType

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.tasks.ProbabilityDistributionType


  • public final class ProbabilityDistributionType
    extends com.aspose.ms.System.Enum

    Specifies types of supported probability distributions.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Normal
      The distribution which is sometimes informally called the bell curve (Gaussian distribution).
      static int Uniform
      The distribution when every value is chosen with equal probability.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • Uniform

        public static final int Uniform

        The distribution when every value is chosen with equal probability.

        See Also:
        Constant Field Values
      • Normal

        public static final int Normal

        The distribution which is sometimes informally called the bell curve (Gaussian distribution).

        See Also:
        Constant Field Values