-
https://github.com/JuliaStats/Distributions.jl/pull/1668 added distributions for [sample order statistics](https://juliastats.org/Distributions.jl/stable/order_statistics/)" `OrderStatistic` and `Join…
-
Hi,
do you have an example for a multivariate features Gaussian Mixture Model HMM, similar to GMMHMM from the hmmlearn Python package?
Extending the docs with such an example would help a lot.
…
-
it is not described what data and how generated
for blackbox lime:
https://eli5.readthedocs.io/en/latest/blackbox/lime.html
eli5 supports dataset generation using Kernel Density Estimation, to en…
-
Trying to sample from a mixture multivariate normal distribution using reparameterization trick, however errors return.
```
import tensorflow_probability as tfp
tfd = tfp.distributions
gm = tfd…
-
I am plotting lat/lon points on a geographic map, and I would like to underlay a KDE plot beneath scatter points. Because they are lat/lon points, the plotting will use a cartopy transform (in my case…
-
Hi Kau,
I'm re-running some analysis with FAN-C and created a fresh virtual environment to install into. Using `pip install fanc` I installed the package and its dependencies. Automatically, matplo…
-
Thank you for support the smsop gitbub.
Could you please sunport the function *safe_sign_sqrt* for normalization step of *class SignedSqrt(Layer)*.
and in *elif output_normalization == 'cubicroot':
…
-
**Is your feature request related to a problem? Please describe.**
Using orbit to do forecasting, it is often the case that we have some uncertainty in our projections for regressors:
More specifi…
-
Hi Tim @timbitz
I have used Whippet successfully on a few different files and cell types. In my current experiment I have several comparisons to make, each one with the P5 cells gives me this erro…
-
## Code
```julia
julia> distr = UnivariateGMM([-1, 1], [.1, .2], Categorical([.4, .6]))
UnivariateGMM{Vector{Int64}, Vector{Float64}, Categorical{Float64, Vector{Float64}}}(
K: 2
means: [-1, 1]…