pyiqa.metrics.correlation_coefficient

Module Contents

pyiqa.metrics.correlation_coefficient.fit_curve(x, y, curve_type='logistic_4params')[source]

Fit the scale of predict scores to MOS scores using logistic regression suggested by VQEG.

The function with 4 params is more commonly used. The 5 params function takes from DBCNN:

pyiqa.metrics.correlation_coefficient.calculate_rmse(x, y, fit_scale=None, eps=1e-08)[source]
pyiqa.metrics.correlation_coefficient.calculate_plcc(x, y, fit_scale=None)[source]
pyiqa.metrics.correlation_coefficient.calculate_srcc(x, y)[source]
pyiqa.metrics.correlation_coefficient.calculate_krcc(x, y)[source]