-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
ZeroSumNormal
distribution (#6121)
Also: * Refactor get_steps to work with multivariate support shapes * Replace get_steps by get_support_shape_1d in timeseries.py Co-authored-by: Ricardo Vieira <28983449+ricardoV94@users.noreply.github.com>
- Loading branch information
1 parent
faebc60
commit 9aeb6b5
Showing
10 changed files
with
769 additions
and
141 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 |
---|---|---|
|
@@ -8,6 +8,7 @@ Multivariate | |
|
||
MvNormal | ||
MvStudentT | ||
ZeroSumNormal | ||
Dirichlet | ||
Multinomial | ||
DirichletMultinomial | ||
|
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 |
---|---|---|
|
@@ -33,6 +33,7 @@ Specific Transform Classes | |
LogExpM1 | ||
Ordered | ||
SumTo1 | ||
ZeroSumTransform | ||
|
||
|
||
Transform Composition Classes | ||
|
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
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
Oops, something went wrong.