statsample icon indicating copy to clipboard operation
statsample copied to clipboard

A suite for basic and advanced statistics on Ruby.

Results 25 statsample issues
Sort by recently updated
recently updated
newest added

In debugging [this issue with activerecord-import](https://github.com/zdennis/activerecord-import/issues/774#issuecomment-1175089110), it appears that statsample overrides Array in a way that breaks activerecord-import. That issue contains a small sample program that reproduces the issue. It...

Bumps [activesupport](https://github.com/rails/rails) from 4.1.6 to 7.0.4.1. Release notes Sourced from activesupport's releases. v7.0.4.1 This is a security release. More information is available in our security announcements forum: https://discuss.rubyonrails.org/c/security-announcements/9 Active Support...

dependencies

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.2 to 2.0.5. Release notes Sourced from tzinfo's releases. v2.0.5 Changed DateTime results to always use the proleptic Gregorian calendar. This affects DateTime results prior to 1582-10-15...

dependencies

Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.6.11 to 1.10.0. Release notes Sourced from i18n's releases. v1.10.0 What's Changed New Features LazyLoadable Backend by @​paarthmadan in ruby-i18n/i18n#612 Add a version badge to README by...

dependencies

Bumps [rdoc](https://github.com/ruby/rdoc) from 4.1.2 to 6.3.1. Changelog Sourced from rdoc's changelog. === 5.1.0 / 2017-02-24 Bug fixes Fix an issue that rdoc fails when running on Windows with RUBYOPT=-U. PR...

dependencies

Moved Analysis to SciRuby. Added a parse function for Statsample::Excel, which SciRuby now uses to read files it has already opened.

Hi, I'm considering using statsample for PCA, but my use case requires that I generate eigenvectors and eigenvalues for a dataset, save them and the recall them for computing components...

This issue http://stackoverflow.com/questions/8899272/rails-3-undefined-method-zero-for-nilnilclass-in-many-to-many-relationsh http://stackoverflow.com/questions/9289535/rails-3-2-uniqueness-validation-raises-undefined-method-zero-for-nilnilclass also seems to affect this gem when using this within Rails 3. Is there a workaround?

Hi guys, On readme you mention `Statsample::Regression::Binomial::Logit`. Where is it? Just installed the gem and seems that the source code doesnt exist anymore.

Hi, I played around with https://github.com/appfolio/abprof and got lots of deprecation warnings for statsample: ``` NOTE: Daru::Vector#n_valid is deprecated; use count_values instead. It will be removed on or after 2016-10-01....