PHP Class MathPHP\Probability\Distribution\Table\TDistributionTest

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

Public Methods

Method Description
dataProviderForOneSidedAlpha ( )
dataProviderForOneSidedCL ( )
dataProviderForTwoSidedAlpha ( )
dataProviderForTwoSidedCL ( )
testGetOneSidedTValueFromAlpha ( string , string , $t )
testGetOneSidedTValueFromAlphaExceptionBadAlpha ( )
testGetOneSidedTValueFromAlphaExceptionBadDF ( )
testGetOneSidedTValueFromConfidenceLevel ( string , string $cl, $t )
testGetOneSidedTValueFromConfidenceLevelExceptionBadCL ( )
testGetOneSidedTValueFromConfidenceLevelExceptionBadDF ( )
testGetTwoSidedTValueFromAlpha ( string , string , $t )
testGetTwoSidedTValueFromAlphaExceptionBadAlpha ( )
testGetTwoSidedTValueFromAlphaExceptionBadDF ( )
testGetTwoSidedTValueFromConfidenceLevel ( string , string $cl, $t )
testGetTwoSidedTValueFromConfidenceLevelExceptionBadCL ( )
testGetTwoSidedTValueFromConfidenceLevelExceptionBadDF ( )

Method Details

dataProviderForOneSidedAlpha() public method

dataProviderForOneSidedCL() public method

dataProviderForTwoSidedAlpha() public method

dataProviderForTwoSidedCL() public method

testGetOneSidedTValueFromAlpha() public method

public testGetOneSidedTValueFromAlpha ( string , string , $t )
string
string

testGetOneSidedTValueFromAlphaExceptionBadAlpha() public method

testGetOneSidedTValueFromAlphaExceptionBadDF() public method

testGetOneSidedTValueFromConfidenceLevel() public method

testGetOneSidedTValueFromConfidenceLevelExceptionBadCL() public method

testGetOneSidedTValueFromConfidenceLevelExceptionBadDF() public method

testGetTwoSidedTValueFromAlpha() public method

public testGetTwoSidedTValueFromAlpha ( string , string , $t )
string
string

testGetTwoSidedTValueFromAlphaExceptionBadAlpha() public method

testGetTwoSidedTValueFromAlphaExceptionBadDF() public method

testGetTwoSidedTValueFromConfidenceLevel() public method

testGetTwoSidedTValueFromConfidenceLevelExceptionBadCL() public method

testGetTwoSidedTValueFromConfidenceLevelExceptionBadDF() public method