projects
/
pspp
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Change terminology from "active file" to "active dataset".
[pspp]
/
src
/
language
/
stats
/
2011-03-20
Ben Pfaff
Change terminology from "active file" to "active dataset".
tree
|
commitdiff
2011-03-20
Ben Pfaff
dataset: Rename functions with "dataset_" prefix.
tree
|
commitdiff
2011-03-20
Ben Pfaff
Rename procedure.[ch] to dataset.[ch].
tree
|
commitdiff
2011-03-20
Ben Pfaff
lexer: Reimplement for better testability and internati...
tree
|
commitdiff
2011-03-20
Ben Pfaff
str: Rename ss_chomp() to ss_chomp_byte(), ds_chomp...
tree
|
commitdiff
2011-03-19
Ben Pfaff
Update all #include directives to the currently preferr...
tree
|
commitdiff
2011-03-12
Ben Pfaff
FREQUENCIES: Fix percentiles calculation.
20110312030504/pspp
20110313030503/pspp
20110314030506/pspp
20110315030503/pspp
20110316030502/pspp
20110317030504/pspp
20110318030507/pspp
20110319030507/pspp
tree
|
commitdiff
2011-03-11
Ben Pfaff
T-TEST: Fix use-after-free with TEMPORARY and independe...
20110311030503/pspp
tree
|
commitdiff
2011-02-19
Ben Pfaff
CROSSTABS: Eliminate redundant data copying.
tree
|
commitdiff
2011-02-05
Ben Pfaff
REGRESSION: Eliminate restriction to VAR_NAME_LEN in...
tree
|
commitdiff
2011-02-05
Ben Pfaff
FLIP: Eliminate false dependency on VAR_NAME_LEN.
tree
|
commitdiff
2011-02-05
Ben Pfaff
DESCRIPTIVES: Eliminate main restriction on Z-score...
tree
|
commitdiff
2010-12-21
Ben Pfaff
NPAR TESTS: Fix two test failures.
139/pspp
140/pspp
141/pspp
142/pspp
143/pspp
144/pspp
145/pspp
146/pspp
147/pspp
148/pspp
149/pspp
150/pspp
20101221030505/pspp
20101222030509/pspp
20101223030504/pspp
20101224030508/pspp
20101225030503/pspp
20101226030509/pspp
20101227030502/pspp
20101228030501/pspp
20101229030502/pspp
20101230030502/pspp
20101231030502/pspp
20110101030503/pspp
tree
|
commitdiff
2010-12-21
Ben Pfaff
NPAR TESTS: Fix "NPAR TESTS BINOMIAL, P = 0.5; N1/N2...
tree
|
commitdiff
2010-12-12
Ben Pfaff
AGGREGATE: Align arg_func_tab[] in columns.
tree
|
commitdiff
2010-12-12
Ben Pfaff
NPAR TESTS: Prefer lex_match_id() over lex_match_hyphen...
tree
|
commitdiff
2010-12-12
Ben Pfaff
categoricals: Make parameter to categoricals_done(...
tree
|
commitdiff
2010-12-12
Ben Pfaff
covariance: Fix const-ness of covariance_calculate...
tree
|
commitdiff
2010-12-12
Ben Pfaff
ONEWAY: Fix warning for passing "const" pointer as...
tree
|
commitdiff
2010-12-12
Ben Pfaff
mann-whitney: Suppress GCC warning about unused parameter.
tree
|
commitdiff
2010-12-12
Ben Pfaff
friedman: Fix GCC warning about uninitialized fr.w.
tree
|
commitdiff
2010-11-20
Ben Pfaff
lexer: Change the functions for retrieving token strings.
111/pspp
112/pspp
113/pspp
114/pspp
115/pspp
116/pspp
120/pspp
121/pspp
122/pspp
20101122030502/pspp
20101123030502/pspp
20101124030502/pspp
20101125030504/pspp
20101126030502/pspp
20101127030503/pspp
20101202030501/pspp
20101203030504/pspp
20101204030504/pspp
tree
|
commitdiff
2010-11-19
Ben Pfaff
lexer: New type enum token_type.
tree
|
commitdiff
2010-11-17
Jason H Stover
Fixed degrees of freed in t-stat for intercept
tree
|
commitdiff
2010-10-31
Ben Pfaff
Stop building src/language/stats/glm.c for now.
20101101040501/pspp
20101102040502/pspp
tree
|
commitdiff
2010-10-30
John Darrington
NPAR: Implemented the /KENDALL subcommand.
tree
|
commitdiff
2010-10-28
John Darrington
Added implementation for the Cochran Q test
tree
|
commitdiff
2010-10-26
John Darrington
Mann-Whitney: Use value names in rank table.
tree
|
commitdiff
2010-10-26
Ben Pfaff
CROSSTABS: Handle case where all cases in a crosstabula...
tree
|
commitdiff
2010-10-25
John Darrington
Mann-Whitney: Change the rank sum used for Wilcoxon W
tree
|
commitdiff
2010-10-25
John Darrington
First attempt at Mann-Whitney U test.
tree
|
commitdiff
2010-10-25
John Darrington
CROSSTABS: (Re)implemented the format=DVALUE option.
tree
|
commitdiff
2010-10-25
John Darrington
Remove various duplicated #include directives
tree
|
commitdiff
2010-10-25
John Darrington
Use sort instead of qsort thus avoiding compiler warning
tree
|
commitdiff
2010-10-23
John Darrington
Properly handle weights in Friedman test
20101023040501/pspp
tree
|
commitdiff
2010-10-23
John Darrington
Add test for friedman test and fix problem with missing...
tree
|
commitdiff
2010-10-23
John Darrington
remove unused variable
tree
|
commitdiff
2010-10-23
John Darrington
fix memory leak
tree
|
commitdiff
2010-10-23
John Darrington
First attempt at the Friedman test
tree
|
commitdiff
2010-10-23
John Darrington
Whitespace changes only
tree
|
commitdiff
2010-10-23
John Darrington
Remove redundant whitespace
tree
|
commitdiff
2010-10-21
John Darrington
Fix memory deallocation bug
20101022040501/pspp
tree
|
commitdiff
2010-10-21
John Darrington
Implemented the /RUNS subcommand for NPAR TESTS.
tree
|
commitdiff
2010-10-17
John Darrington
Fix typos in printed strings
tree
|
commitdiff
2010-10-17
John Darrington
Fix test failures on T-TEST command.
tree
|
commitdiff
2010-10-17
John Darrington
Re-implemented the levene calculation
tree
|
commitdiff
2010-10-17
John Darrington
Fixed bug in oneway /descriptives subcommand vs. weights.
tree
|
commitdiff
2010-10-16
John Darrington
Include hash-functions.h instead of hash.h
20101016040502/pspp
tree
|
commitdiff
2010-10-16
John Darrington
NPAR: use hmapx instead of hash.h
tree
|
commitdiff
2010-10-13
John Darrington
Add some comments where needed
tree
|
commitdiff
2010-10-13
John Darrington
Avoid compiler warnings
tree
|
commitdiff
2010-10-12
John Darrington
Fix memory leaks in Kruskal-Wallis test
tree
|
commitdiff
2010-10-11
John Darrington
Initial implementation of the Kruskal-Wallis test.
tree
|
commitdiff
2010-10-11
John Darrington
Use cast macros
tree
|
commitdiff
2010-10-11
John Darrington
Remove some duplicated #includes
tree
|
commitdiff
2010-10-11
John Darrington
NPAR TESTS: Implement parser for kruskal wallis test
tree
|
commitdiff
2010-10-11
John Darrington
NPAR TESTS: Add framework for n sample independent...
tree
|
commitdiff
2010-10-11
John Darrington
NPAR TESTS: reformat and use cast macros
tree
|
commitdiff
2010-10-09
John Darrington
Eleminate unnecessary variables
tree
|
commitdiff
2010-10-09
John Darrington
Change identifiers for consistency with other commands
tree
|
commitdiff
2010-10-09
John Darrington
Consolidate translatable strings
tree
|
commitdiff
2010-10-09
John Darrington
Replace npar.q with npar.c
tree
|
commitdiff
2010-10-04
John Darrington
Fix bug in autorecode - strings vs. /group
tree
|
commitdiff
2010-10-03
John Darrington
Consolidate translatable strings
tree
|
commitdiff
2010-10-03
John Darrington
Fix memory leaks in ROC command
tree
|
commitdiff
2010-09-29
John Darrington
Replace glm with a new implementation.
tree
|
commitdiff
2010-09-24
Ben Pfaff
data-in: Get rid of first_column, last_column arguments.
20100925040502/pspp
tree
|
commitdiff
2010-09-24
Ben Pfaff
data-in: Make data_in() parameters more uniform.
tree
|
commitdiff
2010-09-24
Ben Pfaff
data-in: Eliminate "implied_decimals" parameter from...
tree
|
commitdiff
2010-09-24
Ben Pfaff
lexer: Use lex_is_string() more consistently.
tree
|
commitdiff
2010-09-24
Ben Pfaff
Make translation easier.
tree
|
commitdiff
2010-09-24
Ben Pfaff
AGGREGATE: Simplify code.
tree
|
commitdiff
2010-09-19
John Darrington
Const casts.
tree
|
commitdiff
2010-09-18
John Darrington
FLIP: Don't change new variables to upper case.
tree
|
commitdiff
2010-09-18
Ben Pfaff
ONEWAY: Fix declaration-after-statement warning.
tree
|
commitdiff
2010-09-11
John Darrington
Autorecode: /GROUP vs. heterogenous strings.
tree
|
commitdiff
2010-09-09
John Darrington
Autorecode: Add the /GROUP subcommand
20100910040502/pspp
tree
|
commitdiff
2010-09-05
John Darrington
Autorecode: Add value labels indicating the source...
20100906040502/pspp
tree
|
commitdiff
2010-08-24
John Darrington
Oneway: Fixed most compiler warnings
tree
|
commitdiff
2010-08-24
John Darrington
Oneway: Fix problems with MISSING=ANALYSIS
tree
|
commitdiff
2010-08-24
John Darrington
Categoricals: Use moments instead of keeping cc count...
tree
|
commitdiff
2010-08-24
John Darrington
oneway.c: Use the categoricals struct to calculate...
tree
|
commitdiff
2010-08-24
John Darrington
oneway: use new structures in the show_contrast_tests...
tree
|
commitdiff
2010-08-24
John Darrington
oneway: Fix descriptives for multiple variables
tree
|
commitdiff
2010-08-24
John Darrington
Add optional callback functions to categoricals.
tree
|
commitdiff
2010-08-24
John Darrington
Constness
tree
|
commitdiff
2010-08-24
John Darrington
Oneway: Remove group_stats from the show_homogeniety...
tree
|
commitdiff
2010-08-24
John Darrington
Oneway: Remove group_values struct from show_contrast_...
tree
|
commitdiff
2010-08-24
John Darrington
Covariance matrix interface change.
tree
|
commitdiff
2010-08-24
John Darrington
Oneway: Remove dict member from struct and add wv member
tree
|
commitdiff
2010-08-24
John Darrington
Oneway: Use covariance matrix and sweep operator
tree
|
commitdiff
2010-08-24
John Darrington
Oneway: Use lex_get_num instead of lex_parse_value.
tree
|
commitdiff
2010-08-24
John Darrington
ONEWAY: seperate the command specification from the...
tree
|
commitdiff
2010-08-21
John Darrington
Canonicalise 2-tailed vs. 2-sided
tree
|
commitdiff
2010-08-11
John Darrington
correlations: Fix memory leak
20100814040504/pspp
20100815040507/pspp
20100816040502/pspp
20100817040502/pspp
20100818040505/pspp
20100819040502/pspp
tree
|
commitdiff
2010-08-08
John Darrington
Aggregate-dialog: Preselect summary function and variab...
20100809040503/pspp
tree
|
commitdiff
2010-08-08
John Darrington
Aggregate: Fixed bug when attempting to create duplicat...
20100808040502/pspp
tree
|
commitdiff
2010-08-05
John Darrington
Replace oneway.q with a manually crafted oneway.c file
20100806040502/pspp
tree
|
commitdiff
2010-07-31
John Darrington
FACTOR: prevent crash if the dataset is empty.
20100731040501/pspp
tree
|
commitdiff
2010-07-30
Ben Pfaff
AGGREGATE: Add .h file to Makefile (fixing "make distch...
20100730040501/pspp
tree
|
commitdiff
next