IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psLib/src/math/psStats.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2406   22 years gusciora
(edit) @2370   22 years gusciora
(edit) @2348   22 years evanalst Change normalize routine to be private.
(edit) @2344   22 years gusciora Fixed compilation error with the error code stuff.
(edit) @2343   22 years gusciora Added error codes, and corrected the return values in the polynomial …
(edit) @2342   22 years gusciora Added a few macros to declare and allocate static persistant polynomials.
(edit) @2341   22 years evanalst Fixed macro to allow file to compile.
(edit) @2340   22 years gusciora
(edit) @2339   22 years gusciora Adding further error checking code to psStats.c.
(edit) @2329   22 years gusciora Working with macros.
(edit) @2327   22 years gusciora Added full type support for vector bin dissect.
(edit) @2325   22 years gusciora Fixed compilation bugs.
(edit) @2324   22 years gusciora
(edit) @2273   22 years desonia changed the psError signature to match SDRS. Also made misc. cleanups …
(edit) @2269   22 years gusciora
(edit) @2268   22 years gusciora Code cleaning.
(edit) @2251   22 years gusciora Added return vales to the psRobustSTats() routine.
(edit) @2250   22 years gusciora Fixed the robust stats routines for stdev/mean. Fixed minimization …
(edit) @2228   22 years gusciora Modifying the minimization algorithms.
(edit) @2227   22 years gusciora
(edit) @2226   22 years gusciora
(edit) @2224   22 years gusciora Added parameter checking to psStats.c
(edit) @2221   22 years gusciora Parameter checking for the psCOord.c file.
(edit) @2220   22 years gusciora Added function parameter checking for psStats.c
(edit) @2217   22 years gusciora Added parameter checking to psFunctions.c
(edit) @2213   22 years gusciora I've been unifying the naming conventions for various macros that …
(edit) @2212   22 years gusciora I've been unifying the naming conventions for various macros that …
(edit) @2208   22 years gusciora added PS_CHECK_VECTOR_SIZE_EQUAL() macro
(edit) @2206   22 years gusciora
(edit) @2204   22 years desonia converted native C types to ps Types, where practical.
(edit) @2197   22 years gusciora
(edit) @2074   22 years desonia added test for psImageTrim.
(edit) @2058   22 years gusciora Added new members to psExposure.
(edit) @1964   22 years gusciora Improved the CHECK macros in psConstants.h.
(edit) @1963   22 years gusciora Added macros in psConstants.h to check for NULL and mis-typed vectors.
(edit) @1928   22 years evanalst Fixed psConvertToF32 and used inF32 as input vector for stats functions.
(edit) @1921   22 years gusciora Chebyshev polynomila fitting routines.
(edit) @1907   22 years gusciora
(edit) @1904   22 years desonia fixed problem of setting an int to NAN.
(edit) @1903   22 years gusciora No substantial mods here.
(edit) @1879   22 years gusciora psCOmments.h
(edit) @1846   22 years gusciora Added the spline generation.
(edit) @1838   22 years evanalst Changed the valid types to psS8 from psS32 and psU16 from psU32 as …
(edit) @1823   22 years gusciora Added vector bin disect table lookup type methods.
(edit) @1722   22 years gusciora
(edit) @1440   22 years desonia cleanup of some indent-induced madness.
(edit) @1407   22 years desonia another attempt to get astyle to get it right.
(edit) @1406   22 years desonia astyle fixed?
(edit) @1393   22 years desonia Misc. doxygen polishings.
(edit) @1385   22 years desonia found the server astyle upgrade was faulty, so the format was reset.
(edit) @1361   22 years gusciora
(edit) @1341   22 years evanalst Function name change. See task #772.
(edit) @1336   22 years evanalst Fix p_psConvertToF32 to handle case where already F32.
(edit) @1333   22 years gusciora
(edit) @1332   22 years gusciora
(edit) @1331   22 years gusciora
(edit) @1330   22 years gusciora
(edit) @1329   22 years gusciora
(edit) @1327   22 years evanalst Changed the data type Histogram member nums to be of type psU32 per SDR.
(edit) @1326   22 years evanalst Add check for bound array not F32 in psHistogramAllocGeneric function.
(edit) @1322   22 years evanalst Function psHistogramVector name changed to psVectorHistogram per SDR-02.
(edit) @1298   22 years gusciora
(edit) @1293   22 years gusciora
(edit) @1292   22 years desonia initial coding of psImageSlice and changed psImageRotate to be more …
(edit) @1284   22 years gusciora
(edit) @1282   22 years gusciora Where is psSort.h
(edit) @1281   22 years gusciora
(edit) @1280   22 years gusciora
(edit) @1279   22 years gusciora
(edit) @1277   22 years gusciora
(edit) @1233   22 years desonia Changed psSort and psSortIndex to psVectorSort and psVectorSortIndex …
(edit) @1073   22 years desonia Changed the means of deallocation of memory. ps_Alloc now registers …
(edit) @1071   22 years gusciora Coded recent ADD changes into the robust stats. Still waiting on …
(edit) @1057   22 years gusciora
(edit) @1026   22 years gusciora
(edit) @1022   22 years gusciora
(edit) @1020   22 years gusciora
(edit) @978   22 years desonia doxygen tweaks.
(edit) @893   22 years gusciora
(edit) @889   22 years gusciora Lots of bug fixes and such.
(edit) @831   22 years harman Changed psVector to be consistent with psImage
(edit) @797   22 years gusciora More mods to get in sync with the latest SDRS.
(edit) @796   22 years gusciora I made changes to reflect the new SDRS.
(edit) @729   22 years gusciora
(edit) @724   22 years desonia added a ifdef to use sqrt instead of sqrtf for OS/X machines.
(edit) @716   22 years desonia removed the use of psLib.h
(edit) @699   22 years gusciora
(edit) @683   22 years gusciora Adding the upper/lower quartile code.
(edit) @682   22 years gusciora Added Stdev calculation.
(edit) @679   22 years gusciora bug-fixing and sync with the new psVector structs.
(edit) @674   22 years gusciora Brought psStats.c up-to-date with the new psVector.
(edit) @660   22 years gusciora Added some tests and fixed some bugs in psArrayStats().
(edit) @659   22 years gusciora I removed the docs target from the install target, because it was …
(edit) @657   22 years gusciora I am trying to get our Makefiles to work correctly. In order to do …
(edit) @652   22 years gusciora Added the median calculation functions.
(edit) @643   22 years gusciora I put in my own code for the psVector functions, since this was not …
(edit) @642   22 years gusciora I removed psImage.o temporarily (since it was not compiling).
(add) @563   22 years gusciora First version of the basic stats routines.
Note: See TracRevisionLog for help on using the revision log.