|
|
|
@36290
|
13 years |
watersc1 |
This should resolve the issues with the fitted statistics. Briefly, …
|
|
|
|
@36238
|
13 years |
watersc1 |
Fix final error in fitted stats: Ensure that the binsize does not …
|
|
|
|
@36237
|
13 years |
watersc1 |
Free forgotten values in psMinimizePolyFit. Correct some errors in …
|
|
|
|
@36222
|
13 years |
watersc1 |
Partially corrected psStats code. psStats/robustMedian handles small …
|
|
|
|
@36121
|
13 years |
eugene |
fix boundaries on cumulative histogram; iterative clip uses 25 fixed …
|
|
|
|
@36114
|
13 years |
eugene |
use linear instead of quadratic fit for UQ and LQ as well (to avoid …
|
|
|
|
@36105
|
13 years |
watersc1 |
Fixes to robust median: -CDF should skip empty bins. -the median …
|
|
|
|
@34703
|
14 years |
bills |
Detect error conditions where the number of histogram bins calculated …
|
|
|
|
@31152
|
15 years |
eugene |
consolidate multiple FITTED stats; updates to psImageBackground based …
|
|
|
|
@30075
|
16 years |
eugene |
handle bad data case when (eg) almost all data points are in a single …
|
|
|
|
@28998
|
16 years |
eugene |
added pre-ffted kernel convolutions, changed minimization to accept …
|
|
|
|
@27334
|
16 years |
Paul Price |
Plug memory leak.
|
|
|
|
@26641
|
16 years |
eugene |
add additional checks for perverse data cases
|
|
|
|
@26615
|
17 years |
eugene |
handle situations where the data range is absurd due to a smallish …
|
|
|
|
@25884
|
17 years |
eugene |
change error to warning in robust stats
|
|
|
|
@24987
|
17 years |
Paul Price |
Check for dy = 0 when calculating dx/dy.
|
|
|
|
@24884
|
17 years |
eugene |
add test for zero-range vector in fitted stats v4; clean up exit for …
|
|
|
|
@24790
|
17 years |
eugene |
added COUNT_WARNING macro to limit the number of repeated warning messages
|
|
|
|
@24092
|
17 years |
eugene |
fitting the histogram value can result in ill-conditioned matrices; …
|
|
|
|
@23988
|
17 years |
eugene |
* converted a few critical traces to logs
* removed the excessive -- …
|
|
|
|
@23416
|
17 years |
eugene |
do not error on nan values in vector; just skip them
|
|
|
|
@23327
|
17 years |
eugene |
skip inf/nan in input vectors for sample mean, stdev
|
|
|
|
@21183
|
17 years |
eugene |
incorporating changes from 16bit mask upgrades (eam_branch_20081230)
|
|
|
|
@20515
|
18 years |
Paul Price |
Adding string.h (for strlen).
|
|
|
|
@20514
|
18 years |
Paul Price |
Catch !string.
|
|
|
|
@18876
|
18 years |
eugene |
added a tmpData and tmpMask element to psStats for multithreading …
|
|
|
|
@18493
|
18 years |
eugene |
added a comment
|
|
|
|
@18331
|
18 years |
eugene |
revert to 1.224 until PS_SELECT bug is fixed; (fixed return value)
|
|
|
|
@18312
|
18 years |
Paul Price |
Using a select instead of sort when calculating medians. Hopefully, …
|
|
|
|
@18155
|
18 years |
Paul Price |
Robust statistics should fall over gracefully when the iteration limit …
|
|
|
|
@17612
|
18 years |
eugene |
fixed error with cumulative histogram: values correspond to UPPER …
|
|
|
|
@17447
|
18 years |
jhoblitt |
convert assert() to psAssert()
|
|
|
|
@15840
|
19 years |
Paul Price |
Adding psStatsMeanOption and psStatsStdevOption
|
|
|
|
@15407
|
19 years |
Paul Price |
Free what we've allocated in the event of an error.
|
|
|
|
@15370
|
19 years |
Paul Price |
Cleaned up code. Some required code was hidden in !PS_NO_TRACE …
|
|
|
|
@15126
|
19 years |
eugene |
for Robust Stats:
- measure +/- 0.5, 1.0, 2.0 sigma fractions to …
|
|
|
|
@15048
|
19 years |
eugene |
limit histogram to 10k bins
|
|
|
|
@14931
|
19 years |
eugene |
added psStatsInit, FITTED_MEAN_V4, fixed out-of-range error in …
|
|
|
|
@14440
|
19 years |
Paul Price |
Was running mean when I meant stdev.
|
|
|
|
@14428
|
19 years |
Paul Price |
Adding higher-order moments (skewness and kurtosis).
|
|
|
|
@13991
|
19 years |
jhoblitt |
remove the usage of inline that conflicts with C99 semantics
|
|
|
|
@13647
|
19 years |
Paul Price |
Don't produce an error if an Inf/NaN value is masked --- it should be …
|
|
|
|
@13494
|
19 years |
Paul Price |
Make psStatsAlloc a macro, to deliver filename and line number …
|
|
|
|
@13418
|
19 years |
rhl |
Check for Inf/NaN when getting a vector's min/max
|
|
|
|
@12999
|
19 years |
magnier |
added assert to prevent runaway
|
|
|
|
@12700
|
19 years |
magnier |
error, not abort, on fitted_mean error condition
|
|
|
|
@12692
|
19 years |
Paul Price |
Fixing up warnings/errors.
|
|
|
|
@12691
|
19 years |
Paul Price |
Replacing log messages with warnings.
|
|
|
|
@12608
|
19 years |
magnier |
added 2 trace lines, changed BIN_FOR_VALUE calls to saturate on …
|
|
|
|
@12495
|
19 years |
Paul Price |
Avoiding warning due to "unused variable".
|
|
|
|
@12458
|
19 years |
magnier |
cleanup: moved tmp variables into PS_BIN_FOR_VALUE
|
|
|
|
@12437
|
19 years |
magnier |
added macros PS_BIN_FOR_VALUE and PS_BIN_INTERPOLATE to clean up …
|
|
|
|
@11760
|
19 years |
Paul Price |
Fixing compilation problems following change to histogram API.
|
|
|
|
@11686
|
19 years |
jhoblitt |
update psAbort() API:
add noreturn attribute
remove unneeded …
|
|
|
|
@11155
|
20 years |
magnier |
added FITTED_MEAN_V3: an asymmetric (top-heavy) population; better …
|
|
|
|
@10999
|
20 years |
jhoblitt |
consistently include config.h
|
|
|
|
@10848
|
20 years |
magnier |
changed return value for psVectorFit functions to bool; now using …
|
|
|
|
@10773
|
20 years |
magnier |
some notes
|
|
|
|
@10730
|
20 years |
magnier |
added missing result flags for robust stats
|
|
|
|
@10550
|
20 years |
magnier |
- moved psHistogram functions to psHistogram.c,h
(pslib_strict.h, …
|
|
|
|
@10475
|
20 years |
Paul Price |
Fixing memory leak when robust stats returns early due to error.
|
|
|
|
@10395
|
20 years |
magnier |
fitted Mean now respects the binsize option
|
|
|
|
@10274
|
20 years |
rhl |
1/ vectorFittedStats and vectorRobustStats don't own mask and …
|
|
|
|
@10173
|
20 years |
magnier |
several important changes:
- simplified code for sampleMean and MinMax …
|
|
|
|
@9982
|
20 years |
Paul Price |
Fixing bug in psVectorHistogram when input is not of type F32.
|
|
|
|
@9730
|
20 years |
Paul Price |
Following today's meeting, we agreed that psVectorAlloc (and therefore …
|
|
|
|
@9540
|
20 years |
Paul Price |
Fixing psTraceGetLevel to use same convention as for psTrace
|
|
|
|
@9538
|
20 years |
Paul Price |
Synchronising with SDRS, and cleaning up:
* Replaced is_psType() with …
|
|
|
|
@8627
|
20 years |
jhoblitt |
add gcc format attributes to:
psAbort()
psErrorStackPrint()
…
|
|
|
|
@8245
|
20 years |
jhoblitt |
normalize psTrace() facility names
|
|
|
|
@8232
|
20 years |
jhoblitt |
bug #790 - remove psErrorText.h and inline all error codes. all newly …
|
|
|
|
@7999
|
20 years |
Paul Price |
Replacing p_psGetStatValue with two functions: psStatsSingleOption …
|
|
|
|
@7991
|
20 years |
Paul Price |
Adding psStatsOptionFromString and psStatsOptionToString.
|
|
|
|
@7989
|
20 years |
Paul Price |
Adding psStatsFromString and psStatsToString.
|
|
|
|
@7986
|
20 years |
Paul Price |
Need to count the number of values.
|
|
|
|
@7914
|
20 years |
drobbin |
Added error handling to memory checking functions. Will hopefully …
|
|
|
|
@7870
|
20 years |
Paul Price |
Optimising code by removing unnecessary allocations, and dereferencing …
|
|
|
|
@7766
|
20 years |
Paul Price |
Moved PS_ASSERT functions into appropriate places. Created psAssert.h …
|
|
|
|
@7167
|
20 years |
Paul Price |
Don't bother checking values that have already been masked.
|
|
|
|
@7164
|
20 years |
Paul Price |
Calculate clippedNvalues.
|
|
|
|
@7139
|
20 years |
Paul Price |
Adding check for NAN data.
|
|
|
|
@7132
|
20 years |
Paul Price |
Cleaning up code in psStats.c and psMathUtils.[ch]
|
|
|
|
@7055
|
20 years |
drobbin |
Fixed memory leak and output errors associated with psImageSlice -> …
|
|
|
|
@6484
|
20 years |
drobbin |
Changed psArray & psVector to zero 'n' upon allocation. Used to set …
|
|
|
|
@6449
|
20 years |
drobbin |
Finished updating files affected by changing psArrayAlloc to set ->n=0.
|
|
|
|
@6437
|
20 years |
gusciora |
* empty log message *
|
|
|
|
@6322
|
20 years |
gusciora |
Misc code cleaning
|
|
|
|
@6315
|
20 years |
gusciora |
Cleaned and modified the robust stats.
|
|
|
|
@6305
|
20 years |
gusciora |
This file contains some of the generic math functions which
were …
|
|
|
|
@6270
|
20 years |
gusciora |
Fixed bug 674.
|
|
|
|
@6215
|
20 years |
gusciora |
Made the requested changes to the psStats structure and added the …
|
|
|
|
@6204
|
20 years |
gusciora |
Implemented the polynomial alloc argument changes.
|
|
|
|
@6193
|
20 years |
gusciora |
Several mods mostly to the psPolynomial fitting routines.
|
|
|
|
@6186
|
20 years |
gusciora |
Misc code cleaning
|
|
|
|
@6185
|
20 years |
gusciora |
psMinimize is now split into 3 files.
|
|
|
|
@6101
|
20 years |
gusciora |
Restructuring of the psMinimize.c file
psMinimizeLMM.c …
|
|
|
|
@5682
|
21 years |
gusciora |
The previous psCoord.c merge is not correct. Neither is this.
|
|
|
|
@5655
|
21 years |
gusciora |
.…
|
|
|
|
@5624
|
21 years |
desonia |
merged eam_r8.0_b2 into CVS trunk.
|
|
|
|
@5576
|
21 years |
gusciora |
.…
|
|
|
|