AudibleT 0.0.1
A real-time A/B/X audio testing tool for subjective assessment of various audio parameters, compatible for general purpose computer as well as embedded systems.
|
A graphical representation of a binomial and inverse binomial distribution based on session trials. More...
#include <BinomialGraph.h>
Public Member Functions | |
BinomialGraph (QWidget *parent=nullptr) | |
void | updateGraph (const QVector< SessionTrial > &trials) |
Update the graph with a new set of trials. | |
A graphical representation of a binomial and inverse binomial distribution based on session trials.
It inherits from QChartView and overrides some of its functionality. It also utilized for inverse binmomial distribution presentation of the session trials.
void BinomialGraph::updateGraph | ( | const QVector< SessionTrial > & | trials | ) |
Update the graph with a new set of trials.
This function updates the graph to reflect the distribution of the given trials.
trials | The new set of trials to represent in the graph. |