c++ k space-time function
c++ k and g space-time function
c++ k space-time function
k_nt_func_cpp(
dist_mat_net,
dist_mat_time,
start_net,
end_net,
step_net,
start_time,
end_time,
step_time,
Lt,
Tt,
n,
w
)k_g_nt_func_cpp2(
dist_mat_net,
dist_mat_time,
start_net,
end_net,
step_net,
start_time,
end_time,
step_time,
width_net,
width_time,
Lt,
Tt,
n,
wc,
wr,
cross = FALSE
)
k_nt_func_cpp2(
dist_mat_net,
dist_mat_time,
start_net,
end_net,
step_net,
start_time,
end_time,
step_time,
Lt,
Tt,
n,
wc,
wr,
cross = FALSE
)
A square matrix with the distances between points (network)
A square matrix with the distances between points (time)
A float, the start value for evaluating the k-function (network)
A float, the last value for evaluating the k-function (network)
A float, the jump between two evaluations of the k-function (network)
A float, the start value for evaluating the k-function (time)
A float, the last value for evaluating the k-function (time)
A float, the jump between two evaluations of the k-function (time)
The total length of the network
The total duration of study area
The number of points
The weight of the points (coincident points)
A float indicating the width of the donught of the g-function (network)
A float indicating the width of the donught of the g-function (time)
a boolean indicating of we are calculating a cross k or g function