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

2 lines
67 B
Ruby
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
puts regression_coefficients([1, 2, 3, 4, 5], [ [2, 1, 3, 4, 5] ])