Alternaria
fit cylinders and ellipsoids to fungus
|
MCMC sampler moves that propose changes to an Alternaria_model. More...
#include <config.h>
#include <cstdlib>
#include <cmath>
#include <cassert>
#include <iostream>
#include <iomanip>
#include <inttypes.h>
#include <jwsc/base/limits.h>
#include <jwsc/math/constants.h>
#include <jwsc/prob/pdf.h>
#include <jwsc/prob/pmf.h>
#include <jwsc++/base/exception.h>
#include "sampler.h"
#include "structure.h"
#include "hypha.h"
#include "spore.h"
#include "alternaria_model.h"
#include "alternaria_moves.h"
Go to the source code of this file.
MCMC sampler moves that propose changes to an Alternaria_model.
Definition in file alternaria_moves.cpp.