Method: Experiment::Stats::Descriptive#z_scores

Defined in:
lib/experiment/stats/descriptive.rb

#z_scores(ar = self) ⇒ Object



18
19
20
# File 'lib/experiment/stats/descriptive.rb', line 18

def z_scores(ar = self)
  ar.map {|x| z_score(ar, x)}
end