Learn R Programming

tempted (version 0.1.1)

bernoulli_kernel: 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)

Value

The calculated kernel between x and y.

Arguments

x, y

Two values between which the Bernoulli kernel is calculated.

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.