You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: