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 8cd3f95 commit 296a6a4Copy full SHA for 296a6a4
README.md
@@ -21,7 +21,7 @@ density(data, θ) = insupport(θ) ? sum(logpdf.(dist(θ), data)) : -Inf
21
data = rand(Normal(0, 1), 30)
22
23
# Construct a DensityModel.
24
-model = DensityModel(density, data)
+model = DensityModel(density)
25
26
# Set up our sampler with initial parameters.
27
spl = MetropolisHastings([0.0, 0.0])
0 commit comments