gtdot: Generalized T Kernel (kernlab compatible)

Description Usage Arguments Value Examples

Description

This is an additional kernel function that can be used with kernlab functions. The generalized t kernel is defined as

\frac{1}{1 + ||x-y||^k}

, where k is the norm value.

Usage

1
gtdot(k = 3, sigma = 1)

Arguments

k

the value for the norm. defaults to 3.

sigma

the scale parameter

Value

a kernel class function

Examples

1
gtdot(4, 1)

abnormally-distributed/cvreg documentation built on May 3, 2020, 3:45 p.m.