Skip to content

Commit

Permalink
New package: TruncatedGaussianMixtures v0.1.0
Browse files Browse the repository at this point in the history
UUID: d6a30cd5-d352-42fd-9418-e34000539a5a
Repo: https://github.com/Potatoasad/TruncatedGaussianMixtures.jl.git
Tree: 19437631553a502385f7061a98ce11ad15090501

Registrator tree SHA: 191228b6dd8b9d0e2965ae3e705fe54c51dcfee8
  • Loading branch information
JuliaHubRegistrator committed Oct 28, 2024
1 parent 73f4da3 commit 478481e
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions Registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9759,6 +9759,7 @@ d6851e30-d4b8-11e9-06de-0b345e2a813d = { name = "BeliefGridValueIteration", path
d68e4d5e-4a60-4df1-b225-9a1636c75ae0 = { name = "PanelShift", path = "P/PanelShift" }
d692c182-a058-4be8-a8d1-a27943fde503 = { name = "RICoverAlg", path = "R/RICoverAlg" }
d6998af1-87ca-4e7f-83d4-864c79a249fa = { name = "LightweightCharts", path = "L/LightweightCharts" }
d6a30cd5-d352-42fd-9418-e34000539a5a = { name = "TruncatedGaussianMixtures", path = "T/TruncatedGaussianMixtures" }
d6a58270-6f46-44a2-ab4b-2a767377cb4b = { name = "ReversedStrings", path = "R/ReversedStrings" }
d6ab3a89-b2a3-4279-9123-91d1be4d1a9a = { name = "Nbdev", path = "N/Nbdev" }
d6acb6ec-f7e4-548d-b108-f8a3d9a6ce13 = { name = "PlantHydraulics", path = "P/PlantHydraulics" }
Expand Down
11 changes: 11 additions & 0 deletions T/TruncatedGaussianMixtures/Compat.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[0]
Clustering = "0.15"
DataFrames = "1.6.0-1"
Distributions = "0.25"
LogExpFunctions = "0.3"
MvNormalCDF = "0.3"
ProgressLogging = "0.1"
ProgressMeter = "1.9.0-1"
Roots = "2.1.0-2"
Statistics = "1.10.0-1"
StatsBase = "0.34"
15 changes: 15 additions & 0 deletions T/TruncatedGaussianMixtures/Deps.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[0]
Clustering = "aaaa29a8-35af-508c-8bc3-b662a17a0fe5"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
InvertedIndices = "41ab1584-1d38-5bbf-9106-f11c6c58b48f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LogExpFunctions = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
MvNormalCDF = "37188c8d-bc69-4638-b057-733e744175ec"
ProgressLogging = "33c8b6b6-d38a-422a-b730-caa89a2f386c"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
3 changes: 3 additions & 0 deletions T/TruncatedGaussianMixtures/Package.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name = "TruncatedGaussianMixtures"
uuid = "d6a30cd5-d352-42fd-9418-e34000539a5a"
repo = "https://github.com/Potatoasad/TruncatedGaussianMixtures.jl.git"
2 changes: 2 additions & 0 deletions T/TruncatedGaussianMixtures/Versions.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
["0.1.0"]
git-tree-sha1 = "19437631553a502385f7061a98ce11ad15090501"

0 comments on commit 478481e

Please sign in to comment.