File: module.mk

package info (click to toggle)
octave 4.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 94,200 kB
  • ctags: 52,925
  • sloc: cpp: 316,850; ansic: 43,469; fortran: 23,670; sh: 13,805; yacc: 8,204; objc: 7,939; lex: 3,631; java: 2,127; makefile: 1,746; perl: 1,022; awk: 988
file content (43 lines) | stat: -rw-r--r-- 1,183 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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)