PHP 클래스 MathPHP\Probability\Distribution\Continuous\FTest

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

공개 메소드들

메소드 설명
dataProviderForCDF ( )
dataProviderForMean ( )
dataProviderForPDF ( )
testCDF ( $x, $d1, $d2, $cdf )
testMean ( integer $d₁, integer $d₂, )
testMeanNAN ( )
testPDF ( $x, $d1, $d2, $pdf )

메소드 상세

dataProviderForCDF() 공개 메소드

public dataProviderForCDF ( )

dataProviderForMean() 공개 메소드

public dataProviderForMean ( )

dataProviderForPDF() 공개 메소드

public dataProviderForPDF ( )

testCDF() 공개 메소드

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

testMean() 공개 메소드

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

testMeanNAN() 공개 메소드

public testMeanNAN ( )

testPDF() 공개 메소드

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