PHP 클래스 MathPHP\Probability\Distribution\Discrete\BinomialTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: markrogoyski/math-php

공개 메소드들

메소드 설명
dataProviderForCDF ( ) Data provider for cdf Data: [ n, r, p, cdf ]
dataProviderForPMF ( ) Data provider for binomial Data: [ n, r, p, binomial distribution ]
testCDF ( integer $n, integer $r, float $p, float $cdf )
testPMF ( integer $n, integer $r, float $p, float $pmf )

메소드 상세

dataProviderForCDF() 공개 메소드

Data provider for cdf Data: [ n, r, p, cdf ]
public dataProviderForCDF ( )

dataProviderForPMF() 공개 메소드

Data provider for binomial Data: [ n, r, p, binomial distribution ]
public dataProviderForPMF ( )

testCDF() 공개 메소드

public testCDF ( integer $n, integer $r, float $p, float $cdf )
$n integer
$r integer
$p float
$cdf float

testPMF() 공개 메소드

public testPMF ( integer $n, integer $r, float $p, float $pmf )
$n integer
$r integer
$p float
$pmf float