Class TruncatedNormalDistribution


public class TruncatedNormalDistribution extends DistributionParameter

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{http://www.bpsim.org/schemas/1.0}DistributionParameter">
       <attribute name="mean" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="standardDeviation" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="min" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="max" type="{http://www.w3.org/2001/XMLSchema}double" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • mean

      protected Double mean
    • standardDeviation

      protected Double standardDeviation
    • min

      protected Double min
    • max

      protected Double max
  • Constructor Details

    • TruncatedNormalDistribution

      public TruncatedNormalDistribution()
  • Method Details

    • getMean

      public Double getMean()
      Gets the value of the mean property.
      Returns:
      possible object is Double
    • setMean

      public void setMean(Double value)
      Sets the value of the mean property.
      Parameters:
      value - allowed object is Double
    • getStandardDeviation

      public Double getStandardDeviation()
      Gets the value of the standardDeviation property.
      Returns:
      possible object is Double
    • setStandardDeviation

      public void setStandardDeviation(Double value)
      Sets the value of the standardDeviation property.
      Parameters:
      value - allowed object is Double
    • getMin

      public Double getMin()
      Gets the value of the min property.
      Returns:
      possible object is Double
    • setMin

      public void setMin(Double value)
      Sets the value of the min property.
      Parameters:
      value - allowed object is Double
    • getMax

      public Double getMax()
      Gets the value of the max property.
      Returns:
      possible object is Double
    • setMax

      public void setMax(Double value)
      Sets the value of the max property.
      Parameters:
      value - allowed object is Double