Learn R Programming

stepR (version 2.1-10)

BesselPolynomial: Bessel Polynomials

Description

Recursively compute coefficients of Bessel Polynomials.

Deprecation warning: This function is a help function for the Bessel filters in dfilter and may be removed when dfilter will be removed.

Usage

BesselPolynomial(n, reverse = FALSE)

Value

Returns the polynom's coefficients ordered increasing with the exponent, i.e. starting with the intercept, as for polyroot.

Arguments

n

order

reverse

whether to return the coefficients of a reverse Bessel Polynomial

See Also

dfilter, bessel, polyroot

Examples

Run this code
# 15 x^3 + 15 x^2 + 6 x + 1
BesselPolynomial(3)

Run the code above in your browser using DataLab