Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"latex-workshop.latex.external.build": { | |
"command": "tectonic", | |
"args": ["--print", "--synctex", "%DOC%.tex"] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% Expand NASA ADS journal macros | |
% ref: https://ui.adsabs.harvard.edu/help/actions/journal-macros | |
@string{aas="American Astronomical Society Meeting Abstracts"} | |
@string{aj="Astronomical Journal"} | |
@string{actaa="Acta Astronomica"} | |
@string{araa="Annual Review of Astron and Astrophysis"} | |
@string{apj="Astrophysical Journal"} | |
@string{apjl="Astrophysical Journal, Letters"} | |
@string{apjs="Astrophysical Journal, Supplement"} | |
@string{ao="Applied Optics"} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import tensorflow_probability.substrates.jax as tfp | |
import jax.numpy as jnp | |
import jax.scipy as jsp | |
from jax import lax | |
import jax.random as random | |
from numpyro.distributions import constraints | |
from numpyro.distributions.distribution import Distribution | |
from numpyro.distributions.util import is_prng_key, promote_shapes, validate_sample | |
def _random_chi2(key, df, shape=(), dtype=jnp.float_): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
channels: | |
- conda-forge | |
dependencies: | |
- python =3.9 | |
- numpy | |
- mkl-service | |
- scipy | |
- matplotlib | |
- jupyter | |
- jupyterlab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
import os | |
import re | |
import time | |
import json | |
import argparse | |
import requests | |
import tempfile |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder