PHP Class MathPHP\Probability\Distribution\Table\ChiSquaredlTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: markrogoyski/math-php

Public Methods

Method Description
dataProviderForTable ( )
testChiSquaredException ( )
testChiSquaredValuesFromConstant ( integer $df, float $p, float $χ² )
testChiSquaredValuesFromFunction ( integer $df, float $p, float $χ² )

Method Details

dataProviderForTable() public method

testChiSquaredException() public method

testChiSquaredValuesFromConstant() public method

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

testChiSquaredValuesFromFunction() public method

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