RosettaCodeData/Task/Multiple-regression/Ruby/multiple-regression-2.rb

2 lines
67 B
Ruby
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
puts regression_coefficients([1, 2, 3, 4, 5], [ [2, 1, 3, 4, 5] ])