view scripts/deprecated/module.mk @ 12856:cad4cba03f19

Deprecate corrcoef, cor and replace with Matlab equivalent corr The value calculated by Octave's corrcoef and cor are the same as the value calculated by the Matlab function corr. Use MathWorks naming convention for this functionality. * corr.m: New file with functionality of corrcoef.m * cov.m, kendall.m, spearman.m, cor_test.m: Adjust scripts to call corr() * statistics/base/module.mk, deprecated/module.mk: Inform Automake about deprecated functions * NEWS: Inform users about deprecation * stats.txi: Add corr() to documentation.
author Rik <octave@nomad.inbox5.com>
date Sat, 16 Jul 2011 20:38:00 -0700
parents b7a6a3644f3b
children 5d5685216876
line wrap: on
line source

FCN_FILE_DIRS += deprecated

deprecated_FCN_FILES = \
  deprecated/autocor.m \
  deprecated/autocov.m \
  deprecated/betai.m \
  deprecated/cellidx.m \
  deprecated/clg.m \
  deprecated/cor.m \
  deprecated/corrcoef.m \
  deprecated/cquad.m \
  deprecated/cut.m \
  deprecated/dispatch.m \
  deprecated/fstat.m \
  deprecated/gammai.m \
  deprecated/glpkmex.m \
  deprecated/intwarning.m \
  deprecated/is_duplicate_entry.m \
  deprecated/is_global.m \
  deprecated/isstr.m \
  deprecated/krylovb.m \
  deprecated/perror.m \
  deprecated/polyderiv.m \
  deprecated/replot.m \
  deprecated/saveimage.m \
  deprecated/setstr.m \
  deprecated/sphcat.m \
  deprecated/spvcat.m \
  deprecated/strerror.m \
  deprecated/studentize.m \
  deprecated/sylvester_matrix.m \
  deprecated/values.m \
  deprecated/weibcdf.m \
  deprecated/weibinv.m \
  deprecated/weibpdf.m \
  deprecated/weibrnd.m

FCN_FILES += $(deprecated_FCN_FILES)

PKG_ADD_FILES += deprecated/PKG_ADD

DIRSTAMP_FILES += deprecated/$(octave_dirstamp)