View source: R/ETDQualitizer.R
precision_using_moving_window | R Documentation |
Computes gaze precision using a moving window and selected metric.
precision_using_moving_window(
azi,
ele,
window_length,
metric,
aggregation_fun = median,
...
)
azi |
Azimuth values. |
ele |
Elevation values. |
window_length |
Window size in samples. |
metric |
Precision metric: |
aggregation_fun |
Function to aggregate precision values across the windows (default: |
... |
Additional arguments passed to metric function. |
Aggregated precision value.
precision_using_moving_window(rnorm(100), rnorm(100), 10, "STD")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.