You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I had a question about this line of code: t_i_k_minus_width. Should it be changed to t_i_k_minus_half_width instead? My reasoning is that, when computing the integral, we need to examine the range of [-H, +H]. Therefore, we should look for the next t_j_l value that occurs half the width before t_i_k.
The text was updated successfully, but these errors were encountered:
tick/lib/cpp/hawkes/inference/hawkes_cumulant.cpp
Line 29 in 4187902
Hello, I had a question about this line of code: t_i_k_minus_width. Should it be changed to t_i_k_minus_half_width instead? My reasoning is that, when computing the integral, we need to examine the range of [-H, +H]. Therefore, we should look for the next t_j_l value that occurs half the width before t_i_k.
The text was updated successfully, but these errors were encountered: