forked from aptech/tspdlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·56 lines (56 loc) · 1.38 KB
/
package.json
File metadata and controls
executable file
·56 lines (56 loc) · 1.38 KB
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
{
"author": "Saban Nazlioglu",
"deps": [
],
"description": "Econometric package for Time Series and Panel Data Methods covering unit root, co-integration & causality tests. Extensive coverage of testing in the presence of structural breaks.",
"dlib": [
],
"keywords": [
],
"license": "Non-Commercial",
"name": "tspdlib",
"repo": "",
"src": [
"adf.src",
"adf_1br.src",
"adf_2br.src",
"coint_cissanso.src",
"coint_egranger.src",
"coint_ghansen.src",
"coint_hatemiJ.src",
"coint_pouliaris.src",
"coint_shin.src",
"coint_tsongetal.src",
"diff.src",
"fourier_adf.src",
"fourier_gls.src",
"fourier_kpss.src",
"fourier_lm.src",
"GCtests.src",
"getlag.src",
"getleadlag.src",
"getlrvar.src",
"gls.src",
"kpss.src",
"kpss_1br.src",
"kpss_2br.src",
"lm.src",
"lm_1br.src",
"lm_2br.src",
"myols.src",
"PD_cips.src",
"PD_ILTlevel.src",
"PD_LTtrend.src",
"PD_nkarul.src",
"PD_PANIC.src",
"PDcaus_Fisher.src",
"PDcaus_SURwald.src",
"PDcaus_Zhnc.src",
"pp.src",
"qr_adf.src",
"rals_adf.src",
"rals_lm.src",
"coint_maki.src"
],
"version": "1.1.1"
}