PHP 클래스 MathPHP\Statistics\SignificanceTest

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

공개 메소드들

메소드 설명
dataProviderForChiSquaredTest ( )
dataProviderForSEM ( )
dataProviderForTScore ( )
dataProviderForTTestOneSample ( )
dataProviderForTTestTwoSample ( ) Used for calculating t and p values for test data: http://www.usablestats.com/calcs/2samplet&summary=1 http://www.socscistatistics.com/pvalues/tdistribution.aspx
dataProviderForZScore ( )
dataProviderForZScoreRaw ( )
dataProviderForZTestOneSample ( ) - https://www.easycalculation.com/statistics/p-value-for-z-score.php
testChiSquaredTest ( array $observed, array $expected, $χ², $p )
testChiSquaredTestExceptionCountsDiffer ( )
testSEM ( , integer $n, $sem )
testTScore ( $Hₐ, $s, $n, $H₀, $t )
testTTest ( $Hₐ, $s, $n, $H₀, array $ttest )
testZScore ( , , $M, $z )
testZScoreRaw ( , , $M, $z )
testZTestOneSample ( $Hₐ, $n, $H₀, , array $ztest )
testtTestTwoSample ( $μ₁, $μ₂, $n₁, $n₂, $σ₁, $σ₂, , array $ztest )

메소드 상세

dataProviderForChiSquaredTest() 공개 메소드

dataProviderForSEM() 공개 메소드

public dataProviderForSEM ( )

dataProviderForTScore() 공개 메소드

dataProviderForTTestOneSample() 공개 메소드

dataProviderForTTestTwoSample() 공개 메소드

Used for calculating t and p values for test data: http://www.usablestats.com/calcs/2samplet&summary=1 http://www.socscistatistics.com/pvalues/tdistribution.aspx

dataProviderForZScore() 공개 메소드

dataProviderForZScoreRaw() 공개 메소드

dataProviderForZTestOneSample() 공개 메소드

- https://www.easycalculation.com/statistics/p-value-for-z-score.php

testChiSquaredTest() 공개 메소드

public testChiSquaredTest ( array $observed, array $expected, $χ², $p )
$observed array
$expected array

testChiSquaredTestExceptionCountsDiffer() 공개 메소드

testSEM() 공개 메소드

public testSEM ( , integer $n, $sem )
$n integer

testTScore() 공개 메소드

public testTScore ( $Hₐ, $s, $n, $H₀, $t )

testTTest() 공개 메소드

public testTTest ( $Hₐ, $s, $n, $H₀, array $ttest )
$ttest array

testZScore() 공개 메소드

public testZScore ( , , $M, $z )

testZScoreRaw() 공개 메소드

public testZScoreRaw ( , , $M, $z )

testZTestOneSample() 공개 메소드

public testZTestOneSample ( $Hₐ, $n, $H₀, , array $ztest )
$ztest array

testtTestTwoSample() 공개 메소드

public testtTestTwoSample ( $μ₁, $μ₂, $n₁, $n₂, $σ₁, $σ₂, , array $ztest )
$ztest array