Skip to contents

Prepare kernel arguments

Usage

kernel_args(args)

Arguments

args

A list of arguments. See *Details*.

Value

A list of arguments

Details

The following arguments are supported:

name

The kernel function. Currently, only "gaussian" is supported.

scale

The scale parameter. If NULL, a logarithmic grid search is used.

n_scale

The number of scale parameters to use if scale is NULL (default.)

rescale_boundary

Whether to resscale the kernel at the boundary (default: TRUE.)

...

Additional arguments. Currently ignored.

For the grid search, the range is defined to be \([L, U]\) where \(L\) is half the smallest gap in estimated time points and \(U\) is twice the range of estimated time points.