C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
PoissonDistribution.cs
Go to the documentation of this file.
1using System.Runtime.Serialization;
3
5{
8 {
11 [DataMember(Order = 20)]
12 [GreaterThan(0, canEqual: true)]
13 public double mean { get; set; }
14 }
15}
Abstract representation of a distribution, used for parametric loss sets.
Describes a Poisson Discrete Distribution.
double mean
The mean of the Poisson Distribution. Can be any real number greater than or equal to zero.
Represents any distribution that is discrete. With a discrete probability distribution,...