Skip to contents

inverse_heat_kernel

Usage

inverse_heat_kernel(x, sigma = 1)

Arguments

x

the distances

sigma

the bandwidth

Value

Numeric vector/matrix of inverse heat kernel values.

Examples

inverse_heat_kernel(c(1, 2), sigma = 1)
#> [1] 0.1353353 0.3678794