Mouse Metrics¶
Clicks¶
From a dataset of mouse interaction points, there are several click-related metrics that can be computed to analyze user behavior and interaction patterns.
Common click metrics are:
Number of Clicks: This metric counts the total number of clicks recorded during a session. See the function implementation in
number_of_clicks().Click Slip: This metric measures the deviation of click positions from the intended targets, providing insights into user accuracy. See the function implementation in
click_slip().