-
Notifications
You must be signed in to change notification settings - Fork 461
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New package: TruncatedGaussianMixtures v0.1.0
UUID: d6a30cd5-d352-42fd-9418-e34000539a5a Repo: https://github.com/Potatoasad/TruncatedGaussianMixtures.jl.git Tree: 4d66e589c68c0c0dd71793b9bf45a2b6be649682 Registrator tree SHA: 191228b6dd8b9d0e2965ae3e705fe54c51dcfee8
- Loading branch information
1 parent
ab2abe0
commit 0048ef3
Showing
5 changed files
with
25 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
Empty file.
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,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" |
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 = "TruncatedGaussianMixtures" | ||
uuid = "d6a30cd5-d352-42fd-9418-e34000539a5a" | ||
repo = "https://github.com/Potatoasad/TruncatedGaussianMixtures.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 = "4d66e589c68c0c0dd71793b9bf45a2b6be649682" |