wendland_basis: calculate the Wendland basis function

View source: R/wendland_basis.R

wendland_basisR Documentation

calculate the Wendland basis function

Description

calculate the Wendland basis function

Usage

wendland_basis(d, radius)

Arguments

d

The distance over which to calculate the Wendland basis

radius

The effective radius over which the Wendland basis is defined

Value

The output of the Wendland basis applied to the distance d for a given radius radius.

Examples

layout(matrix(1:2, 1, 2))
curve(wendland_basis(sqrt(x^2), radius = 1), from = -2, to = 2)
curve(wendland_basis(sqrt(x^2), radius = 2), from = -2, to = 2)


jtipton25/BayesMRA documentation built on Feb. 28, 2024, 1:27 p.m.