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 ad998c1 commit b9509a8Copy full SHA for b9509a8
test/shiftedlognormaldistribution.jl
@@ -46,7 +46,7 @@
46
Random.seed!(2008)
47
48
parms = (ν = -1, σ = 0.3, τ = 0.0)
49
- x = rand(ShiftedLogNormal(; parms...), 10_000)
+ x = rand(ShiftedLogNormal(; parms...), 15_000)
50
51
νs = range(0.80 * parms.ν, 1.2 * parms.ν, length = 100)
52
LLs = map(ν -> sum(logpdf.(ShiftedLogNormal(; parms..., ν), x)), νs)
0 commit comments