Hawkes kernel defined by an arbitrary time function.
time_function : tick.base.TimeFunc
Time function defining the kernel.
t_values : np.ndarray shape=(n_points,)
time array used to build the time function. Might be given together with
y_valuesinstead oftime_function.
y_values : np.ndarray shape=(n_points,)
values array used to build the time function. Might be given together with
t_valuesinstead oftime_function.
tick.hawkes.HawkesKernelTimeFunc¶