Add things for monte carlo simulations
This commit is contained in:
parent
54ec93d8ee
commit
5ac838a266
19
include/monte_carlo.hpp
Normal file
19
include/monte_carlo.hpp
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
/** @file monte_carlo.hpp
|
||||||
|
*
|
||||||
|
* @author Cory Alexander Balaton (coryab)
|
||||||
|
* @author Janita Ovidie Sandtrøen Willumsen (janitaws)
|
||||||
|
*
|
||||||
|
* @version 1.0
|
||||||
|
*
|
||||||
|
* @brief Functions for monte carlo simulations.
|
||||||
|
*
|
||||||
|
* @bug No known bugs
|
||||||
|
* */
|
||||||
|
#ifndef __MONTE_CARLO__
|
||||||
|
#define __MONTE_CARLO__
|
||||||
|
|
||||||
|
void burn_in_time();
|
||||||
|
|
||||||
|
void pd_estimate();
|
||||||
|
|
||||||
|
#endif
|
||||||
12
src/monte_carlo.cpp
Normal file
12
src/monte_carlo.cpp
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
/** @file monte_carlo.cpp
|
||||||
|
*
|
||||||
|
* @author Cory Alexander Balaton (coryab)
|
||||||
|
* @author Janita Ovidie Sandtrøen Willumsen (janitaws)
|
||||||
|
*
|
||||||
|
* @version 1.0
|
||||||
|
*
|
||||||
|
* @brief Implementation of the monte carlo functions
|
||||||
|
*
|
||||||
|
* @bug No known bugs
|
||||||
|
* */
|
||||||
|
#include "monte_carlo.hpp"
|
||||||
Loading…
Reference in New Issue
Block a user