Fix some typos (found by codespell)
[pspp] / src / language / stats / regression.c
2017-08-20 Stefan WeilFix some typos (found by codespell)
2017-05-12 John Darringtonsrc/math/linreg.c: Encapsulate this object better.
2017-05-12 John DarringtonREGRESSION: Implement /ORIGIN subcommand.
2017-05-09 John DarringtonREGRESSION: Allow independent variables to be specified...
2017-04-22 John DarringtonWhitespace changes only: Remove trailing whitespace
2016-04-01 John DarringtonCheck the return value of various calls to lex_force_match.
2016-01-11 John DarringtonFixed some bugs related to empty parentheses
2016-01-04 Ben PfaffREGRESSION: Correctly handle data in temporary file...
2016-01-03 Ben PfaffREGRESSION: Warn when REGRESSION with SAVE runs with...
2015-08-01 John DarringtonREGRESSION: Relaxed the syntax parser slightly and...
2015-07-22 John DarringtonFix behaviour of the REGRESSION /STATISTICS subcommand.
2015-05-01 Friedrich Beckmannmerge master->gtk3, fixed psppire-output-view.c refacto...
2014-06-23 John DarringtonFixed crash in REGRESSION when only one SAVE parameter...
2014-05-01 John DarringtonAnnotate some more results as p-values and update the...
2014-04-29 John DarringtonAdded result_class parameter to tab_double and updated...
2014-02-04 Ben PfaffChange many %g format specifiers to %.*g with precision...
2014-01-14 John DarringtonREGRESSION: Added calculation of the coefficients'... 20140115030506/pspp
2014-01-14 John DarringtonREGRESSION: Add parser framework for confidence interval
2014-01-08 John DarringtonChange "Significance" to "Sig." in linear regression...
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-17 John DarringtonREGRESSION: Fix issues found by by review 20130719030506/pspp 20130720030502/pspp 20130721030502/pspp 20130722030502/pspp 20130723030502/pspp
2013-07-03 John DarringtonFixed incorrect behaviour of REGRESSION when multiple... 20130708030519/pspp 20130709030513/pspp
2013-07-03 John DarringtonFix problems associated with LINEAR REGRESSION and...
2013-06-29 John DarringtonPartial fix for regression vs. splits issue 20130629010504/pspp
2013-06-29 John Darringtonlinreg.c: Remove superfluous cast
2013-05-26 John DarringtonWhitespace changes only 20130526010502/pspp
2013-05-25 John DarringtonRegression: Use alternative formula for adjusted R...
2013-05-25 John DarringtonCorrected the Degrees of Freedom in the Regression...
2013-05-21 Ben PfaffDELETE VARIABLES: Fix crash with FILTER. 20130521010504/pspp
2013-05-21 Ben PfaffREGRESSION: Avoid use-after-free error with TEMPORARY...
2013-05-07 Ben PfaffMerge 'psppsheet' into 'master'. 20130507010505/pspp
2013-04-28 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-04-07 John DarringtonFixed crash when processing regression with bad syntax
2013-03-13 Ben PfaffMerge 'master' into 'psppsheet'.
2013-02-09 John DarringtonREGRESSION: Added mention of the dependent variable... 20130210030503/pspp 20130211030502/pspp 20130212030504/pspp
2012-08-25 John DarringtonMerge branch 'master' into psppsheet
2012-08-20 John Darringtonref count the linreg structure so as to avoid double... 20120821000505/pspp
2012-08-19 Ben PfaffMerge 'master' into 'psppsheet'.
2012-08-14 John DarringtonFix leaks in REGRESSION
2012-07-28 John DarringtonFixed some of the leaks in REGRESSION 20120729000504/pspp
2012-04-13 John DarringtonReplace regression.q with regression.c 20120414030503/pspp 20120415030503/pspp