Skip to content

Commit

Permalink
Feature/cloud cover probabilistic (#52)
Browse files Browse the repository at this point in the history
* (PROB) Add two new probabilistic layers, modify a bit the descriptions

* Fix mistake

* (prob) Change naming for the beta layers

* Modify betas, add concave beta
Modify mixture (use trunc normals)

* Remove dummy class

* Fix naming

* Remove unused layer

* Fix mixture distribution for event shapes > 1

* Small change

* Fix shape handling for symbolic tensors

* Add censored normal layer

* Return an int instead of tensor for batch dims

* Remove experiental feature as it's not always reliable

* Change CensoredNormal layer to use a real censored rather than a truncated

* Add better description to 4paramBeta layer

Co-authored-by: Daniele Nerini <[email protected]>

* Correct doc

* Add a censored normal layer computed via softclipping

* Change to sample as mean is not implemented

* Make layer serializable

* Minor

* Add LogitNormal layer

* Do not use any mean() method to test the prob layers

* Test distribution params instead of its mean

* Consider special case with multivariate layers

* Rename to doublyCensored

* Remove softclipCensored

* Change layer to a mixture of Normals

* Refactor code

---------

Co-authored-by: louisPoulain <[email protected]>
Co-authored-by: Daniele Nerini <[email protected]>
  • Loading branch information
3 people authored Sep 6, 2024
1 parent 4d373a7 commit a376a39
Show file tree
Hide file tree
Showing 5 changed files with 744 additions and 27 deletions.
Loading

0 comments on commit a376a39

Please sign in to comment.