compute_rbf_model: Computes the RBF Kernel

View source: R/simulated_data_generation.R

compute_rbf_modelR Documentation

Computes the RBF Kernel

Description

Computes the inverse quadratic distance between two vectors

Usage

compute_rbf_model(data, eta = 5, func)

Arguments

eta

(float) The varying shape parameter.

x

(vector) The first vector

y

(vector) The second vector

Value

rbf_final (list) : The rbf model values: rbf weights, input data, and interpolation function


lcrawlab/SINATRA documentation built on Sept. 13, 2023, 2 p.m.