Class BetaDistribution


public class BetaDistribution 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="shape" type="{http://www.w3.org/2001/XMLSchema}double" />
       <attribute name="scale" type="{http://www.w3.org/2001/XMLSchema}double" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • shape

      protected Double shape
    • scale

      protected Double scale
  • Constructor Details

    • BetaDistribution

      public BetaDistribution()
  • Method Details

    • getShape

      public Double getShape()
      Gets the value of the shape property.
      Returns:
      possible object is Double
    • setShape

      public void setShape(Double value)
      Sets the value of the shape property.
      Parameters:
      value - allowed object is Double
    • getScale

      public Double getScale()
      Gets the value of the scale property.
      Returns:
      possible object is Double
    • setScale

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