IncrementalEntropy
- class eyefeatures.features.measures.IncrementalEntropy(x=None, y=None, aoi=None, pk=None, return_df=True, ignore_errors=False)[source]
Bases:
MeasureTransformerIncremental Entropy.
Measures the average entropy of the fixation distribution as it evolves over time. It calculates the Shannon entropy of the coordinate distribution at each step $i$ (using fixations $1$ to $i$) and then averages these values. This captures how the spatial distribution complexity changes as more of the visual stimulus is explored.