PHP Class MathPHP\Probability\Distribution\Discrete\GeometricTest

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, float $cdf )
testPMF ( integer $k, float $p, float $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, float $cdf )
$k integer
$p float
$cdf float

testPMF() public méthode

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