Skip to content

Commit

Permalink
Increase sample size for Pareto fit_mle test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Aug 20, 2015
1 parent 1b4f4cb commit f7c2db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fit.jl
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ d = fit(Laplace, rand(Laplace(5.0, 3.0), N))

# Pareto

x = rand(Pareto(3., 7.), n0)
x = rand(Pareto(3., 7.), N)
d = fit(Pareto, x)

@test isa(d, Pareto)
Expand Down

0 comments on commit f7c2db2

Please sign in to comment.