-
We should validate the labels y during `fit`. For example, if it's `binomial` allow only 0 and 1 or only integers if it's `poisson` etc ...
-
It would be great if, in addition to the Poisson, Negative Binomial, Gamma, and Gaussian distributions, KFAS could support the _t_-distribution.
I have the repository cloned, using Atlassian BitBu…
ghost updated
6 years ago
-
### Describe the workflow you want to enable
Motivation: https://arxiv.org/pdf/2006.11105.pdf
The values reported for the TP, FN, FP, TN rates are only estimates having an uncertainty.
It would…
-
`catalan_number` should be able to accept a symbolic argument, just like `harmonic_number` and `binomial` (for example).
This effectively means making `catalan_number` a symbolic function.
Compone…
-
Currently, the cumulative probability functions only have the upper bound as a parameter (`k` in both cases), and use `0` for the lower bound.
https://github.com/berkay-yalin/python-probabilities/b…
-
I would like to assign an errorbar to histogram weights (when plotting),
Usually, Binomial or Poisson distribution is assumed for the number of entries, so the error reads `sqrt(weight)`.
To calcu…
-
Often, there are many species in a data set sharing a genus.
When looking up the taxonomy from taxon names, it is inefficient to use the full name in many cases since that taxonomy of many species ca…
-
Hi, is there a way to use `tfp.optimizer.lbfgs_minimize` as Keras optimizer?
This would be quite useful in certain cases where the loss function is approximately quadratic.
A colleague of mine wou…
Hoeze updated
3 years ago
-
In the fitting package, the binomial line density is defined as follow:
![image](https://user-images.githubusercontent.com/6851107/63608562-9d57e580-c5d5-11e9-981f-74ffa7e7bdd4.png)
Should we go…
-
I needed a `Product` distribution with mixed continuous/discrete support for a project and thus implemented the types
```julia
struct Mixed