tempo_eval.p_score

tempo_eval.p_score(reference_tempo, estimated_tempo, tolerance=0.08)[source]

P-Score is the weighted average of two tempi values. The weighting is based on a salience value (part of the ground truth).

See also one_correct and both_correct.

Parameters
Returns

score \(\in [0,1]\)

Return type

float

See also