math: Make 'accumulate' a feature of order statistics, not all stats.
[pspp] / src / language / stats /
2022-01-29 Ben Pfaffimplement MEDIAN (untested)
2022-01-29 Ben Pfaffsubcase: Rename subcase_destroy() to subcase_uninit().
2022-01-29 Ben PfaffMore tests for totals and subtotals, with fixes.
2022-01-29 Ben Pfaff2-d subtotals work
2022-01-29 Ben PfaffFix subtotal calculations.
2022-01-18 Ben PfaffSome basic tests.
2022-01-17 Ben PfaffA few basic tests pass.
2022-01-17 Ben Pfafffix one bug with clabels
2022-01-17 Ben Pfafffix parsing
2022-01-16 Ben Pfaffbasics work now
2022-01-16 Ben Pfaffnumbers back in tables
2022-01-16 Ben Pfaffwe don't really need two forks of the output code
2022-01-16 Ben Pfafflabeling, with clabels and slabels, all seems to work...
2022-01-16 Ben Pfaffbegin refactoring how to do grouping
2022-01-16 Ben Pfaffbetter comment
2022-01-16 Ben Pfaffmake rowlabels and collabels more regular
2022-01-15 Ben Pfaffcheck label positions for =OPPOSITE or =LAYER
2022-01-15 Ben Pfaffmove code around
2022-01-15 Ben Pfaffminor improvements and cleanups
2022-01-15 Ben PfaffStart work on slabels != summary_axis.
2022-01-15 Ben Pfaffmore debug prints
2022-01-15 Ben Pfaffmerging works
2022-01-15 Ben PfaffFix parsing totals.
2022-01-15 Ben PfaffMake all the spec_sets distinct.
2022-01-15 Ben Pfaffparallel members to arrays
2022-01-15 Ben Pfaffimprove naming
2022-01-15 Ben PfaffBreak ctables_cell_insert__() from ctables_cell_add__()
2022-01-15 Ben PfaffRename var_array to nest.
2022-01-15 Ben PfaffRename var_array2 to stack.
2022-01-15 Ben PfaffAllow totals to have different statistics
2022-01-13 Ben Pfaffwork on configurable summaries for totals
2022-01-13 Ben Pfaffsubtotal and hsubtotal work
2022-01-13 Ben Pfafftotals can go first as well as last
2022-01-13 Ben PfaffFix output to spv.
2022-01-13 Ben Pfaffnested totals
2022-01-13 Ben Pfaffsingle totals work
2022-01-13 Ben PfaffUnify categories as the "explicit" categories.
2022-01-13 Ben PfaffRename ctables_freq to ctables_cell.
2022-01-13 Ben Pfaffcategory sort implicitly
2022-01-13 Ben PfaffSorting categories by explicit values.
2022-01-13 Ben Pfaffcategory filtering works
2022-01-13 Ben Pfafftable sections exist
2022-01-13 Ben Pfaffdomains work
2022-01-13 Ben Pfaffsubtables work
2022-01-13 Ben PfaffCTABLES: Support setting the title, caption, ...
2022-01-13 Ben Pfaffpivot-table: New functions for setting captions, etc.
2022-01-13 Ben Pfaffscale variables work more sanely
2022-01-13 Ben Pfaffsummaries work
2022-01-13 Ben Pfaffdata filled in
2022-01-13 Ben Pfaffaxes marked properly
2022-01-13 Ben Pfafftoward better summaries
2022-01-13 Ben Pfaffdimensions work, except for sumamries
2022-01-13 Ben Pfaffwork
2022-01-13 Ben Pfafftrack axes
2022-01-13 Ben Pfaffsome summary functions work
2022-01-13 Ben Pfaffgive CTABLES its own freq structure
2022-01-13 Ben Pfaffvlabels works a little
2022-01-13 Ben Pfaffall but last category
2022-01-13 Ben PfaffSkipping missing values.
2022-01-13 Ben PfaffCTABLES basics work
2022-01-13 Ben Pfafffreqtabs are per-table
2022-01-13 Ben Pfaffsort the frequency tables
2022-01-13 Ben Pfaffnow builds frequency tables
2022-01-13 Ben Pfafffigure out frequency table structure
2022-01-13 Ben Pfaffmore work
2022-01-13 Ben Pfaffmore validation
2022-01-13 Ben Pfaffstart validating
2022-01-13 Ben Pfaffwork on CTABLES
2022-01-01 Ben Pfafflexer: New functions for parsing real numbers in specif...
2022-01-01 Ben PfaffFREQUENCIES: Fix percentiles and median calculation...
2022-01-01 Ben PfaffFREQUENCIES: Remove unused pool.
2022-01-01 Ben PfaffFREQUENCIES: Remove unused struct members.
2022-01-01 John DarringtonFixed misleading results in the Kruskal-Wallis test
2021-12-31 Ben PfaffReplace more uses of 'cnt' by 'n'.
2021-12-30 Ben PfaffChange how checking for missing values works.
2021-12-16 Ben Pfaffmatrix: Avoid gsl_linalg_LU_invx() because it was new...
2021-12-11 Ben PfaffClean up how transformations work.
2021-12-09 Ben Pfafftreewide: Replace <name>_cnt by n_<name>s and <name...
2021-12-09 Ben PfaffImplement the MATRIX command.
2021-10-02 John DarringtonFix compiler warning
2021-10-02 John DarringtonUse XCALLOC / XZALLOC macros where reasonable
2021-10-02 John DarringtonFix possible segfault when running RANK with bad syntax
2021-10-02 John DarringtonReplace numerous instances of xzalloc with XZALLOC
2021-09-27 Ben PfaffImplement the MCONVERT command.
2021-09-04 John DarringtonAdd some missing #include directives
2021-09-03 Ben PfaffMATRIX DATA: Fully implement.
2021-09-03 Ben Pfaffcase: Introduce new functions for numbers and substring...
2021-09-03 Ben PfaffRemove unneeded Emacs declarations that say that a...
2021-07-24 John DarringtonTolerate pathnames with spaces
2021-04-10 John Darringtonsrc/language/stats/crosstabs.c (display_risk): Avoid...
2021-04-04 John Darringtonsrc/language/stats/glm.c: Fix compiler warnings
2021-03-22 Ben Pfafflexer: New function lex_force_int_range().
2021-03-21 John DarringtonFix bug where attempting to rendering an empty bar...
2021-03-21 Ben PfaffCROSSTABS: Reimplement parser without q2c.
2021-03-08 Ben Pfaffformat: Reduce size of struct fmt_spec from 6 bytes...
2021-03-08 Ben Pfaffformat: Reduce size of struct fmt_spec from 12 bytes...
2021-02-07 John Darringtonsrc/language/stats/autorecode.c (cmd_autorecode): Remov...
2021-01-11 Ben Pfaffoutput-item: Collapse the inheritance hierarchy into...
2021-01-11 Ben Pfaffstr: Add function xstrdup_if_nonnull() and introduce...
2021-01-07 Ben PfaffMake data input and output take a fmt_settings structure.
next