Class PoissonDistribution


public class PoissonDistribution 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" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • mean

      protected Double mean
  • Constructor Details

    • PoissonDistribution

      public PoissonDistribution()
  • 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