# Functions
OpenStudy opens a study from a database directory.
# Structs
AccuracyScore contains the accuracy for a metric when used to predict audible differences, and the threshold when that accuracy was achieved.
CorrelationScore contains the scorrelation score between two score types.
Distortion contains data for a distortion of a reference.
Reference contains data for a reference.
Study contains data from a study.
# Type aliases
AccuracyScores contains the accuracy scores for multiple score types.
CorrelationTable contains the pairwise correlations between a set of score types.
Measurement returns distance between sounds.
Row is a row of table data.
ScoreType represents a type of score, such as MOS or Zimtohrli.
ScoreTypes is a slice of ScoreType.
Table is table structured data that can render in straight columns in a terminal.