anderkve / gambit_np

0 stars 1 forks source link

Priors: Truncated Gaussian and log-normal #6

Closed fzeiser closed 3 years ago

fzeiser commented 3 years ago

@anderkve: Do you have a following priors implemented already somewhere?

anderkve commented 3 years ago

The priors are here:

https://github.com/anderkve/gambit_np/tree/master/ScannerBit/include/gambit/ScannerBit/priors https://github.com/anderkve/gambit_np/tree/master/ScannerBit/src/priors

There's a log-normal prior, but not a truncated Gaussian. I've never actually used the log-normal one, but it looks like it has YAML options as expected: "mu", "sigma", "base" and "cov_matrix".