clbustos / statsample

A suite for basic and advanced statistics on Ruby.
http://github.com/clbustos/statsample
BSD 3-Clause "New" or "Revised" License
403 stars 96 forks source link

remove Daru deprecation warnings for multiple regression #51

Closed adlersantos closed 3 years ago

adlersantos commented 7 years ago

This removes the deprecation warnings on the following methods for Daru data frames and vectors:

I'm mainly using Statsample::Regression::Multiple and got deprecation warnings that point to these lines of code.

Hope you can take a look and would like some recommendations where Daru deprecated methods are also used.