PDSampler.jl
PDSampler.jl copied to clipboard
add shortcut for spherical gaussians
At the moment we can't build an isotropic gaussian with just a float as covariance matrix, it has to be a vector of float so s*ones(d) is ok but not s.
Easy fix, would be nice to have.