View source: R/border_correction_sf.R
correction_factor_time | R Documentation |
Function to calculate the time extent correction factor in tnkde.
correction_factor_time(
events_time,
samples_time,
bws_time,
kernel_name,
time_limits = NULL
)
events_time |
A numeric vector representing when the events occurred |
samples_time |
A numeric vector representing when the densities will be sampled |
bws_time |
A numeric vector with the temporal bandwidths |
kernel_name |
The name of the kernel to use |
time_limits |
A vector with the upper and lower limit of the time period studied |
A numeric vector with the correction factor values for each event
#no example provided, this is an internal function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.