Skip to content

Matt-Brigida/cpp_kalman_market_model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Implementation of a Market Model with Kalman-Filtered Estimates of Alpha and Beta Coefficients.

The RHS and LHS variable data should be in the market.csv and stock.csv files respectively. When compiling you should link to the openblas, lapack, math, and nlopt libraries. For example, use something like:

clang++ -Wall kalman.cpp kalman_forward_pass.cpp -o kalman -lopenblas -llapack -lm -lnlopt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published