makeparetokernel: function to make a Pareto kernel

View source: R/makeparetokernel.r

makeparetokernelR Documentation

function to make a Pareto kernel

Description

This function creates a Pareto kernel for use with kernelsmooth.

Usage

makeparetokernel(scale, shape, max.r = max.r, cellsize)

Arguments

scale, shape

These control the shape of the kernel. See dgpd in the texmex package.

max.r

The maximum radius for which which weights are calculated.

cellsize

The cellsize of the data to which the kernel will be applied.

Value

this function returns a square matrix where each cell contains a weight that is a Pareto function of the distance to the center of the kernel.

Author(s)

Ethan Plunkett

See Also

makegaussiankernel, A working example is in kernelsmooth


ethanplunkett/gridkernel documentation built on March 2, 2024, 9:06 p.m.