PHP Класс MathPHP\Functions\SpecialTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
dataProviderForBeta ( )
dataProviderForComplementaryErrorFunction ( )
dataProviderForConfluentHypergeometric ( )
dataProviderForErrorFunction ( )
dataProviderForGammaLanczos ( )
dataProviderForGammaStirling ( )
dataProviderForHypergeometric ( )
dataProviderForIncompleteBeta ( )
dataProviderForLogistic ( )
dataProviderForLowerIncompleteGamma ( )
dataProviderForRegularizedIncompleteBeta ( )
dataProviderForSignum ( )
dataProviderForSoftmax ( )
dataProviderForUpperIncompleteGamma ( )
testBeta ( $x, $y, float $beta )
testComplementaryErrorFunction ( $x, $error )
testConfluentHypergeometric ( $a, $b, $z, $expected )
testErf ( $x, $error )
testErfc ( $x, $error )
testErrorFunction ( $x, $error )
testGamma ( $z, )
testGammaLanczos ( $z, )
testGammaStirling ( $n, )
testGeneralizedHypergeometricExceptionParameterCount ( )
testHypergeometric ( $a, $b, $c, $z, $expected )
testHypergeometricExceptionNGreaterThanOne ( )
testIncompleteBeta ( $x, $a, $b, $ib )
testLogistic ( $x₀, $L, $k, $x, $logistic )
testLowerIncompleteGamma ( $s, $x, $lig )
testRegularizedIncompleteBeta ( $x, $a, $b, $rib )
testRegularizedIncompleteBetaExceptionALessThanZero ( )
testRegularizedIncompleteBetaExceptionXOutOfBounds ( )
testSgn ( $x, $sign )
testSigmoid ( ) Sigmoid is just a special case of the logistic function.
testSignum ( $x, $sign )
testSoftmax ( array $𝐳, array $expected )
testUppderIncompleteGammaExceptionSLessThanZero ( )
testUpperIncompleteGamma ( $s, $x, $uig )

Описание методов

dataProviderForBeta() публичный Метод

public dataProviderForBeta ( )

dataProviderForComplementaryErrorFunction() публичный Метод

dataProviderForConfluentHypergeometric() публичный Метод

dataProviderForErrorFunction() публичный Метод

dataProviderForGammaLanczos() публичный Метод

dataProviderForGammaStirling() публичный Метод

dataProviderForHypergeometric() публичный Метод

dataProviderForIncompleteBeta() публичный Метод

dataProviderForLogistic() публичный Метод

dataProviderForLowerIncompleteGamma() публичный Метод

dataProviderForRegularizedIncompleteBeta() публичный Метод

dataProviderForSignum() публичный Метод

dataProviderForSoftmax() публичный Метод

dataProviderForUpperIncompleteGamma() публичный Метод

testBeta() публичный Метод

public testBeta ( $x, $y, float $beta )
$beta float

testComplementaryErrorFunction() публичный Метод

public testComplementaryErrorFunction ( $x, $error )

testConfluentHypergeometric() публичный Метод

public testConfluentHypergeometric ( $a, $b, $z, $expected )

testErf() публичный Метод

public testErf ( $x, $error )

testErfc() публичный Метод

public testErfc ( $x, $error )

testErrorFunction() публичный Метод

public testErrorFunction ( $x, $error )

testGamma() публичный Метод

public testGamma ( $z, )

testGammaLanczos() публичный Метод

public testGammaLanczos ( $z, )

testGammaStirling() публичный Метод

public testGammaStirling ( $n, )

testGeneralizedHypergeometricExceptionParameterCount() публичный Метод

testHypergeometric() публичный Метод

public testHypergeometric ( $a, $b, $c, $z, $expected )

testHypergeometricExceptionNGreaterThanOne() публичный Метод

testIncompleteBeta() публичный Метод

public testIncompleteBeta ( $x, $a, $b, $ib )

testLogistic() публичный Метод

public testLogistic ( $x₀, $L, $k, $x, $logistic )

testLowerIncompleteGamma() публичный Метод

public testLowerIncompleteGamma ( $s, $x, $lig )

testRegularizedIncompleteBeta() публичный Метод

public testRegularizedIncompleteBeta ( $x, $a, $b, $rib )

testRegularizedIncompleteBetaExceptionALessThanZero() публичный Метод

testRegularizedIncompleteBetaExceptionXOutOfBounds() публичный Метод

testSgn() публичный Метод

public testSgn ( $x, $sign )

testSigmoid() публичный Метод

Sigmoid is just a special case of the logistic function.
public testSigmoid ( )

testSignum() публичный Метод

public testSignum ( $x, $sign )

testSoftmax() публичный Метод

public testSoftmax ( array $𝐳, array $expected )
$𝐳 array
$expected array

testUppderIncompleteGammaExceptionSLessThanZero() публичный Метод

testUpperIncompleteGamma() публичный Метод

public testUpperIncompleteGamma ( $s, $x, $uig )