#include "toplevelfixture.hpp"
#include <boost/test/unit_test.hpp>
#include <boost/test/data/test_case.hpp>
#include <qle/math/randomvariable.hpp>
#include <ql/time/date.hpp>
#include <ql/pricingengines/blackformula.hpp>
#include <boost/math/distributions/normal.hpp>
#include <iostream>
#include <iomanip>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (testFilter) | |
BOOST_AUTO_TEST_CASE (testRandomVariable) | |
BOOST_AUTO_TEST_CASE (testFunctions) | |
BOOST_AUTO_TEST_CASE (testBlack) | |
BOOST_AUTO_TEST_CASE | ( | testFilter | ) |
Definition at line 43 of file randomvariable.cpp.
BOOST_AUTO_TEST_CASE | ( | testRandomVariable | ) |
Definition at line 100 of file randomvariable.cpp.
BOOST_AUTO_TEST_CASE | ( | testFunctions | ) |
Definition at line 141 of file randomvariable.cpp.
BOOST_AUTO_TEST_CASE | ( | testBlack | ) |
Definition at line 164 of file randomvariable.cpp.