| esc_kernel_loo_nkde {spNetwork} | R Documentation | 
The worker function to calculate continuous TNKDE likelihood cv
Description
The worker function to calculate continuous TNKDE likelihood cv (INTERNAL)
Arguments
| kernel_func | a cpp pointer function (selected with the kernel name) | 
| edge_mat | matrix, to find the id of each edge given two neighbours. | 
| events | a NumericVector indicating the nodes in the graph being events | 
| neighbour_list | a List, giving for each node an IntegerVector with its neighbours | 
| v | the actual node to consider (int) | 
| bws_net | an arma::vec with the network bandwidths to consider | 
| line_weights | a vector with the length of the edges | 
| depth | the actual recursion depth | 
| max_depth | the maximum recursion depth | 
Value
a cube with the impact of the event v on each other events for each pair of bandwidths (cube(bws_net, bws_time, events))
[Package spNetwork version 0.4.4.3 Index]