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.5
    C#
    
 
 
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
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. |