-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conditional PDF for x_1 and c #12
Comments
x0, x1, and c Michael
|
Agreed - but my understanding is that x_0 is going to get replaced by some On Fri, Mar 20, 2015 at 8:21 AM, wmwv [email protected] wrote:
|
My understanding was that those distributions in the PGM are priors. So, should we not be OK getting away with approximate distributions and it is fine if they don't look like the population distribution? I did not think x1, and c population distributions are terribly correlated, and I believe that SN simulations currently have uncorrelated population distributions on x1 and c (I will recheck). I don't know how good that is, and would like to find the population distribution from data for simulation purposes as a mixture model, but introducing something like that here would complicate the inference (too many variables). |
By construction x_1 and c are meant to be uncorrelated. Physically, yes, the intrinsic color depends on x_1. In SALT2, "c" is redefined to be the color with respect to color(x_1).
|
I think you have gone into an area that I don't know about. When you have time, would you mind explaining those statements a little more or adding references? Thanks. |
Guy+2007 ("MAX" in the above means "at time of B-band maximum light")
|
OK, I see what you meant by color(x_1) and now understand the second two parts of the statement. But this does could still allow x_1 and c to be correlated, right? |
Not if your data set looks like the set used to train SALT2. E.g., Betoule14 JLA sample http://adsabs.harvard.edu/abs/2014A%26A...568A..22B retrained SALT2 on the JLA sample. You can take a look at it http://supernovae.in2p3.fr/sdss_snls_jla/ReadMe.html Copy-and-paste: curl -O http://supernovae.in2p3.fr/sdss_snls_jla/jla_likelihood_v6.tgz python and you'll get that attached plot which shows that x1 and c are uncorrelated in the JLA sample. If your sample is different, then it's possible that there may be some correlation, but we can definitely ignore any correlation between x1 and c for now.
|
Lovely - a pair of independent Gaussians it is then! On Fri, Mar 20, 2015 at 11:26 AM, wmwv [email protected] wrote:
|
x_1 and c are SN parameters that, in the ensemble analysis, must be assumed to be drawn from some PDF. We can get some idea of how to model that PDF in our hierarchical inference by looking at the scatter plot of all samples from all emcee runs on all real supernovae. This distribution of points will be broader than the PDF for the 'true" x_1 and c values, but it might show us whether we need a bivariate function instead of two univariate ones (ie, we might see some correlation between x_1 and c). We can also plot the posterior means from each emcee run, but this will just make the plot less smooth.
Note that in the PGM below I made the simplest possible assignment - single Gaussians all round! But then I started wondering about correlations.
The text was updated successfully, but these errors were encountered: