PHP Class MathPHP\Statistics\ANOVATest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: markrogoyski/math-php

Public Methods

Method Description
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 )

Method Details

dataProviderForOneWayAxiomsFiveSamples() public method

dataProviderForOneWayAxiomsThreeSamples() public method

dataProviderForOneWayWithFourSamples() public method

dataProviderForOneWayWithTreeSamples() public method

dataProviderForTwoWayThreeAs() public method

dataProviderForTwoWayTwoAs() public method

testOneWayAxiomsFiveSamples() public method

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

testOneWayAxiomsThreeSamples() public method

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

testOneWayExceptionDifferentSampleSizes() public method

testOneWayExceptionLessThanThreeSamples() public method

testOneWayWithFourSamples() public method

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

testOneWayWithThreeSamples() public method

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

testTwoWAyExceptionDifferentNumbersOfFactorBs() public method

testTwoWAyExceptionDifferentNumbersOfFactorElements() public method

testTwoWayExceptionLessThanTwoAs() public method

testTwoWayThreeAs() public method

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

testTwoWayTwoAs() public method

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