forked from lrnv/Copulas.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
77 lines (71 loc) · 2.4 KB
/
Project.toml
File metadata and controls
77 lines (71 loc) · 2.4 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
name = "Copulas"
uuid = "ae264745-0b69-425e-9d9d-cf662c5eec93"
version = "0.1.32"
authors = ["Oskar Laverny"]
[deps]
BigCombinatorics = "7b33fef7-ef1d-5d54-bb67-cf96d4c8a166"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
HCubature = "19dc6840-f33b-545b-b366-655c7e3ffd49"
LambertW = "984bce1d-4616-540c-a9ee-88d1112d94c9"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
MvNormalCDF = "37188c8d-bc69-4638-b057-733e744175ec"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
PolyLog = "85e3b03c-9856-11eb-0374-4dc1f8670e7f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"
[weakdeps]
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
[extensions]
CopulasPlotsExt = ["Plots", "RecipesBase"]
[compat]
Aqua = "v0.8"
BigCombinatorics = "0.3.6"
Combinatorics = "1"
Distributions = "0.25"
ForwardDiff = "0.10, 1"
HCubature = "1"
HypothesisTests = "v0.11"
InteractiveUtils = "1"
LambertW = "1.0.0"
LinearAlgebra = "1"
LogExpFunctions = "0.3"
MvNormalCDF = "0.2, 0.3"
Optim = "1.13.2"
Plots = "1"
PolyLog = "2.6.0"
Printf = "1"
QuadGK = "2"
Random = "1"
RecipesBase = "1"
Roots = "1, 2"
SpecialFunctions = "2"
StableRNGs = "1"
Statistics = "1"
StatsBase = "0.33, 0.34"
StatsFuns = "0.9, 1.3"
TaylorSeries = "0.20"
Test = "1"
TestItemRunner = "1"
julia = "1"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
[targets]
test = ["Test", "TestItemRunner", "InteractiveUtils", "LinearAlgebra", "HypothesisTests", "Aqua", "StableRNGs", "StatsBase"]