SciRuby / statsample-timeseries

Bioruby Statsample TimeSeries
Other
13 stars 4 forks source link

NMatrix #1

Open translunar opened 10 years ago

translunar commented 10 years ago

Right now, timeseries doesn't use NMatrix. Depending on ruby-core's matrix.rb makes it slow. We should switch to NMatrix, especially now that NMatrix includes SVD functionality.

agarie commented 10 years ago

This should be moved to statsample! And yes, we need to talk about using NMatrix in statsample, minimization, integration (where applicable).

translunar commented 10 years ago

Why should it be moved to statsample? Oh, because statsample also fails to use NMatrix. Got it.

v0dro commented 8 years ago

Wont that cause dropping compatibility jruby or rubinius?