PHP Class MathPHP\Probability\Distribution\Continuous\FTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: markrogoyski/math-php

Méthodes publiques

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

Method Details

dataProviderForCDF() public méthode

public dataProviderForCDF ( )

dataProviderForMean() public méthode

public dataProviderForMean ( )

dataProviderForPDF() public méthode

public dataProviderForPDF ( )

testCDF() public méthode

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

testMean() public méthode

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

testMeanNAN() public méthode

public testMeanNAN ( )

testPDF() public méthode

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