| Poisson Properties | 
The Poisson type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Entropy | 
            Entropy of the distribution.
            http://en.wikipedia.org/wiki/Information_entropy
            (Inherited from DUDistribution.) | 
|  | Kurtosis | 
            Excess Kurtosis of distribution.
            http://en.wikipedia.org/wiki/Excess_kurtosis
            (Overrides DUDistributionKurtosis.) | 
|  | Lambda | 
            Distribution parameter.
             | 
|  | Mean | 
            Mean of the distribution.
            http://en.wikipedia.org/wiki/Expected_value
            (Overrides DUDistributionMean.) | 
|  | Median | 
            Median of distribution.
            http://en.wikipedia.org/wiki/Median
            (Inherited from DUDistribution.) | 
|  | Mode | 
            Mode of distribution.
            http://en.wikipedia.org/wiki/Mode_(statistics)
            (Overrides DUDistributionMode.) | 
|  | Skewness | 
            Skewness of distribution.
            http://en.wikipedia.org/wiki/Skewness
            (Overrides DUDistributionSkewness.) | 
|  | StandardDeviation | 
            Standard deviation of the distribution.
            http://en.wikipedia.org/wiki/Standard_Deviation
            (Inherited from DUDistribution.) | 
|  | Variance | 
            Variance of the distribution.
            http://en.wikipedia.org/wiki/Variance
            (Overrides DUDistributionVariance.) | 
 See Also
See Also