forked from statsmodels/statsmodels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
105 lines (95 loc) · 2.2 KB
/
.gitignore
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
*.py[oc]
# setup.py working directory
build
# setup.py dist directory
dist
#docs build and others
#generated #not yet? generated for dataset not rebuild
docs/source/generated
docs/source/dev/generated
docs/source/examples/generated
docs/source/datasets/generated
docs/source/examples/notebooks/generated
docs/source/datasets/statsmodels.datasets.*
docs/source/savefig
docs/gettingstarted_0.png
examples/executed
#setuptools-scm generated version file
statsmodels/_version.py
# generated c source and built extensions
*.c
*.so
*.pyd
# repository directories for bzr-git
.bzr
.git
marks.git
marks.bzr
# virtualenv stuff
.venv
# Editor temporary/working/backup files
*$
.*.sw[nop]
.sw[nop]
*~
[#]*#
.#*
*.bak
*.tmp
/.idea
*.tgz
*.rej
*.org
.project
*.diff
.settings/
*.svn/
*.log.py
# Egg metadata
*.egg-info
# The shelf plugin uses this dir
.shelf
# Mac droppings
.DS_Store
help
# Coverage report output
.coverage
coverage_html_report/
# Idea IDE
.idea/
# VS Code
.vscode/
# Project specific
statsmodels/version.py
statsmodels.egg-info/
iterate.dat
hash_dict.pickle
rehab.table
salary.table
.ipynb_checkpoints
statsmodels/tsa/statespace/_statespace.pyx
statsmodels/tsa/innovations/_arma_innovations.pyx
statsmodels/tsa/regime_switching/_hamilton_filter.pyx
statsmodels/tsa/regime_switching/_kim_smoother.pyx
statsmodels/tsa/statespace/_initialization.pyx
statsmodels/tsa/statespace/_representation.pyx
statsmodels/tsa/statespace/_kalman_filter.pyx
statsmodels/tsa/statespace/_kalman_smoother.pyx
statsmodels/tsa/statespace/_simulation_smoother.pyx
statsmodels/tsa/statespace/_cfa_simulation_smoother.pyx
statsmodels/tsa/statespace/_tools.pyx
statsmodels/tsa/statespace/_filters/_conventional.pyx
statsmodels/tsa/statespace/_filters/_inversions.pyx
statsmodels/tsa/statespace/_filters/_univariate.pyx
statsmodels/tsa/statespace/_filters/_univariate_diffuse.pyx
statsmodels/tsa/statespace/_smoothers/_conventional.pyx
statsmodels/tsa/statespace/_smoothers/_univariate.pyx
statsmodels/tsa/statespace/_smoothers/_univariate_diffuse.pyx
statsmodels/tsa/statespace/_smoothers/_alternative.pyx
statsmodels/tsa/statespace/_smoothers/_classical.pyx
#pytest
.cache
.pytest_cache
# Temporary copies for packaging
statsmodels/setup.cfg
statsmodels/LICENSE.txt