Probabilities.ZipfCDFInv Method

Overload List

#SignatureDescription
1void ZipfCDFInv(TDenseMtxVec p, Double s, Int32 N, TDenseMtxVec Res)Zipf distribution PPF (vectorized).
2Double ZipfCDFInv(Double p, Double s, Int32 N)Zipf distribution point percent function (PPF).

Overload 1: void ZipfCDFInv(TDenseMtxVec p, Double s, Int32 N, TDenseMtxVec Res)

Zipf distribution PPF (vectorized).

#NameDescription
1pDefines distribution probabilities, real vector or matrix with values within closed interval [0,1].
2sDistribution parameter, real positive value.
3NDistribution parameter, positive integer.
4ResAfter calculation stores the PPF calculated from P,s and N. Length and Complex properties of Res are adjusted automatically to match Length and Complex properties of P.

Result: stored in self (calling object)

Overload 2: Double ZipfCDFInv(Double p, Double s, Int32 N)

Zipf distribution point percent function (PPF).

#NameDescription
1pProbability, real positive value on closed interval [0,1].
2sDistribution parameter, real positive value.
3NDistribution parameter, positive integer.

Returns: Double - Zipf distribution point percent function (PPF).

See Also: Probabilities.ZipfPDF, Probabilities.ZipfCDF