1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2025-06-22 08:52:01 +01:00

multivariate Gaussian RNG

This commit is contained in:
2019-03-25 23:20:09 +00:00
parent 0bf6d8c8ae
commit e37f2ab124
4 changed files with 130 additions and 0 deletions

View File

@ -56,6 +56,7 @@ libLatAnalyze_la_SOURCES = \
Numerical/Solver.cpp \
Statistics/FitInterface.cpp \
Statistics/Histogram.cpp \
Statistics/Random.cpp \
Statistics/StatArray.cpp \
Statistics/XYSampleData.cpp \
Statistics/XYStatData.cpp \
@ -100,6 +101,7 @@ HPPFILES = \
Statistics/FitInterface.hpp \
Statistics/Histogram.hpp \
Statistics/MatSample.hpp \
Statistics/Random.hpp \
Statistics/StatArray.hpp \
Statistics/XYSampleData.hpp \
Statistics/XYStatData.hpp