Starfish-develop / Starfish

Tools for Flexible Spectroscopic Inference
https://starfish.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
69 stars 22 forks source link

Noise Covariance Matrix #157

Open Aseman7 opened 1 year ago

Aseman7 commented 1 year ago

Can I modify the SpectrumModel() function to include the noise covariance matrix (a_N)? How can I go about doing that? When would it be beneficial to add it?

I found that I can use it as a prior, for example, in the form of: "a_n": st.norm(1, 0.25)

If you could elaborate on it, I would be extremely appreciative.