lexer: New functions for parsing real numbers in specified ranges.
[pspp] / src / language / stats / examine.c
2022-01-01 Ben Pfafflexer: New functions for parsing real numbers in specif...
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-10-02 John DarringtonUse XCALLOC / XZALLOC macros where reasonable
2021-09-03 Ben Pfaffcase: Introduce new functions for numbers and substring...
2021-03-22 Ben Pfafflexer: New function lex_force_int_range().
2021-01-11 Ben Pfaffoutput-item: Collapse the inheritance hierarchy into...
2020-12-21 Ben Pfaffpivot-table: Change the default format to omit empty...
2020-10-30 Ben Pfaffoutput: Break struct pivot_table_look out of struct...
2020-09-19 John DarringtonExamine Spreadlevel: Allow power to be non-integer
2020-06-07 John DarringtonWhitespace changes only.
2019-07-21 Ben PfaffEXAMINE: Fix leak in Shapiro-Wilk test.
2019-05-22 John Darringtonexamine.c: Add note to translators.
2019-05-10 John Darringtonsrc/language/stats/examine.c: Whitespace changes only.
2019-05-04 John DarringtonEXAMINE: Implement the Shapiro-Wilk Test.
2019-05-03 John DarringtonEXAMINE: Correct bug where /PLOT=ALL would not include...
2019-01-01 Ben Pfaffoutput: Introduce pivot tables.
2018-12-23 Ben Pfaffcategoricals: Remove 'dep_excl' parameter.
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-03-27 John DarringtonFix bug in EXAMINE when an invalid dependent variable...
2016-02-21 Ben PfaffFix several cases where lex_integer() or lex_number...
2016-02-21 Ben PfaffEXAMINE: Fix memory leak in box-whisker plots.
2016-01-13 John DarringtonEXAMINE: Extend test for empty dataset and fix bug.
2016-01-11 John DarringtonFixed some bugs related to empty parentheses
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2014-04-29 John DarringtonAdded result_class parameter to tab_double and updated...
2013-05-26 John DarringtonFixed memory leak in examine command
2013-05-07 Ben PfaffMerge 'psppsheet' into 'master'. 20130507010505/pspp
2013-04-28 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-24 John DarringtonFixed crash with EXAMINE vs. SPLIT
2013-04-07 John DarringtonRename some identifiers for consistency
2013-03-13 Ben PfaffMerge 'master' into 'psppsheet'.
2013-02-13 John DarringtonExamine vs. Boxplots: Avoid labels overlapping one... 20130214030508/pspp 20130215030508/pspp 20130216030504/pspp
2013-01-06 Ben PfaffMerge 'master' into 'psppsheet'. 20130107032118/pspp 20130108102621/pspp 20130109032153/pspp 20130110031120/pspp 20130110084546/pspp 20130111032139/pspp 20130111091005/pspp 20130112032108/pspp 20130113032104/pspp 20130114032646/pspp 20130115032143/pspp 20130116032122/pspp 20130117032107/pspp 20130118032127/pspp 20130119032130/pspp 20130120032138/pspp 20130121032753/pspp 20130122032130/pspp 20130123032123/pspp 20130124032128/pspp 20130125032106/pspp 20130126032059/pspp 20130127032105/pspp 20130128032115/pspp 20130129032053/pspp 20130130032109/pspp 20130131032120/pspp 20130201032127/pspp 20130202032121/pspp 20130203032041/pspp
2013-01-01 John DarringtonFix bug #37984 - EXAMINE extremes vs. fractional weights.
2012-11-12 Ben PfaffMerge 'master' into 'psppsheet'. 20121113032021/pspp 20121114032001/pspp 20121115031953/pspp 20121116032036/pspp 20121117032022/pspp 20121118032021/pspp 20121119031957/pspp 20121120031954/pspp 20121121031958/pspp 20121122032007/pspp 20121123032005/pspp 20121124032004/pspp 20121125032007/pspp 20121126032010/pspp 20121127031956/pspp 20121128032039/pspp 20121129032043/pspp 20121130032031/pspp
2012-10-28 John DarringtonMove function parse_design_interaction into variable...
2012-09-30 Ben PfaffMerge 'master' into 'psppsheet'.
2012-09-26 Ben PfaffEXAMINE: Avoid useless call to casereader_count_cases().
2012-08-19 Ben PfaffMerge 'master' into 'psppsheet'.
2012-08-12 John DarringtonFix memory leaks in ONEWAY command
2012-08-04 John Darringtoncategoricals.c (struct payload): Rename destroy to...
2012-08-03 John DarringtonMake categoricals own its interactions
2012-05-09 John DarringtonHISTOGRAMS: Fix bin width problems on large numbers... 20120510030503/pspp 20120511030508/pspp 20120512030503/pspp 20120513030508/pspp 20120514030504/pspp
2012-04-09 John DarringtonEXAMINE: Implement MISSING=REPORT option
2012-04-09 John Darringtoncategoricals.c: Distinguish between missing values...
2012-03-31 John DarringtonExamine: Added the /PLOT=SPREADLEVEL option
2012-03-31 John Darringtonexamine.c: Fix a seg fault which caused a crash when... 20120331030503/pspp
2012-03-26 John DarringtonExamine: Print extreme values using the print format...
2012-03-25 John DarringtonFix a crashes where histograms of a single datum were...
2012-03-24 John DarringtonFixed yet another problem caused by use of abs where...
2012-03-22 John DarringtonEXAMINE: Allow the /ID subcommand to take a non-numeric...
2012-03-20 John Darringtonhistogram.c: histogram_create now takes bin width inste...
2012-03-18 John DarringtonFix compiler warnings 20120318030502/pspp
2012-03-18 John DarringtonWhitespace changes only
2012-03-18 John Darringtonexamine.c: Rename xxx0 and xxx1 to something more sensible
2012-03-17 John DarringtonFix memory leaks in the new EXAMINE implementation.
2012-03-16 John DarringtonEXAMINE: Complete re-implementation 20120317030502/pspp