ISOA stands for isoline area and BCEA stands for bivariate contour ellipse area.
example.m contains two examples using synthetic data, (I) normally distributed data, (2) non-normal data.
ComputeFixationStability.m takes eye/gaze position data and desired cumulative probability, and computes corresponding ISOA and BCEA values. It also computes preferred retinal locus (PRL) (although the term "retinal" can be debated if the data were obtained using a tracker without retinal imaging). PRL is computed in two ways: the location corresponding to the maximum probability density, or the mean eye/gaze position location.
kde2d_trimmed.m is a "hacked" version of kde2d.m by Zdravko Botev. "Hacking" was done by Bosco Tjan.