summaryrefslogtreecommitdiffstats
path: root/tests/dataset_average_test.php
Commit message (Collapse)AuthorAgeFilesLines
* Added spacing according to coding standardsDerick Rethans2015-06-031-1/+1
|
* avoid float precision issueRemi Collet2015-06-031-1/+1
|
* Ensure correct locale in all testsKore Nordmann2013-12-211-2/+4
|
* - Updated: Moving copyright information to NOTICE files.Ole Marius Smestad2010-08-121-1/+0
|
* - Fixed: Adjusted source headers of Graph to Apache license.Tobias Schlitt2010-07-301-1/+18
|
* - s/2009/2010/gDerick Rethans2010-01-081-1/+1
|
* - s/2008/2009.Derick Rethans2009-02-231-1/+1
|
* - Fixed issue #12483: Average dataset does not work with a single value.Kore Nordmann2008-02-051-0/+31
|
* - Welcome to 2008.Derick Rethans2008-01-021-1/+1
|
* - Doc fixes.Tobias Schlitt2007-09-121-1/+1
|
* - Fixed issue #10246: sprintf output modification in PHP 5.2.1Kore Nordmann2007-03-011-0/+61
|
* - Fixed issue #9950: Improved ezcGraphPolynom::__toString method for moreKore Nordmann2007-01-241-7/+7
| | | | | | | exact output # Based on a patch by Matthew Carroll
* - Welcome to 2007.Derick Rethans2007-01-111-1/+1
|
* - Moced compare methods to ezcGraphTestCaseKore Nordmann2006-12-151-28/+3
|
* - CS change (automatic script)Derick Rethans2006-12-141-3/+3
|
* - Fixed: Bug #9588 (Wrong polynoms build from data)Kore Nordmann2006-11-301-0/+38
|
* - Throw ezcBaseValueExceptions instead of typecastingKore Nordmann2006-11-021-1/+61
| | | | | | | - Do range checks instead of converting numbers using min and max - Extended testcases to test for ezcBaseValueExceptions
* Subclassing PHPUnit_Framework_TestSuite is not the right way to customize ↵Sebastian Bergmann2006-10-051-1/+1
| | | | the output of the TextUI test runner.
* - Ensure proper polygon initializationKore Nordmann2006-09-241-0/+15
|
* - Added tests for dataset average resolutionKore Nordmann2006-09-211-0/+33
|
* - Fixed endless loop on string keys for datasets with average datasetKore Nordmann2006-09-181-0/+54
| | | | | | | - Added average dataset tests to test suite - Updated testfile because of SVG driver modifications
* Clean up setUp() and tearDown().Sebastian Bergmann2006-09-141-13/+2
|
* - Added test for constructor parameterKore Nordmann2006-09-071-0/+13
| | | | | | - Fixed documentation
* - Made maximum polynom order for average polynoms constructor parameterKore Nordmann2006-09-061-11/+4
|
* - Got average datasets workingKore Nordmann2006-09-061-0/+112
|
* - Fixed matrices to use parameter order <row>, <column>Kore Nordmann2006-08-171-0/+103
- Added dataset which builds polygon of defined order for set of points # Using least squares algorithm - Added method to solve a subset of nonlinear equatations to matrix class # Using Gauss-Newton algorithm
OpenPOWER on IntegriCloud