Published September 9, 2022 | Version v1
Dataset Open

MCMC chains for demographic fits presented in "NICMOS Kernel-Phase Interferometry II: Demographics of Nearby Brown Dwarfs"

  • 1. The University of Texas at Austin

Description

These files are the data behind the figure for Figure 3 (and the corresponding Figure Set) as well as other fits presented in Table 5. They are saved in npy format which can be read into python using numpy according to the code snippet below.

The files are flattened and trimmed MCMC chains produced by running emcee (Foreman-Mackey et al. 2013) using 64 walkers for 10,000 steps. The first 1,000 steps were trimmed for burn in and the remaining chains were thinned by 40 steps.

The files are named according to the following convention: flatSamples<malm cor><age><prior>.npy where:

<malm cor> is either 'Malm' or '' (nothing) if the model population was or was not corrected for Malmquist bias (before comparing to the observed population while fitting).

<age> is '0p9', '1p2', '1p5', '1p9', '2p4', or '3p1' according to that assumed field age (in Gyr).

<prior> is 'U' or 'I' for uninformed or informed (incorporating the information from Blake et al. 2010 on the unresolved population).

The true underlying population corresponds to the flatSamplesMalm<age>I.npy files while the others are included for context and comparison to populations fit to the observed (not Malmquist corrected) population. The uninformed prior chains are dominated by a significant population of unresolved companions which is not consistent with previous RV studies.

The files can be read into python using:

import numpy as np
flat_samples0p9I  = np.load('flatSamples0p9I.npy')

which produces an array with shape 14400 x 4. The rows are the samples and the four columns are the parameters \(F, \gamma, \overline{\log(\rho)}\), and \(\sigma_{\log(\rho)}\), respectively.

Files

README.txt

Files (11.1 MB)

Name Size Download all
md5:d62b76849deb78e4cd13b277750f86cb
460.9 kB Download
md5:fbf4299e6ec6d972cb8e3257df8b7dad
460.9 kB Download
md5:3e5aac10b56c1ccc7c7d1c1e0d79b8e3
460.9 kB Download
md5:d4750354ad94c5c6b9cff17a847d66d6
460.9 kB Download
md5:299e93760d6ca2501a05d10481627a6c
460.9 kB Download
md5:303f8be2d82ea23b7abc6466d51230ba
460.9 kB Download
md5:29388770ed0c66bfa196769feb418598
460.9 kB Download
md5:d7855e6abb8fd1d826f88ccd4605b4b9
460.9 kB Download
md5:ed2d9e72015a9dfedf5b1675f264de90
460.9 kB Download
md5:7b9e24ff650a086dffde3a609ca7f175
460.9 kB Download
md5:5e7290ef235c643bcb23c14fc83c1853
460.9 kB Download
md5:b18cf0248b7331e42438e748fa3bb568
460.9 kB Download
md5:683b140a20e1d09b3b832ac2d7940580
460.9 kB Download
md5:61dc450d3369af00f591710d6af7d8a4
460.9 kB Download
md5:a045735cf48736e6736a1ae19519d23b
460.9 kB Download
md5:0ed41ce81d0a673756440bfcde5b228d
460.9 kB Download
md5:1d0df55b89c188ee262b957b76bb7469
460.9 kB Download
md5:d643ece34c34aa57a481b2f31e0d472c
460.9 kB Download
md5:4df8ca84991166c4a47539da724a9862
460.9 kB Download
md5:190c3d081252e3b3569d754dab691181
460.9 kB Download
md5:f9c9c12ca67c9780148021451814c66f
460.9 kB Download
md5:d0f1029fd515a83ddb4b122547661b3d
460.9 kB Download
md5:a7e72a4b2f63bbc8b923b5ba3bfa090a
460.9 kB Download
md5:394648f5f92749be42ca54401935af3d
460.9 kB Download
md5:5aeab9a946d50336e7d7117aff9b9313
1.7 kB Preview Download

Additional details

Related works

Is supplement to
Preprint: 10.48550/arXiv.2211.16481 (DOI)

References

  • Foreman-Mackey et al. (2013)