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
tests
unit
TestBinomialHelper.h
1
#ifndef TESTBINOMIALHELPER_H
2
#define TESTBINOMIALHELPER_H
3
4
#include <QtTest>
5
6
#include "BinomialHelper.h"
7
8
class
TestBinomialHelper
:
public
QObject
9
{
10
Q_OBJECT
11
12
private
slots:
13
void
testLogFactorial();
14
void
testLogCombination();
15
void
testCombination();
16
void
testBinomialProbability();
17
void
testBinomialCDF();
18
void
testInverseBinomialCDF();
19
};
20
21
#endif
// TESTBINOMIALHELPER_H
TestBinomialHelper
Definition:
TestBinomialHelper.h:9
Generated by
1.9.6