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.
Loading...
Searching...
No Matches
Public Member Functions | List of all members

A graphical representation of a binomial and inverse binomial distribution based on session trials. More...

#include <BinomialGraph.h>

Inheritance diagram for BinomialGraph:
Inheritance graph
[legend]
Collaboration diagram for BinomialGraph:
Collaboration graph
[legend]

Public Member Functions

 BinomialGraph (QWidget *parent=nullptr)
 
void updateGraph (const QVector< SessionTrial > &trials)
 Update the graph with a new set of trials.
 

Detailed Description

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.

Member Function Documentation

◆ updateGraph()

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.

Parameters
trialsThe new set of trials to represent in the graph.

The documentation for this class was generated from the following files: