PHP Class MathPHP\Probability\Distribution\Continuous\UniformTest

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

Public Methods

Method Description
dataProviderForCDF ( )
dataProviderForMean ( )
dataProviderForPDF ( )
testCDF ( $a, $b, $x, $cdf )
testMean ( $a, $b, )
testPDF ( $a, $b, $x, $pdf )

Method Details

dataProviderForCDF() public method

public dataProviderForCDF ( )

dataProviderForMean() public method

public dataProviderForMean ( )

dataProviderForPDF() public method

public dataProviderForPDF ( )

testCDF() public method

public testCDF ( $a, $b, $x, $cdf )

testMean() public method

public testMean ( $a, $b, )

testPDF() public method

public testPDF ( $a, $b, $x, $pdf )