vedantchandra / starwave

modeling resolved stellar populations with bayesian inference
MIT License
2 stars 2 forks source link

If sfh_type == gaussian, the covmat needs the sigma to be squared #21

Closed mgennaro closed 11 months ago

mgennaro commented 11 months ago

In building a multivariate gaussian in set_sfh_dist in the main class, we need to use the square of the sigma, not the sigma itself

@joycelin1123