PHP 클래스 MathPHP\Statistics\ANOVATest

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

공개 메소드들

메소드 설명
dataProviderForOneWayAxiomsFiveSamples ( )
dataProviderForOneWayAxiomsThreeSamples ( )
dataProviderForOneWayWithFourSamples ( )
dataProviderForOneWayWithTreeSamples ( )
dataProviderForTwoWayThreeAs ( )
dataProviderForTwoWayTwoAs ( )
testOneWayAxiomsFiveSamples ( array $sample1, array $sample2, array $sample3, array $sample4, array $sample5 )
testOneWayAxiomsThreeSamples ( array $sample1, array $sample2, array $sample3 )
testOneWayExceptionDifferentSampleSizes ( )
testOneWayExceptionLessThanThreeSamples ( )
testOneWayWithFourSamples ( array $sample1, array $sample2, array $sample3, array $sample4, array $expected )
testOneWayWithThreeSamples ( array $sample1, array $sample2, array $sample3, array $expected )
testTwoWAyExceptionDifferentNumbersOfFactorBs ( )
testTwoWAyExceptionDifferentNumbersOfFactorElements ( )
testTwoWayExceptionLessThanTwoAs ( )
testTwoWayThreeAs ( array $A₁, array $A₂, array $A₃, array $expected )
testTwoWayTwoAs ( array $A₁, array $A₂, array $expected )

메소드 상세

dataProviderForOneWayAxiomsFiveSamples() 공개 메소드

dataProviderForOneWayAxiomsThreeSamples() 공개 메소드

dataProviderForOneWayWithFourSamples() 공개 메소드

dataProviderForOneWayWithTreeSamples() 공개 메소드

dataProviderForTwoWayThreeAs() 공개 메소드

dataProviderForTwoWayTwoAs() 공개 메소드

testOneWayAxiomsFiveSamples() 공개 메소드

public testOneWayAxiomsFiveSamples ( array $sample1, array $sample2, array $sample3, array $sample4, array $sample5 )
$sample1 array
$sample2 array
$sample3 array
$sample4 array
$sample5 array

testOneWayAxiomsThreeSamples() 공개 메소드

public testOneWayAxiomsThreeSamples ( array $sample1, array $sample2, array $sample3 )
$sample1 array
$sample2 array
$sample3 array

testOneWayExceptionDifferentSampleSizes() 공개 메소드

testOneWayExceptionLessThanThreeSamples() 공개 메소드

testOneWayWithFourSamples() 공개 메소드

public testOneWayWithFourSamples ( array $sample1, array $sample2, array $sample3, array $sample4, array $expected )
$sample1 array
$sample2 array
$sample3 array
$sample4 array
$expected array

testOneWayWithThreeSamples() 공개 메소드

public testOneWayWithThreeSamples ( array $sample1, array $sample2, array $sample3, array $expected )
$sample1 array
$sample2 array
$sample3 array
$expected array

testTwoWAyExceptionDifferentNumbersOfFactorBs() 공개 메소드

testTwoWAyExceptionDifferentNumbersOfFactorElements() 공개 메소드

testTwoWayExceptionLessThanTwoAs() 공개 메소드

testTwoWayThreeAs() 공개 메소드

public testTwoWayThreeAs ( array $A₁, array $A₂, array $A₃, array $expected )
$A₁ array
$A₂ array
$A₃ array
$expected array

testTwoWayTwoAs() 공개 메소드

public testTwoWayTwoAs ( array $A₁, array $A₂, array $expected )
$A₁ array
$A₂ array
$expected array