PHP Class MathPHP\Probability\Distribution\Continuous\StudentTTest

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

Public Methods

Method Description
dataProviderForCDF ( )
dataProviderForInverse ( )
dataProviderForMean ( )
dataProviderForPDF ( )
testCDF ( $t, , $cdf )
testInverse ( $p, , $x )
testMean ( , )
testMeanNAN ( )
testPDF ( $t, , $pdf )

Method Details

dataProviderForCDF() public method

public dataProviderForCDF ( )

dataProviderForInverse() public method

dataProviderForMean() public method

public dataProviderForMean ( )

dataProviderForPDF() public method

public dataProviderForPDF ( )

testCDF() public method

public testCDF ( $t, , $cdf )

testInverse() public method

public testInverse ( $p, , $x )

testMean() public method

public testMean ( , )

testMeanNAN() public method

public testMeanNAN ( )

testPDF() public method

public testPDF ( $t, , $pdf )