cm_fisher_Z_20130426.m 184 B

12345678910
  1. function Z = cm_fisher_Z_20130426(r)
  2. %
  3. % Z = cm_fisher_Z(r)
  4. %
  5. % calculates the Fisher Z transform for correlation coefficients
  6. % THG 26.04.2013
  7. Z = 1/2*log((1+r)./(1-r));