PHP 클래스 MathPHP\Probability\Distribution\Table\ChiSquaredlTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: markrogoyski/math-php

공개 메소드들

메소드 설명
dataProviderForTable ( )
testChiSquaredException ( )
testChiSquaredValuesFromConstant ( integer $df, float $p, float $χ² )
testChiSquaredValuesFromFunction ( integer $df, float $p, float $χ² )

메소드 상세

dataProviderForTable() 공개 메소드

testChiSquaredException() 공개 메소드

testChiSquaredValuesFromConstant() 공개 메소드

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

testChiSquaredValuesFromFunction() 공개 메소드

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