PHP Class MathPHP\Probability\Distribution\Continuous\FTest

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

Public Methods

Method Description
dataProviderForCDF ( )
dataProviderForMean ( )
dataProviderForPDF ( )
testCDF ( $x, $d1, $d2, $cdf )
testMean ( integer $d₁, integer $d₂, )
testMeanNAN ( )
testPDF ( $x, $d1, $d2, $pdf )

Method Details

dataProviderForCDF() public method

public dataProviderForCDF ( )

dataProviderForMean() public method

public dataProviderForMean ( )

dataProviderForPDF() public method

public dataProviderForPDF ( )

testCDF() public method

public testCDF ( $x, $d1, $d2, $cdf )

testMean() public method

public testMean ( integer $d₁, integer $d₂, )
$d₁ integer
$d₂ integer

testMeanNAN() public method

public testMeanNAN ( )

testPDF() public method

public testPDF ( $x, $d1, $d2, $pdf )