IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psLib/test/math

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10816   20 years gusciora First version of these in libTap format.
(edit) @10813   20 years gusciora First tap version of the histogram stuff.
(edit) @10774   20 years magnier further tests
(edit) @10740   20 years gusciora Fixed a couple of tests.
(edit) @10735   20 years gusciora This is my first attempt at converting an old test routine to the new …
(edit) @10605   20 years magnier added polynomial copy, recycle, derivative functions, derivative tests
(edit) @10597   20 years magnier adding polynomial derivatives tests
(edit) @10550   20 years magnier - moved psHistogram functions to psHistogram.c,h (pslib_strict.h, …
(edit) @10395   20 years magnier fitted Mean now respects the binsize option
(edit) @10384   20 years magnier added tests for specific failures of psStats fitted mean
(edit) @10309   20 years Paul Price Adding MD5 hash calculation
(edit) @10193   20 years magnier added tap output programs to .cvsignore
(edit) @10170   20 years magnier added test for non-normal matrix equation
(edit) @10166   20 years magnier added stats tests
(edit) @10016   20 years magnier added tap_psSparse
(edit) @10015   20 years magnier finished initial psSparse tests
(edit) @10010   20 years magnier added tap tests for psSparseBorder functions
(edit) @8958   20 years jhoblitt only use TESTS if BUILD_TESTS is set
(edit) @8841   20 years Paul Price Adding --enable-tests to configure script, to allow choice as to when …
(edit) @8810   20 years jhoblitt remove stderr/stdout files from the defunct test framework
(edit) @8718   20 years jhoblitt disable all non-tap tests and stop distributing "verified" directories
(edit) @7999   20 years Paul Price Replacing p_psGetStatValue with two functions: psStatsSingleOption …
(edit) @7998   20 years Paul Price Adding gmon.out to CLEANFILES
(edit) @7985   20 years Paul Price Adding output of coverage testing to CLEANFILES and .cvsignore
(edit) @7884   20 years jhoblitt link the test drivers against the libpslib.la libtool archive instead …
(edit) @7380   20 years Paul Price Merging the pslib "additional" functions from the modules into psLib …
(edit) @7210   20 years Paul Price Adding emacs temporary files to CLEANFILES
(edit) @7182   20 years drobbin fixed stdout so all machine outputs will match.
(edit) @7181   20 years drobbin Added verbose setting to test to turn off data values output. (causes …
(edit) @7180   20 years drobbin check in changes. Output is said to be verified by paul price. minor …
(edit) @7166   20 years Paul Price Adding reporting of how many values were clipped.
(edit) @7160   20 years Paul Price Increasing number of data points, using sigma instead of multiplier …
(edit) @7137   20 years Paul Price Increasing number of data values. Increasing background value (makes …
(edit) @7136   20 years Paul Price Increasing background value (it makes the test a bit harder to fail, …
(edit) @7131   20 years Paul Price Updating stats tests, following update to psStats.c
(edit) @7130   20 years Paul Price Better test for psMinimize --- fitting a Gaussian, and comparing …
(edit) @7118   20 years drobbin Updated outputting message in EOC. (Added VERBOSE option, set default …
(edit) @7111   20 years drobbin just text formatting.
(edit) @7110   20 years drobbin reset stderr. Warning messages missing from output, should be okay.
(edit) @7109   20 years drobbin Reset error outputs. (just a psWarning was removed at some point from …
(edit) @7106   20 years Paul Price Fixing number of data points
(edit) @7105   20 years Paul Price Fixing tests: standardised inputs, distributed inputs around [-1,1] so …
(edit) @7093   20 years Paul Price Adding core dumps to list of files to remove on 'make clean'
(edit) @7085   20 years drobbin edited stdout so the server output would match my machine's.
(edit) @6796   20 years desonia updated clean tag
(edit) @6527   20 years gusciora This merges in rel10_ifa. However, I changed the matrix solving …
(edit) @6484   20 years drobbin Changed psArray & psVector to zero 'n' upon allocation. Used to set …
(edit) @6449   20 years drobbin Finished updating files affected by changing psArrayAlloc to set ->n=0.
(edit) @6346   20 years gusciora .…
(edit) @6335   20 years gusciora .…
(edit) @6334   20 years gusciora .…
(edit) @6332   20 years desonia reduced the precision of printing of float values to mitigate machine …
(edit) @6326   20 years gusciora Cosmetic mods.…
(edit) @6323   20 years desonia added due to informational printout that included the word 'error'.
(edit) @6317   20 years gusciora I modified the psVectorStats behavior when called with bad params.
(edit) @6316   20 years gusciora Cleaned and modified the robust stats.
(edit) @6308   20 years gusciora .…
(edit) @6307   20 years gusciora This test was completely rewritten.
(edit) @6306   20 years gusciora .…
(edit) @6304   20 years gusciora .…
(edit) @6302   20 years gusciora .…
(edit) @6291   20 years gusciora .…
(edit) @6280   20 years gusciora .…
(edit) @6226   20 years gusciora I added tests for psImageSmooth, modified the psStats stuff and the …
(edit) @6216   20 years gusciora Moved some files around, changed the structure.
(edit) @6215   20 years gusciora Made the requested changes to the psStats structure and added the …
(edit) @6204   20 years gusciora Implemented the polynomial alloc argument changes.
(edit) @6203   20 years gusciora .…
(edit) @6202   20 years gusciora Unset trace levels
(edit) @6199   20 years gusciora .…
(edit) @6197   20 years gusciora .…
(edit) @6196   20 years gusciora .…
(edit) @6194   20 years gusciora This code is in tst_psPolynomial.c
(edit) @6193   20 years gusciora Several mods mostly to the psPolynomial fitting routines.
(edit) @6192   20 years gusciora These files are now obsolted by tst_psPolyFit2D.c
(edit) @6100   21 years gusciora .…
(edit) @6099   21 years gusciora Rewrite of the previous poly fitting tests. These are more complete, …
(edit) @5823   21 years gusciora I've incorporated the 4D polynomial fitting routines from EAM into the …
(edit) @5822   21 years gusciora More testing.
(edit) @5820   21 years gusciora .…
(edit) @5819   21 years gusciora The 3D fitting code should work, I have working tests for it. I had …
(edit) @5813   21 years gusciora Implemented the chi-squared algorithm for calculated Chebyshev poly …
(edit) @5647   21 years gusciora .…
(edit) @5639   21 years desonia adjustments relating to merging in eam_rel8_b2 branch.
(edit) @5546   21 years gusciora stdout/stderr data.
(edit) @5294   21 years gusciora Polynomial members are now nX, nY, nZ, nT.
(edit) @5218   21 years desonia added new test executable.
(edit) @5183   21 years gusciora .…
(edit) @5182   21 years gusciora .…
(edit) @5181   21 years gusciora Additional tests for psSPline
(edit) @5175   21 years gusciora I added EAM's new version of LM minimization.
(edit) @5155   21 years gusciora Incorporates new prototypes for the spline functions.
(edit) @5117   21 years gusciora Added moderate trace messages to psStats.c.
(edit) @5116   21 years gusciora Added additional psTrace messages to psStats.c.
(edit) @5113   21 years gusciora The purpose of this check-in is primarily to put the new robusts stats …
(edit) @5094   21 years gusciora Implementing psPoly nOrder/nTerm switch.
(edit) @5092   21 years gusciora Implementing the polynomial nTerm -> nOrder switch,
(edit) @5091   21 years gusciora Polynomial nOrder nTerm change.
(edit) @5090   21 years gusciora The nX terms for the polynomials now refer to the order, not the …
(edit) @5070   21 years drobbin Patched configure.ac, updated psTrace, fixed seg fault from psSpline …
Note: See TracRevisionLog for help on using the revision log.