Method: Daru::Maths::Statistics::DataFrame#product

Defined in:
lib/daru/maths/statistics/dataframe.rb

#productObject

Compute the product of each numeric vector.



36
37
38
# File 'lib/daru/maths/statistics/dataframe.rb', line 36

def product
  compute_stats :product
end