FTQuant  0.1
Public Member Functions | List of all members
MonteCarloResult Class Reference

A container for storing the result of a Monte-Carlo simulation. More...

#include <ftqlib.hpp>

Public Member Functions

 MonteCarloResult (int result_code, int n_simulations, double error, double result)
 
std::string to_json () const
 A function that converts a MonteCarloResult to a JSON string. More...
 

Detailed Description

A container for storing the result of a Monte-Carlo simulation.

Parameters
result_codeThe result code of the simulation.
n_simulationsThe number of simulations performed.
errorThe error of the simulation.
resultThe result of the simulation.

Definition at line 43 of file ftqlib.hpp.

Constructor & Destructor Documentation

◆ MonteCarloResult()

MonteCarloResult::MonteCarloResult ( int  result_code,
int  n_simulations,
double  error,
double  result 
)
inline

Definition at line 45 of file ftqlib.hpp.

Member Function Documentation

◆ to_json()

std::string MonteCarloResult::to_json ( ) const

A function that converts a MonteCarloResult to a JSON string.

MonteCarloResult to a JSON string.

Returns
A JSON string.
See also
MonteCarloResult

Definition at line 14 of file MonteCarlo.cpp.

Referenced by Execution::execute(), and TEST().


The documentation for this class was generated from the following files: