plot_kernel: Plot the shape of a kernel function implemented in FKSUM...

Description Usage Arguments References Examples

View source: R/fk_sum.R

Description

Plots the kernel function for a given set of beta coefficients. NB: coefficients will be normalised so that the kernel describes a probability density.

Usage

1

Arguments

beta

positive numeric vector of kernel coefficients.

type

(optional) plot type, as in base plot() function. The default is a line plot.

...

(optional) any additional arguments accepted by base plot() function.

References

Hofmeyr, D.P. (2021) "Fast exact evaluation of univariate kernel sums", IEEE Transactions on Pattern Analysis and Machine Intelligence, 43(2), 447-458.

Examples

1
2
3
4
5
6
7
### Plot order 4 smooth kernel

plot_kernel(1/factorial(0:4))

### Use a different line style

plot_kernel(1/factorial(0:4), lty = 2)

FKSUM documentation built on Jan. 27, 2022, 5:09 p.m.