PHP Class MathPHP\Probability\Distribution\Discrete\BernoulliTest

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

Méthodes publiques

Méthode Description
dataProviderForCDF ( )
dataProviderForPMF ( )
testCDF ( integer $k, float $p, $cdf )
testPFMIsBinomialWithNEqualsOne ( )
testPMF ( integer $k, float $p, $pmf )

Method Details

dataProviderForCDF() public méthode

public dataProviderForCDF ( )

dataProviderForPMF() public méthode

public dataProviderForPMF ( )

testCDF() public méthode

public testCDF ( integer $k, float $p, $cdf )
$k integer
$p float

testPFMIsBinomialWithNEqualsOne() public méthode

testPMF() public méthode

public testPMF ( integer $k, float $p, $pmf )
$k integer
$p float