Kernels#
Kernels are used to define trends in distribution parameters with regards to specific covariates. They can be as complex as necessary but we provide by default a set of common kernels that can be used directly or as a base for more complex ones.
Class
|
Represents a kernel function of one covariate with parameters. |
|
A kernel representing a constant value. |
Methods
|
Create a new instance of the kernel with the given covariate. |
Functions
|
Linear kernel function. |
|
Polynomial kernel function. |
|
Exponential kernel function. |
|
Exponential ratio kernel function. |
|
Trigonometric kernel function. |
|
Linear regression of the columns in the data. |
|
Exponential of a linear sum of the columns in the data. |
|
Polynomial regression in the columns of the data. |
|
Kernel for qualitative (categorical) data. |
|
Hawkes process with exponential kernel. |