SpectralEntropy
- class eyefeatures.features.measures.SpectralEntropy(x=None, y=None, aoi=None, pk=None, return_df=True, ignore_errors=False)[source]
Bases:
MeasureTransformerSpectral Entropy.
Measures the complexity of the fixation trajectory in the frequency domain using Power Spectral Density (PSD). It treats the scanpath coordinates as a signal. High spectral entropy implies a more random/complex signal (white noise), while low entropy implies a more periodic/predictable signal.