PHP Class MathPHP\Statistics\RandomVariableTest

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

Méthodes publiques

Méthode Description
dataProviderForCentralMoment ( )
dataProviderForConfidenceInterval ( )
dataProviderForKurtosis ( )
dataProviderForPopulationSkewness ( )
dataProviderForSEK ( )
dataProviderForSES ( )
dataProviderForSampleSkewness ( )
dataProviderForSkewness ( )
dataProviderForStandardErrorOfTheMean ( )
dataProviderForSumOfSquares ( )
dataProviderForSumOfSquaresDeviations ( )
testCentralMoment ( array $X, $n, $moment )
testCentralMomentNullIfXEmpty ( )
testConfidenceInterval ( , $n, , $cl, array $ci )
testIsLeptokurtic ( )
testIsMesokurtic ( )
testIsPlatykurtic ( )
testKurtosis ( array $X, $kurtosis )
testKurtosisNullWhenEmptyArray ( )
testPopulationSkewness ( array $X, $skewness )
testPopulationSkewnessNullWhenEmptyArray ( )
testSEK ( integer $n, $sek )
testSES ( integer $n, $ses )
testSampleSkewness ( array $X, $skewness )
testSampleSkewnessNullWhenEmptyArray ( )
testSem ( array $X, float $sem )
testSkewness ( array $X, $skewness )
testSkewnessNullWhenEmptyArray ( )
testStandardErrorOfTheMean ( array $X, float $sem )
testSumOfSquares ( array $numbers, $sos )
testSumOfSquaresDeviations ( array $numbers, $sos )
testSumOfSquaresDeviationsNullWhenEmptyArray ( )
testSumOfSquaresNullWhenEmptyArray ( )

Method Details

dataProviderForCentralMoment() public méthode

dataProviderForConfidenceInterval() public méthode

dataProviderForKurtosis() public méthode

dataProviderForPopulationSkewness() public méthode

dataProviderForSEK() public méthode

public dataProviderForSEK ( )

dataProviderForSES() public méthode

public dataProviderForSES ( )

dataProviderForSampleSkewness() public méthode

dataProviderForSkewness() public méthode

dataProviderForStandardErrorOfTheMean() public méthode

dataProviderForSumOfSquares() public méthode

dataProviderForSumOfSquaresDeviations() public méthode

testCentralMoment() public méthode

public testCentralMoment ( array $X, $n, $moment )
$X array

testCentralMomentNullIfXEmpty() public méthode

testConfidenceInterval() public méthode

public testConfidenceInterval ( , $n, , $cl, array $ci )
$ci array

testIsLeptokurtic() public méthode

public testIsLeptokurtic ( )

testIsMesokurtic() public méthode

public testIsMesokurtic ( )

testIsPlatykurtic() public méthode

public testIsPlatykurtic ( )

testKurtosis() public méthode

public testKurtosis ( array $X, $kurtosis )
$X array

testKurtosisNullWhenEmptyArray() public méthode

testPopulationSkewness() public méthode

public testPopulationSkewness ( array $X, $skewness )
$X array

testPopulationSkewnessNullWhenEmptyArray() public méthode

testSEK() public méthode

public testSEK ( integer $n, $sek )
$n integer

testSES() public méthode

public testSES ( integer $n, $ses )
$n integer

testSampleSkewness() public méthode

public testSampleSkewness ( array $X, $skewness )
$X array

testSampleSkewnessNullWhenEmptyArray() public méthode

testSem() public méthode

public testSem ( array $X, float $sem )
$X array
$sem float

testSkewness() public méthode

public testSkewness ( array $X, $skewness )
$X array

testSkewnessNullWhenEmptyArray() public méthode

testStandardErrorOfTheMean() public méthode

public testStandardErrorOfTheMean ( array $X, float $sem )
$X array
$sem float

testSumOfSquares() public méthode

public testSumOfSquares ( array $numbers, $sos )
$numbers array

testSumOfSquaresDeviations() public méthode

public testSumOfSquaresDeviations ( array $numbers, $sos )
$numbers array

testSumOfSquaresDeviationsNullWhenEmptyArray() public méthode

testSumOfSquaresNullWhenEmptyArray() public méthode