Class PPDPQ

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IVXBPPDPQ, SXCMPPDPQ

public class PPDPQ extends PQ implements Serializable
Description of the class PPDPQ.
See Also:
  • Field Details

    • standardDeviation

      public PQ standardDeviation
      The primary measure of variance/uncertainty of the value (the square root of the sum of the squares of the differences between all data points and the mean). The standard deviation is used to normalize the data for computing the distribution function. Applications that cannot deal with probability distributions can still get an idea about the confidence level by looking at the standard deviation. .
    • distributionType

      public ProbabilityDistributionType distributionType
      A code specifying the type of probability distribution. Possible values are as shown in the attached table. The NULL value (unknown) for the type code indicates that the probability distribution type is unknown. In that case, the standard deviation has the meaning of an informal guess. .
  • Constructor Details

    • PPDPQ

      public PPDPQ()
  • Method Details

    • getStandardDeviation

      public PQ getStandardDeviation()
      Return standardDeviation.
      Returns:
      standardDeviation : The primary measure of variance/uncertainty of the value (the square root of the sum of the squares of the differences between all data points and the mean). The standard deviation is used to normalize the data for computing the distribution function. Applications that cannot deal with probability distributions can still get an idea about the confidence level by looking at the standard deviation.
    • setStandardDeviation

      public void setStandardDeviation(PQ standardDeviation)
      Set a value to attribute standardDeviation.
      Parameters:
      standardDeviation - : The primary measure of variance/uncertainty of the value (the square root of the sum of the squares of the differences between all data points and the mean). The standard deviation is used to normalize the data for computing the distribution function. Applications that cannot deal with probability distributions can still get an idea about the confidence level by looking at the standard deviation.
    • getDistributionType

      public ProbabilityDistributionType getDistributionType()
      Return distributionType.
      Returns:
      distributionType : A code specifying the type of probability distribution. Possible values are as shown in the attached table. The NULL value (unknown) for the type code indicates that the probability distribution type is unknown. In that case, the standard deviation has the meaning of an informal guess.
    • setDistributionType

      public void setDistributionType(ProbabilityDistributionType distributionType)
      Set a value to attribute distributionType.
      Parameters:
      distributionType - : A code specifying the type of probability distribution. Possible values are as shown in the attached table. The NULL value (unknown) for the type code indicates that the probability distribution type is unknown. In that case, the standard deviation has the meaning of an informal guess.
    • get_xmlNodePresentation

      public Node get_xmlNodePresentation()
      Overrides:
      get_xmlNodePresentation in class PQ
    • set_xmlNodePresentation

      public void set_xmlNodePresentation(Node _xmlNodePresentation)
      Overrides:
      set_xmlNodePresentation in class PQ
    • validateByModule

      public static void validateByModule(PPDPQ pPDPQ, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic)
      validate by a module of validation