Zipf Distribution Constructor
Constructs a new Zipf distribution with the specified shape parameter.
Definition
Namespace: Numerics.NET.Statistics.Distributions
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.3
public ZipfDistribution(
double s
)
Parameters
- s Double
- The shape parameter of the distribution. Must be greater than 1.
Exceptions
Argument | s is less than or equal to 1. |