Substituted strncmp for strcmp to limit string size
[pspp-builds.git] / lib / linreg /
2005-12-19 Jason StoverDropped references to unused vector param_estimates
2005-12-16 Jason StoverFixed assignment of the intercept
2005-11-28 Jason StoverCorrect reporting for parametr estimates via QR decompo...
2005-10-30 Jason StoverParameter estimate matched with appropriate variable...
2005-10-28 Jason StoverAdded variable/parameter estimate matching via new...
2005-10-26 Jason StoverAdded var structs to allow easier lookup of model variables
2005-10-26 Jason StoverAdded var.h to allow easier lookups of model variables
2005-10-23 Ben PfaffRemoved unused variable.
2005-10-23 Ben PfaffIgnore Makefiles.
2005-10-14 Jason Stovertested QR decomposition
2005-10-02 Jason Stoverfixed header guard
2005-09-27 Jason StoverRemoved reference to README
2005-09-17 Jason StoverCorrected filename on line 1
2005-09-17 Jason StoverInitial version