docs
[pspp] / src / math /
2022-06-01 Ben Pfaffmode: New order statistic.
2022-06-01 Ben Pfaffmath: Make 'accumulate' a feature of order statistics...
2022-06-01 Ben Pfaffsubcase: Rename subcase_destroy() to subcase_uninit().
2022-06-01 Ben Pfaffmath: Coding style updates in some order-stat implement...
2022-06-01 Ben Pfaffmath: Improve comments.
2022-06-01 Ben Pfaffmath: Avoid unneeded extra allocations for fixed-size...
2021-12-31 Ben PfaffReplace more uses of 'cnt' by 'n'.
2021-12-31 Ben Pfaffmoments: Spell out "variance" ("var" is easily confused...
2021-12-30 Ben PfaffChange how checking for missing values works.
2021-12-09 Ben Pfafftreewide: Replace <name>_cnt by n_<name>s and <name...
2021-12-06 Ben Pfaffdistributions: New module for probability distribution...
2021-10-03 John DarringtonRemove some unnecessary gettext macro definitions
2021-10-02 John DarringtonUse XCALLOC / XZALLOC macros where reasonable
2021-10-02 John DarringtonReplace numerous instances of xzalloc with XZALLOC
2021-09-26 John DarringtonAvoid numerical problems with missing weights on non...
2021-09-25 John DarringtonRemove unused module src/math/extrema
2021-09-03 Ben PfaffMATRIX DATA: Fully implement.
2021-09-03 Ben Pfaffcase: Introduce new functions for numbers and substring...
2021-05-01 Ben Pfaffbox-whisker: Use consistent array size for box_whisker_...
2021-02-07 John Darringtonsrc/math/wilcoxon-sig.c (count_sums_to_W): Avoid use...
2021-01-07 Ben PfaffMake data input and output take a fmt_settings structure.
2020-12-26 John DarringtonFix compiler warning
2020-09-12 John DarringtonPercentiles: Remove unused static data
2020-06-27 John DarringtonReplace some calls to xcalloc with XCALLOC
2020-06-21 John DarringtonFixed some calls to xcalloc where the quantity and...
2020-06-07 John DarringtonWhitespace changes only.
2019-11-27 John DarringtonDelete trailing whitespace at line endings.
2019-07-21 Ben Pfaffcategoricals: Fix memory leak allocating long string...
2019-07-21 Ben Pfaffshapiro-wilk: Fix memory leak.
2019-05-21 John Darringtonsrc/math/levene.c: Fix crash resolving hmap collisions.
2019-05-21 John DarringtonAdd the WARN_UNUSED_RESULT attribute to all hash functions.
2019-05-04 John DarringtonEXAMINE: Implement the Shapiro-Wilk Test.
2019-01-13 Ben PfaffFix numerous memory leaks.
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.
2018-12-23 Ben Pfaffcategoricals: Convert tabs to spaces.
2018-12-23 Ben Pfaffcategoricals: Update style and modernize.
2018-12-23 Ben Pfaffcategoricals: Get rid of 'df_prod' array.
2018-12-23 Ben Pfaffcategoricals: Drop 'n_vals' member from struct variable...
2018-12-23 Ben Pfaffcategoricals: Add array of variable_nodes to reduce...
2018-12-23 Ben Pfaffcategoricals: Avoid setting value_node indexes multiple...
2018-12-23 Ben Pfaffcategoricals: Give "reverse" members more descriptive...
2018-12-23 Ben Pfaffcategoricals: Remove unused function categoricals_get_n...
2018-12-23 Ben Pfaffcategoricals: Don't warn on hash collisions.
2018-12-23 Ben Pfaffcategoricals: Improve comments.
2018-12-23 Ben Pfaffcategoricals: Remove 'dep_excl' parameter.
2018-12-23 Ben Pfaffinteraction: Better document and update code to modern...
2018-10-14 John DarringtonFix possible null pointer dereference in linreg_predict.
2017-08-31 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-08-20 Stefan WeilFix some typos (found by codespell)
2017-08-03 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-07-30 Ben Pfafflinreg: Comment out unused function to avoid compiler...
2017-07-29 John DarringtonLinreg.c: Remove QR decomposition optimisation.
2017-07-29 John Darringtonlinreg.c: Fix typo
2017-07-05 John DarringtonAdd copyright and licence notices to files which lack...
2017-05-18 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-05-12 John Darringtonsrc/math/linreg.c: Don't calculate the intercept for...
2017-05-12 John Darringtonsrc/math/linreg.c: Encapsulate this object better.
2017-05-12 John DarringtonREGRESSION: Implement /ORIGIN subcommand.
2017-05-04 John DarringtonNew function covariance_from_correlation
2017-04-22 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2016-04-07 John DarringtonMerge remote-tracking branch 'origin/master' into sheet
2016-03-27 John DarringtonFixed bug in EXAMINE where the parametric calculation...
2016-02-16 Friedrich Beckmannhistogram - added another upper bin to include cases...
2016-02-16 Friedrich BeckmannRevert "histogram - fixed missing cases which have...
2016-02-15 Friedrich Beckmannhistogram - changed bin range computation
2016-02-15 Friedrich Beckmannhistogram - fixed missing cases which have the maximum...
2016-01-26 John DarringtonGLM: Do not print the intercept if the model is unbalanced
2015-07-10 John DarringtonLinreg: Reduce scope of variables
2015-06-20 John DarringtonMerge remote-tracking branch 'origin/master' into gtk3
2015-06-17 John DarringtonCharts: internationalise representation of scientific...
2015-06-17 Friedrich Beckmanncharts: switched from bullet operator to multiplication...
2015-06-17 Friedrich Beckmanncharts: switched from bullet operator to multiplication...
2015-06-11 Friedrich Beckmannreplaced decimal module, xrchart_scale with autoformat...
2015-06-11 Friedrich Beckmanncharts: changed scientifc number display from e+6 type...
2015-06-07 Friedrich Beckmannreplaced decimal module, xrchart_scale with autoformat...
2015-06-04 Friedrich Beckmanncharts: changed scientifc number display from e+6 type...
2015-06-01 Friedrich Beckmannhistogram tick drawing - added format generation for...
2015-05-31 Friedrich Beckmannhistogram tick drawing - added format generation for...
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2015-02-07 John DarringtonAdded the /BARCHART option to CROSSTABS
2015-01-16 John DarringtonNew module to perform decimal floating point arithmetic...
2015-01-02 John DarringtonExamine: Change the positioning of the whiskers on...
2014-04-29 John DarringtonAdded result_class parameter to tab_double and updated...
2014-02-18 Ben PfaffFix printf() format specifiers.
2014-02-08 Ben PfaffRemove old changelogs from tree. 20140209030510/pspp 20140210030519/pspp
2014-02-04 Ben PfaffChange many %g format specifiers to %.*g with precision...
2013-12-23 Ben PfaffDistribute lots of files that had been missed.
2013-12-23 Ben Pfaffsrc/math/ts: Remove entire directory, which is unused.
2013-11-16 Ben PfaffMerge 'master' into 'gtk3'. 20131117032733/pspp 20131118033210/pspp 20131120033238/pspp 20131121033245/pspp 20131124032805/pspp 20131125033107/pspp 20131126032949/pspp 20131129032626/pspp 20131130032638/pspp 20131201033258/pspp 20131202032723/pspp 20131203033047/pspp 20131204033053/pspp 20131205033051/pspp 20131206033106/pspp 20131207033054/pspp 20131208033052/pspp 20131209033050/pspp 20131210033032/pspp 20131211033052/pspp 20131212033030/pspp 20131213033045/pspp 20131214033038/pspp 20131215033145/pspp 20131216033103/pspp 20131217033055/pspp 20131218033302/pspp 20131219033048/pspp 20131220033048/pspp 20131221033043/pspp 20131222033022/pspp 20131223033400/pspp 20131224033012/pspp 20131225033026/pspp 20131226033052/pspp 20131227033029/pspp 20131228033103/pspp 20131229033053/pspp 20131230033042/pspp 20131231033052/pspp 20140101033057/pspp 20140102033100/pspp 20140103033020/pspp 20140104033100/pspp 20140105033045/pspp 20140106033045/pspp 20140107033055/pspp 20140108033126/pspp 20140109033044/pspp 20140110033107/pspp 20140111033108/pspp 20140112033047/pspp 20140113033058/pspp 20140114033136/pspp 20140115033007/pspp 20140116033021/pspp 20140117033038/pspp 20140118033052/pspp 20140119032958/pspp 20140120033020/pspp 20140121032958/pspp 20140122033056/pspp 20140123033022/pspp 20140124033046/pspp 20140125033053/pspp 20140126033033/pspp 20140127033049/pspp 20140128033032/pspp 20140129033013/pspp 20140130033031/pspp 20140131033034/pspp 20140201033054/pspp 20140202033027/pspp 20140203033034/pspp 20140204033021/pspp 20140205033522/pspp 20140206033037/pspp 20140207033040/pspp 20140208033014/pspp 20140209033012/pspp 20140210033025/pspp 20140211030816/pspp 20140212033042/pspp 20140213033002/pspp 20140214030821/pspp 20140215033017/pspp 20140216033038/pspp 20140217033131/pspp 20140218033015/pspp 20140219033015/pspp 20140220033023/pspp 20140221033035/pspp 20140222033038/pspp 20140223033018/pspp 20140224033041/pspp 20140225033022/pspp 20140226033026/pspp 20140227033016/pspp 20140228032959/pspp 20140301032949/pspp 20140302033017/pspp 20140303032942/pspp 20140304033027/pspp 20140305032952/pspp 20140306033016/pspp 20140308033025/pspp
2013-11-01 John DarringtonCorrected various typos in printed strings and document... 20131102030509/pspp
2013-10-26 Ben PfaffMerge master into gtk3. 20131026032545/pspp 20131027032559/pspp 20131028032549/pspp 20131030030824/pspp 20131031032414/pspp 20131101032516/pspp 20131102032602/pspp 20131103032703/pspp 20131104032617/pspp 20131105032650/pspp 20131106032624/pspp 20131107032703/pspp 20131108032720/pspp 20131110032717/pspp 20131111032724/pspp 20131112032726/pspp 20131113032746/pspp 20131114032755/pspp 20131115032755/pspp 20131116032752/pspp
2013-07-09 John Darringtonconstness 20130710030503/pspp 20130711030502/pspp 20130712030502/pspp
2013-07-03 John DarringtonFixed incorrect behaviour of REGRESSION when multiple... 20130708030519/pspp 20130709030513/pspp
2013-06-29 John DarringtonPartial fix for regression vs. splits issue 20130629010504/pspp
2013-06-27 John Darringtonlinreg: Remove some unused features
2013-05-11 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-05-10 John DarringtonFix corner case in calculation of trimmed mean.
2013-05-07 Ben PfaffMerge 'psppsheet' into 'master'. 20130507010505/pspp
2013-04-28 John DarringtonMerge remote branch 'origin/master' into import-gui
next