File: module.mk

package info (click to toggle)
octave 3.8.2-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 84,396 kB
  • ctags: 45,547
  • sloc: cpp: 293,356; ansic: 42,041; fortran: 23,669; sh: 13,629; objc: 7,890; yacc: 7,093; lex: 3,442; java: 2,125; makefile: 1,589; perl: 1,009; awk: 974; xml: 34
file content (42 lines) | stat: -rw-r--r-- 1,155 bytes parent folder | download | duplicates (4)
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
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)