view scripts/statistics/base/module.mk @ 16491:b10a23fe80bb

doc: Tweak docstrings of functions changed for Texinfo 5.0 compatibility. * scripts/audio/wavread.m, scripts/miscellaneous/getappdata.m, scripts/miscellaneous/license.m, scripts/miscellaneous/ver.m, scripts/plot/daspect.m, scripts/plot/graphics_toolkit.m, scripts/plot/pbaspect.m, scripts/polynomial/splinefit.m, scripts/set/union.m, scripts/signal/freqz.m: Improve docstring wording.
author Rik <rik@octave.org>
date Wed, 10 Apr 2013 22:43:30 -0700
parents cad4cba03f19
children
line wrap: on
line source

FCN_FILE_DIRS += statistics/base

statistics_base_FCN_FILES = \
  statistics/base/center.m \
  statistics/base/cloglog.m \
  statistics/base/corr.m \
  statistics/base/cov.m \
  statistics/base/gls.m \
  statistics/base/histc.m \
  statistics/base/iqr.m \
  statistics/base/kendall.m \
  statistics/base/kurtosis.m \
  statistics/base/logit.m \
  statistics/base/mahalanobis.m \
  statistics/base/mean.m \
  statistics/base/meansq.m \
  statistics/base/median.m \
  statistics/base/mode.m \
  statistics/base/moment.m \
  statistics/base/ols.m \
  statistics/base/ppplot.m \
  statistics/base/prctile.m \
  statistics/base/probit.m \
  statistics/base/qqplot.m \
  statistics/base/quantile.m \
  statistics/base/range.m \
  statistics/base/ranks.m \
  statistics/base/run_count.m \
  statistics/base/runlength.m \
  statistics/base/skewness.m \
  statistics/base/spearman.m \
  statistics/base/statistics.m \
  statistics/base/std.m \
  statistics/base/table.m \
  statistics/base/var.m \
  statistics/base/zscore.m

FCN_FILES += $(statistics_base_FCN_FILES)

PKG_ADD_FILES += statistics/base/PKG_ADD

DIRSTAMP_FILES += statistics/base/$(octave_dirstamp)