The main function to calculate discontinuous NKDE (ARMA and Integer matrix)
discontinuous_tnkde_cpp_arma(
neighbour_list,
events,
weights,
events_time,
samples,
samples_time,
bws_net,
bws_time,
kernel_name,
nodes,
line_list,
max_depth,
verbose,
div = "bw"
)
a List with two matrices: the kernel values (sum_k) and the number of events for each sample (n)
a list of the neighbours of each node
a numeric vector of the node id of each event
a numeric vector of the weight of each event
a numeric vector with the time for the events
a DataFrame of the samples (with spatial coordinates and belonging edge)
a NumericVector indicating when to do the samples
the network kernel bandwidths for each event
the name of the kernel function to use
a DataFrame representing the nodes of the graph (with spatial coordinates)
a DataFrame representing the lines of the graph
the maximum recursion depth (after which recursion is stopped)
a boolean indicating if the function must print its progress
a string indicating how to standardize the kernel values