stats
stats copied to clipboard
A C++ header-only library of statistical distribution functions.
This commit enables setting an explicit random number seed globally. This is useful when using the vectorized wrappers which do not otherwise support setting a seed. This commit is tested...
For some inputs (apparently close to 1), `qinvgamma` is returning `nan`. Example: ```cpp stats::qinvgamma(0.999551553841898, 2.0, 1.0) ``` Probably the result of overflow?
Hello. I'm trying to use Eigen wrapper. Every environment is okay except MSVC. ``` process : intel, 64bit c++ compiler : clang++(15.0.7) Generator : Visual Studio 17 2022 Eigen :...