power.coef.one: Gets coefficients of a power series..

Description Usage Arguments Value

View source: R/BD_calc_helpers.R

Description

Reads off coefficients of a power series.

Usage

1
2
power.coef.one(power.series, n = 1000, k, ...)
power.coef.many(power.series, n = 1024, ...)

Arguments

power.series

A function from C to C. Note that its single argument must be named "s". Should be a power series.

n

Parameter for numerical riemann integration or for FFT.

k

The coefficient to get.

...

Value

A Real number, the kth coefficient, for .one, or a vector of coefficients for .many.


DOBAD documentation built on May 2, 2019, 3:04 a.m.