Skip to content
/ cpp Public

sample correlated bi-variate normal using c++

Notifications You must be signed in to change notification settings

chmc-mcmc/cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp

sample correlated bi-variate normal using c++

compile:

  1. g++ -I~/NRinC302/code quodratics2.cpp

NRinC302 is the "numerical recipes" library version 3.

NRinC302 is used for solving linear equations, therefore can be replaced with gauss elimination, as shown in the CUDA code.

  1. or use blas and lapack https://blog.csdn.net/mlnotes/article/details/9676269

About

sample correlated bi-variate normal using c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published