Click or drag to resize

Zipf(Double, Int32) Constructor

Initializes a new instance of the Zipf class.

Namespace: Altaxo.Calc.Distributions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Zipf(
	double s,
	int n
)

Parameters

s  Double
The s parameter of the distribution.
n  Int32
The n parameter of the distribution.
See Also