bernoulli_kernel {tempted}R Documentation

Caculate the Bernoulli kernel

Description

This function is used to calculate the kernel matrix for the RKHS regression that iteratively updates the temporal loading function.

Usage

bernoulli_kernel(x, y)

Arguments

x, y

Two values between which the Bernoulli kernel is calculated.

Value

The calculated kernel between x and y.

References

Han, R., Shi, P. and Zhang, A.R. (2023) Guaranteed functional tensor singular value decomposition. Journal of the American Statistical Association, pp.1-13. doi: 10.1080/01621459.2022.2153689.


[Package tempted version 0.1.1 Index]