Touchard polynomials {countDM} | R Documentation |
Touchard polynomials
Description
The function allows to compuate the Touchard polynomial. It is mathematically defined by
The first few Touchard polynomials are as follows:
Usage
TP (x, theta)
Arguments
x |
A vector of (non-negative integer) discrete values. |
theta |
A vector of (non-negative integer) values. |
Details
The function allows to provide the Touchard polynomials.
Value
TP gives the Touchard polynomials after specifying parameteric value.
Author(s)
Muhammad Imran and M.H. Tahir.
R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com and M.H. Tahir <mht@iub.edu.pk>.
References
Castellares, F., Lemonte, A. J., & Moreno–Arenas, G. (2020). On the two-parameter Bell–Touchard discrete distribution. Communications in Statistics-Theory and Methods, 49(19), 4834-4852.
Examples
TP (2,3)
[Package countDM version 0.1.0 Index]