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: 4d66e589c68c0c0dd71793b9bf45a2b6be649682

Registrator tree SHA: 191228b6dd8b9d0e2965ae3e705fe54c51dcfee8
  • Loading branch information
JuliaHubRegistrator committed Oct 28, 2024
1 parent ab2abe0 commit 0048ef3
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions Registry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9757,6 +9757,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
Empty file.
19 changes: 19 additions & 0 deletions T/TruncatedGaussianMixtures/Deps.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[0]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
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"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ProgressLogging = "33c8b6b6-d38a-422a-b730-caa89a2f386c"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
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 = "4d66e589c68c0c0dd71793b9bf45a2b6be649682"

0 comments on commit 0048ef3

Please sign in to comment.