PHP Class MathPHP\Probability\Distribution\Table\ChiSquaredlTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: markrogoyski/math-php

Méthodes publiques

Méthode Description
dataProviderForTable ( )
testChiSquaredException ( )
testChiSquaredValuesFromConstant ( integer $df, float $p, float $χ² )
testChiSquaredValuesFromFunction ( integer $df, float $p, float $χ² )

Method Details

dataProviderForTable() public méthode

testChiSquaredException() public méthode

testChiSquaredValuesFromConstant() public méthode

public testChiSquaredValuesFromConstant ( integer $df, float $p, float $χ² )
$df integer
$p float
$χ² float

testChiSquaredValuesFromFunction() public méthode

public testChiSquaredValuesFromFunction ( integer $df, float $p, float $χ² )
$df integer
$p float
$χ² float