문제 코드 #include #include #include using namespace std; // Homework 2 // Write C++ code that gives the path of the asset given its volatility σ and drift µ. vector generate_discrete_path(double mu, double sigma, int tau, double st); vector generate_continuous_path(double mu, double sigma, int tau, double st); double norm_dist(); int main(){ vector stock_path; double mu, sigma, st; int tau; // 파라미터 입력 cout << "Plese Enter the mu, sigma and tau" <...
#
cpp
#
퀀트
#
코딩
#
시뮬레이션
#
몬테카를로
#
금융
#
고급계산금융
#
계산금융
#
python
#
프로그래밍