Skip to contents

Compute correlation between two Gazepoint signals

Usage

compute_gazepoint_signal_correlation(
  x,
  y,
  method = c("pearson", "spearman", "kendall"),
  lag_max = NULL
)

Arguments

x

First numeric signal.

y

Second numeric signal.

method

Correlation method.

lag_max

Optional maximum lag in samples for cross-correlation.

Value

Correlation summary.