std: Standard Deviation of Gaze Samples

View source: R/ETDQualitizer.R

stdR Documentation

Standard Deviation of Gaze Samples

Description

Computes standard deviation of azimuth and elevation.

Usage

std(azi, ele)

Arguments

azi

Azimuth values in degrees.

ele

Elevation values in degrees.

Value

A list with std, std_azi, and std_ele, the total STD of sample-to-sample distances and that of the azimuthal and elevation components (all in degrees).

Examples

std(c(1, 2, 3), c(1, 2, 3))

ETDQualitizer documentation built on Sept. 9, 2025, 5:40 p.m.