0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 14 hours ago.
Aug 20, 2025 — Aug 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added logit and combination. Changes on bivatiate and others More... about 17 years ago
Version 0.3.3 More... about 17 years ago
I18n More... about 17 years ago
Added setup.rb More... about 17 years ago
* Added Regression::Multiple::GslEngine * Added setup.rb * Crosstab#row_label and #column_name * DominanceAnalysis and DominanceAnalysisBootstrap uses Dataset#labels for Vector names. More... about 17 years ago
GSL if a lot more faster that Alglib More... about 17 years ago
Added Regression::Multiple::GslEngine More... about 17 years ago
Better organization of Multiple Regression modules and methods More... about 17 years ago
Version 0.3.0. All modules renamed to Statsample More... about 17 years ago
Change dir structure More... about 17 years ago
Fixed use of Multiple Regression with Alglib More... about 17 years ago
Little updates More... about 17 years ago
Added dependency to svg-graph More... about 17 years ago
Last version previous to rubyforge.org move More... about 17 years ago
Compiles with MSVC More... about 17 years ago
Fixed for MINGW enviroment. Also, dependencies for Ruby-GSL and other packages are controled More... about 17 years ago
Ready Dominance Analysis Bootstrap! More... about 17 years ago
Correct implementation of Multiple Regression with pairwise correction for data. Results are equal to SPSS reports First implementation of Dominance Analysis (Bodescu) !!!!! More... about 17 years ago
Multiple Regression now fully operational, thanks to algib algorithm module Correlation renamed to Bivariate Support for import and export Excel files More... about 17 years ago
- MultipleRegression now operational. Uses alglib gem (available on site) - Excel import and export support - Correlation module renamed to Bivariate More... about 17 years ago
Replaced Integer#/ with Rational#quo More... about 17 years ago
- Created Vector#data_with_nils, that stores missing values as nils. - Replaced all uses of Vector#data with "is_valid?" to Vector#data_with_nils nil? - Created Dataset#each_with_index and replaced every use or $RUBYSS_ROW with with method - Created Dataset#vector_missing_values and Dataset#vector_count_characters More... about 17 years ago
- Created Vector#data_with_nils, that stores missing values as nils. - Replaced all uses of Vector#data with "is_valid?" to Vector#data_with_nils nil? - Created Dataset#each_with_index and replaced every use or $RUBYSS_ROW with with method - Created Dataset#vector_missing_values and Dataset#vector_count_characters More... about 17 years ago
Added Excel exporter Some pretty optimizations, based principaly on Vector#data_with_nils Unification of interface of graph functions More... about 17 years ago
Added SvgBoxplot and SvgScatterplot Added multiple graphical analysis on vector Htmlreport updated More... about 17 years ago
* Added module Anova and class OneWay * Added better example on README.txt More... about 17 years ago
Final commit for 0.1.9 More... about 17 years ago
Version 0.1.9 More... over 17 years ago
Added estimation for sample size More... over 17 years ago
Added test for regression exclusively and standard error for linear regression More... over 17 years ago