ZipfDistribution 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#
public ZipfDistribution(
	double s
)

Parameters

s  Double
The shape parameter of the distribution. Must be greater than 1.

Exceptions

ArgumentOutOfRangeExceptions is less than or equal to 1.

See Also