Skip to content
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

Estimate per-star binary mass fraction #3

Open
Gabriel-p opened this issue Oct 6, 2020 · 0 comments
Open

Estimate per-star binary mass fraction #3

Gabriel-p opened this issue Oct 6, 2020 · 0 comments

Comments

@Gabriel-p
Copy link
Contributor

I think this is rather simple to implement using Bayesian inference:

  • The free parameters are the primary mass (M1) and the binary fraction (f), to estimate the secondary mass
  • A theoretical isochrone with the cluster's (z, a) is required, affected by the appropriate E(B-V), dm
  1. Select an observed binary system and generate a 2D Gaussian in the CMD, from its magnitude and color (and uncertainties)
  2. Sample (M1, f)
  3. Find the points in the (interpolated) isochrone with the closest masses to M1 and M2(=f*M1)
  4. Combine the magnitudes of both stars to generate the binary system's CMD position
  5. Evaluate the CMD position of this binary system in the 2D Gaussian generated in step 1
  6. Steps 1 to 5 are the Bayesian inference loop. Repeat for all binary systems

Related articles:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant