-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
37 lines (33 loc) · 1.11 KB
/
Project.toml
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
name = "AutoregressiveModels"
uuid = "c8ab78b9-851b-475e-9620-ae22bd4bbd17"
authors = ["Junyuan Chen <[email protected]>"]
version = "0.1.1"
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MatrixEquations = "99c1a7ee-ab34-5fd5-8076-27c950a045f4"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[compat]
CSV = "0.9, 0.10"
ConfidenceBands = "0.1"
DataFrames = "1"
LocalProjections = "0.2"
MAT = "0.10"
MatrixEquations = "2"
Roots = "1, 2"
StatsAPI = "1.2"
StatsBase = "0.33, 0.34"
Tables = "1"
julia = "1.6"
[extras]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
ConfidenceBands = "6840a270-7180-4af9-9adc-8b0ddd17b6f2"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
LocalProjections = "8dd5e8af-b996-4a51-9681-92a36a2638c1"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["CSV", "ConfidenceBands", "DataFrames", "LocalProjections", "MAT", "Test"]