-
The branching process model assumes that the probability of becoming infected is independent of the subsequent offspring distribution. This is unrealistic if the branching process is driven by heterog…
sbfnk updated
7 months ago
-
### What is the desired addition or change?
In brief, I would like to be able to use `mlpack` as part of a parent `CMakeLists.txt`/project. I apologize if there is already a closed issue about …
-
### 📚 The doc issue
[The doc](https://pytorch.org/docs/stable/generated/torch.nn.CrossEntropyLoss.html) of `nn.CrossEntropyLoss()` explains about `target` tensor in a complex way as shown below. *I…
-
The code in distribution.py has multiple functions for the same physical distribution. This could probably use an object oriented interface!
In fact, it could be a good idea to look at how scipy.st…
-
## Tell us about it
I propose several improvements to multimodal HDI:
- Expose configurable options. e.g. for float data, allow the user to specify `kde` keywords, in particular `bw` and `grid_len…
-
**Is your feature request related to a problem? Please describe.**
Although GGD is an intuitive and relatively easy model for integrating probability density functions,
there are various forms of mi…
-
Hi ! Thank you for you awesome work. There is one detail I don't quite understand. Since the data is unpaired, the two labels are different, why can KL loss be used to constraint the student model?
-
-
Linear interpolation scheme for gridding Czjzek/Extended Czjzek/User-defined distributions.
The current implementation of the probability distribution uses `np.histogram2d` function to grid 400000 …
-
we need tools function with the formulas, because I don't find them when I need them
1-dim : prob is just interval cdf(ub) - cdf(lb)
2-dim: prob of rectangle: cdf(b) - cdf(a) - cdf(d) + cdf(c) Wh…