PHP Class MathPHP\Statistics\RandomVariableTest

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

Public Methods

Method 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 method

dataProviderForConfidenceInterval() public method

dataProviderForKurtosis() public method

dataProviderForPopulationSkewness() public method

dataProviderForSEK() public method

public dataProviderForSEK ( )

dataProviderForSES() public method

public dataProviderForSES ( )

dataProviderForSampleSkewness() public method

dataProviderForSkewness() public method

dataProviderForStandardErrorOfTheMean() public method

dataProviderForSumOfSquares() public method

dataProviderForSumOfSquaresDeviations() public method

testCentralMoment() public method

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

testCentralMomentNullIfXEmpty() public method

testConfidenceInterval() public method

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

testIsLeptokurtic() public method

public testIsLeptokurtic ( )

testIsMesokurtic() public method

public testIsMesokurtic ( )

testIsPlatykurtic() public method

public testIsPlatykurtic ( )

testKurtosis() public method

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

testKurtosisNullWhenEmptyArray() public method

testPopulationSkewness() public method

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

testPopulationSkewnessNullWhenEmptyArray() public method

testSEK() public method

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

testSES() public method

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

testSampleSkewness() public method

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

testSampleSkewnessNullWhenEmptyArray() public method

testSem() public method

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

testSkewness() public method

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

testSkewnessNullWhenEmptyArray() public method

testStandardErrorOfTheMean() public method

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

testSumOfSquares() public method

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

testSumOfSquaresDeviations() public method

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

testSumOfSquaresDeviationsNullWhenEmptyArray() public method

testSumOfSquaresNullWhenEmptyArray() public method