Skip to content

Commit

Permalink
update sln test
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdfish committed Oct 13, 2024
1 parent ad998c1 commit b9509a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/shiftedlognormaldistribution.jl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
Random.seed!(2008)

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

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

0 comments on commit b9509a8

Please sign in to comment.