JuliaRandom / JuliaRandom/RandomExtensions.jl
sprand as samples from sparse distribution
Abierto
- Lenguaje dominante
- Julia
- Estrellas
- 19
- Forks
- 2
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
I was thinking, in the spirit of this package, maybe `rand(Normal(),SparseMatrixCSC,p,m,n) ` could be better expressed as `rand(Bernoulli(p,Normal()),SparseMatrixCSC,m,n)` where `Bernoulli(p, Normal())` would be the "Gauss-Bernoulli" or "Spike-and-Slab" mixture distribution
P(x) = (1-p) delta(x)+ p Normal(x)
It seems to make things a bit more generic.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.