-
Notifications
You must be signed in to change notification settings - Fork 465
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New package: MethodOfMoments v0.1.0 (#119306)
UUID: 32490229-d69f-4a68-9525-74935b3d7b50 Repo: https://github.com/junyuan-chen/MethodOfMoments.jl.git Tree: ee1513891232ae3b662b0941601a1ddfd5d46578 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
- Loading branch information
1 parent
b7608b0
commit b036790
Showing
7 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[0] | ||
Combinatorics = "1" | ||
Distributions = "0.25" | ||
GroupedArrays = "0.3" | ||
LogDensityProblems = "2" | ||
MacroTools = "0.5" | ||
NonlinearSystems = "0.1.3-0.1" | ||
StatsAPI = "1.2.0-1" | ||
StatsBase = "0.33-0.34" | ||
StatsFuns = "1" | ||
Tables = "1" | ||
TransformVariables = "0.8" | ||
TransformedLogDensities = "1" | ||
julia = "1.6.0-1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[0] | ||
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa" | ||
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" | ||
GroupedArrays = "6407cd72-fade-4a84-8a1e-56e431fc1533" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
LogDensityProblems = "6fdf6af0-433a-55f7-b3ed-c6c6e0b8df7c" | ||
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" | ||
NonlinearSystems = "deb0877a-d74a-4aeb-b6ac-c17f6fb4122e" | ||
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" | ||
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0" | ||
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" | ||
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c" | ||
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" | ||
TransformVariables = "84d833dd-6860-57f9-a1a7-6da5db126cff" | ||
TransformedLogDensities = "f9bc47f6-f3f8-4f3b-ab21-f8bc73906f26" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
name = "MethodOfMoments" | ||
uuid = "32490229-d69f-4a68-9525-74935b3d7b50" | ||
repo = "https://github.com/junyuan-chen/MethodOfMoments.jl.git" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
["0.1.0"] | ||
git-tree-sha1 = "ee1513891232ae3b662b0941601a1ddfd5d46578" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[0] | ||
DistributionsAD = "0.6" | ||
ForwardDiff = "0.10" | ||
NLopt = "1" | ||
StaticArrays = "1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[0] | ||
DistributionsAD = "ced4e74d-a319-5a8a-b0ac-84af2272839c" | ||
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" | ||
NLopt = "76087f3c-5699-56af-9a33-bf431cd00edd" | ||
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters