total_fixation_count#
- pymovements.measure.reading.total_fixation_count(fixations: DataFrame) DataFrame[source]#
Compute the total number of fixations on each word (TFC).
- Parameters:
fixations (pl.DataFrame) – Fixation table containing at least
trial,page, andword_idxcolumns.- Returns:
DataFrame with columns
trial,page,word_idx, andTFC.- Return type:
pl.DataFrame