PHP 클래스 MathPHP\Functions\SpecialTest

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

공개 메소드들

메소드 설명
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 )