PHP Class MathPHP\Statistics\EffectSizeTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: markrogoyski/math-php

Méthodes publiques

Méthode Description
dataProviderForCohensD ( )
dataProviderForCohensF ( )
dataProviderForCohensQ ( )
dataProviderForEtaSquared ( )
dataProviderForGlassDelta ( )
dataProviderForHedgesG ( )
dataProviderForOmegaSquared ( )
dataProviderForPartialEtaSquared ( )
testCohensD ( $μ₁, $μ₂, $s₁, $s₂, $expected )
testCohensF ( $measure_of_variance_explained, $expected )
testCohensQ ( $r₁, $r₂, $expected )
testCohensQExceptionROutOfBounds ( )
testEtaSquared ( $SSt, $SST, $expected )
testGlassDelta ( $μ₁, $μ₂, $s₂, $expected )
testHedgesG ( $μ₁, $μ₂, $s₁, $s₂, $n₁, $n₂, $expected )
testOmegaSquared ( $SSt, $dft, $SST, $MSE, $expected )
testPartialEtaSquared ( $SSt, $SSE, $expected )

Method Details

dataProviderForCohensD() public méthode

dataProviderForCohensF() public méthode

dataProviderForCohensQ() public méthode

dataProviderForEtaSquared() public méthode

dataProviderForGlassDelta() public méthode

dataProviderForHedgesG() public méthode

dataProviderForOmegaSquared() public méthode

dataProviderForPartialEtaSquared() public méthode

testCohensD() public méthode

public testCohensD ( $μ₁, $μ₂, $s₁, $s₂, $expected )

testCohensF() public méthode

public testCohensF ( $measure_of_variance_explained, $expected )

testCohensQ() public méthode

public testCohensQ ( $r₁, $r₂, $expected )

testCohensQExceptionROutOfBounds() public méthode

testEtaSquared() public méthode

public testEtaSquared ( $SSt, $SST, $expected )

testGlassDelta() public méthode

public testGlassDelta ( $μ₁, $μ₂, $s₂, $expected )

testHedgesG() public méthode

public testHedgesG ( $μ₁, $μ₂, $s₁, $s₂, $n₁, $n₂, $expected )

testOmegaSquared() public méthode

public testOmegaSquared ( $SSt, $dft, $SST, $MSE, $expected )

testPartialEtaSquared() public méthode

public testPartialEtaSquared ( $SSt, $SSE, $expected )