Skip to content

Commit b9509a8

Browse files
committed
update sln test
1 parent ad998c1 commit b9509a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/shiftedlognormaldistribution.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
Random.seed!(2008)
4747

4848
parms == -1, σ = 0.3, τ = 0.0)
49-
x = rand(ShiftedLogNormal(; parms...), 10_000)
49+
x = rand(ShiftedLogNormal(; parms...), 15_000)
5050

5151
νs = range(0.80 * parms.ν, 1.2 * parms.ν, length = 100)
5252
LLs = map-> sum(logpdf.(ShiftedLogNormal(; parms..., ν), x)), νs)

0 commit comments

Comments
 (0)