powered by
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.
dfilter
BesselPolynomial(n, reverse = FALSE)
Returns the polynom's coefficients ordered increasing with the exponent, i.e. starting with the intercept, as for polyroot.
polyroot
order
whether to return the coefficients of a reverse Bessel Polynomial
dfilter, bessel, polyroot
bessel
# 15 x^3 + 15 x^2 + 6 x + 1 BesselPolynomial(3)
Run the code above in your browser using DataLab