The Wayback Machine - https://web.archive.org/web/20200612101527/https://github.com/topics/mcmc
Skip to content
#

mcmc

Here are 373 public repositories matching this topic...

ljschumacher
ljschumacher commented Mar 11, 2020

General information:

  • emcee version: 3.0.2
  • platform: MacOS X
  • installation method (pip/conda/source/other?): pip

Problem description:
The docstring for the integrated_time function still mentions the argument 'axis', which does not seem to be implemented anymore. It would be great if the axis argument could be specified, to avoid having to swap axes before passing to this func

bob-carpenter
bob-carpenter commented Oct 3, 2019

Summary:

Right now there is a wiki page:

https://github.com/stan-dev/rstan/wiki/RStan-Mojave-Mac-OS-X-Prerequisite-Installation-Instructions

about a particular aspect of Mac OS X installation. Can we roll that into the basic install instructions?

https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started

Otherwise, I fear people won't find it. Right now, there's a bunch of

walterxie
walterxie commented Apr 11, 2018

@alexeid @rbouckaert @tgvaughan
Alexei and I are proposing a knowledge-based package manager, and I think you should join us. The current package manager is still not informative, which does not provide enough information about features and models. We already have the features table in beast2.org, but they are not synchronised each other.

The idea is to eventually build up a system that re

GuyBaele
GuyBaele commented Aug 2, 2017

When setting up tip date sampling in BEAUti, half a year is being added implicitly to the sampling date. However, this change is not reflected in BEAUti, nor in the XML that is being generated. It would be better to modify the sampling date (both in BEAUti and the XML) so that there can be no confusion.

Steps to reproduce:

  1. Load data set into BEAUti
  2. Guess dates
  3. Select one or more seq
perrydv
perrydv commented Feb 22, 2020

Currently the User Manual section on user-defined samplers does not explain mvSaved very clearly. In addition, for learning how nimCopy works, the User Manual and roxygen entries each point to the other, so it could help to put more explanation in one of them.

andrrizzi
andrrizzi commented Nov 8, 2019

For now, the serialization system is based on calling directly __getstate__ and __setstate__. We should add to_dict and from_dict methods.

Note that many objects have __get/setstate__ methods that accept arguments that can be used to improve performance (e.g. SamplerState.__getstate__(ingore_velocities=False)) and should have an equivalent argument in to/from_dict.

See also #40

Improve this page

Add a description, image, and links to the mcmc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mcmc topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.