Yi Wang
Yi Wang
How to reproduce the problem: primusrun mathematica In the opened mathematica interface, run, for example, Plot3D[Sin[x + y^2], {x, -3, 3}, {y, -2, 2}] The output is white space. There...
OBS 28 is in its Release Candidate stage. Would background removal be updated to natively run on Mac M1?
In LaTeX, it would be prettier if we format `$\Delta t$` as `$Δt$` instead of `$Δ t$`, i.e. include the space after `\Delta` into the symbol `Δ`.
Hi everybody, Is there an option to print individual likelihoods in chain files? For example, in CosmoMC, if both CMB and BAO data are used, in the chain files there...
I am doing MCMC with Planck likelihood + additional custom parameters in the power spectrum (using `generate_Pk.py`). To get a covariance matrix, I did the follows: (1) Do a short...
I am trying nest sampling with some fixed cosmological parameters and some varying ones. For example, ``` data.cosmo_arguments['P_k_ini type'] = 'external_Pk' data.cosmo_arguments['command'] = 'python $(pwd)/generate_Pk.py' # params: 1: pivot. 2:...