Skip to content

Commit

Permalink
:) working, estimation kinda close
Browse files Browse the repository at this point in the history
  • Loading branch information
OnionKiller committed Dec 4, 2020
1 parent 935c3a6 commit f267f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EnvTest/src/EnvTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ int main()
rejection_sampler solver;
solver.setModell(modell);
solver.setData(failures);
params.sample_size = 100;
params.sample_size = 1000000;
auto result = solver.solve(params);
std::cout << "Done!\n";
std::cout << "Estimeted params are: \nBeta : " << result[0] << "\nEta : " << result[1] << "\nAr : " << result[2] << "\nAp : " << result[3] << std::endl;
Expand Down

0 comments on commit f267f8c

Please sign in to comment.