We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5751d4 commit dd93b4aCopy full SHA for dd93b4a
src/multi.jl
@@ -7,7 +7,7 @@ const FillVectorOfUnivariate{
7
} = VectorOfUnivariate{S, T, Tdists}
8
9
function FillDist(dist::UnivariateDistribution, N::Int)
10
- return Product(Fill(dist, N))
+ return product_distribution(Fill(dist, N))
11
end
12
FillDist(d::Normal, N::Int) = MvNormal(fill(d.μ, N), d.σ)
13
function Distributions.logpdf(
0 commit comments