view scripts/statistics/base/module.mk @ 20038:9fc020886ae9

maint: Clean up m-files to follow Octave coding conventions. Try to trim long lines to < 80 chars. Use '##' for single line comments. Use '(...)' around tests for if/elseif/switch/while. Abut cell indexing operator '{' next to variable. Abut array indexing operator '(' next to variable. Use space between negation operator '!' and following expression. Use two newlines between endfunction and start of %!test or %!demo code. Remove unnecessary parens grouping between short-circuit operators. Remove stray extra spaces (typos) between variables and assignment operators. Remove stray extra spaces from ends of lines.
author Rik <rik@octave.org>
date Mon, 23 Feb 2015 14:54:39 -0800
parents afc1a8965664
children fa9fa6ab76f0
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/lscov.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)