Reliable studies of the long-term dynamics of planetary systems require numerical integrators that are accurate and fast. The challenge is often formidable because the chaotic nature of many systems requires relative numerical error bounds at or close to machine precision (∼10−16, double-precision arithmetic); otherwise, numerical chaos may dominate over physical chaos. Currently, the speed/accuracy demands are usually only met by symplectic integrators. For example, the most up-to-date long-term astronomical solutions for the solar system in the past (widely used in, e.g., astrochronology and high-precision geological dating) have been obtained using symplectic integrators. However, the source codes of these integrators are unavailable. Here I present the symplectic integrator The orbitN source code (C) is available at
High-fidelity simulators that connect theoretical models with observations are indispensable tools in many sciences. If the likelihood is known, inference can proceed using standard techniques. However, when the likelihood is intractable or unknown, a simulator makes it possible to infer the parameters of a theoretical model directly from real and simulated observations when coupled with machine learning. We introduce an extension of the recently proposed likelihood-free frequentist inference ( Code to reproduce all of our results is available on
- Award ID(s):
- 2045843
- NSF-PAR ID:
- 10489159
- Publisher / Repository:
- IOP Publishing
- Date Published:
- Journal Name:
- Machine Learning: Science and Technology
- Volume:
- 5
- Issue:
- 1
- ISSN:
- 2632-2153
- Format(s):
- Medium: X Size: Article No. 015020
- Size(s):
- Article No. 015020
- Sponsoring Org:
- National Science Foundation
More Like this
-
Abstract orbitN (lean version 1.0) with the primary goal of generating accurate and reproducible long-term orbital solutions for near-Keplerian planetary systems (here the solar system) with a dominant massM 0. Among other features,orbitN-1.0 includesM 0’s quadrupole moment, a lunar contribution, and post-Newtonian corrections (1PN) due toM 0(fast symplectic implementation). To reduce numerical round-off errors, Kahan compensated summation was implemented. I useorbitN to provide insight into the effect of various processes on the long-term chaos in the solar system. Notably, 1PN corrections have the opposite effect on chaoticity/stability on a 100 Myr versus Gyr timescale. For the current application,orbitN is about as fast as or faster (factor 1.15–2.6) than comparable integrators, depending on hardware.1http://github.com/rezeebe/orbitN . -
Abstract Stellar variability is a limiting factor for planet detection and characterization, particularly around active M-type stars. Here we revisit one of the most active stars from the Kepler mission, the M4 star GJ 1243, and use a sample of 414 flare events from 11 months of 1-minute cadence light curves to study the empirical morphology of white-light stellar flares. We use a Gaussian process detrending technique to account for the underlying starspots. We present an improved analytic, continuous flare template that is generated by stacking the flares onto a scaled time and amplitude and uses a Markov Chain Monte Carlo analysis to fit the model. Our model is defined using classical flare events but can also be used to model complex, multipeaked flare events. We demonstrate the utility of our model using TESS data at the 10-minute, 2-minute, and 20 s cadence modes. Our new flare model code is made publicly available on GitHub.5
https://github.com/lupitatovar/Llamaradas-Estelares -
Abstract It is standard statistical practice to provide measures of uncertainty around parameter estimates. Unfortunately, this very basic and necessary enterprise is often absent in macroevolutionary studies using maximum likelihood estimates (MLEs).
dentist is an R package that allows an approximation of confidence intervals (CI) around parameter estimates without an analytic solution to likelihood equations. This package works by ‘denting’ the likelihood surface by sampling points a specified distance around the MLE following what is essentially a Metropolis‐Hastings walk.
We describe the importance of estimating uncertainty around parameter estimates, as well as demonstrate the ability of dentist to accurately approximate CI.
We introduce several plotting tools to visualize the results of a dentist analysis. dentist is freely available from
https://github.com/bomeara/dentist , written in the R language, and can be used for any given likelihood function. -
Abstract Copy number aberrations (CNAs) are ubiquitous in many types of cancer. Inferring CNAs from cancer genomic data could help shed light on the initiation, progression, and potential treatment of cancer. While such data have traditionally been available via “bulk sequencing,” the more recently introduced techniques for single-cell DNA sequencing (scDNAseq) provide the type of data that makes CNA inference possible at the single-cell resolution. We introduce a new birth-death evolutionary model of CNAs and a Bayesian method, NestedBD, for the inference of evolutionary trees (topologies and branch lengths with relative mutation rates) from single-cell data. We evaluated NestedBD’s performance using simulated data sets, benchmarking its accuracy against traditional phylogenetic tools as well as state-of-the-art methods. The results show that NestedBD infers more accurate topologies and branch lengths, and that the birth-death model can improve the accuracy of copy number estimation. And when applied to biological data sets, NestedBD infers plausible evolutionary histories of two colorectal cancer samples. NestedBD is available at
https://github.com/Androstane/NestedBD . -
Abstract Background Differential correlation networks are increasingly used to delineate changes in interactions among biomolecules. They characterize differences between omics networks under two different conditions, and can be used to delineate mechanisms of disease initiation and progression.
Results We present a new R package, , that facilitates the estimation and visualization of differential correlation networks using multiple correlation measures and inference methods. The software is implemented in , and , and is available at
https://github.com/sqyu/CorDiffViz . Visualization has been tested for the Chrome and Firefox web browsers. A demo is available athttps://diffcornet.github.io/CorDiffViz/demo.html .Conclusions Our software offers considerable flexibility by allowing the user to interact with the visualization and choose from different estimation methods and visualizations. It also allows the user to easily toggle between correlation networks for samples under one condition and differential correlations between samples under two conditions. Moreover, the software facilitates integrative analysis of cross-correlation networks between two omics data sets.