ADMB Documentation
-a65f1c97
|
#include <admodel.h>
Go to the source code of this file.
Functions | |
dvector | bounded_multivariate_normal (int nvar, const dvector &a1, const dvector &b1, dmatrix &ch, const double &_wght, random_number_generator &rng) |
dvector | bounded_multivariate_uniform (int nvar, const dvector &a1, const dvector &b1, dmatrix &ch, const double &_wght, random_number_generator &rng) |
dvector | bounded_robust_multivariate_normal (int nvar, const dvector &a1, const dvector &b1, dmatrix &ch, const dmatrix &ch3, double contaminant, const double &_wght, random_number_generator &rng) |
double | cumd_exp (double x) |
double | cumd_norm (const double &x) |
Culative normal distribution; constant objects. More... | |
double | ffmax (double a, double b) |
double | ffmin (double a, double b) |
double | inv_cumd_exp (double x) |
double | inv_cumd_norm (const double &x) |
$Id$ More... | |
double | myran1 (long int &) |
dvector | probing_bounded_multivariate_normal (int nvar, const dvector &a1, const dvector &b1, dmatrix &ch, const double &_wght, double pprobe, random_number_generator &rng) |
dvector bounded_multivariate_normal | ( | int | nvar, |
const dvector & | a1, | ||
const dvector & | b1, | ||
dmatrix & | ch, | ||
const double & | _wght, | ||
random_number_generator & | rng | ||
) |
dvector bounded_multivariate_uniform | ( | int | nvar, |
const dvector & | a1, | ||
const dvector & | b1, | ||
dmatrix & | ch, | ||
const double & | _wght, | ||
random_number_generator & | rng | ||
) |
Definition at line 216 of file monte.cpp.
Referenced by function_minimizer::mcmc_routine(), and function_minimizer::rwm_mcmc_routine().
double ffmax | ( | double | a, |
double | b | ||
) |
Definition at line 14 of file monte.cpp.
Referenced by bounded_multivariate_uniform(), and bounded_multivariate_uniform_mcmc().
double ffmin | ( | double | a, |
double | b | ||
) |
Definition at line 19 of file monte.cpp.
Referenced by bounded_multivariate_uniform(), and bounded_multivariate_uniform_mcmc().
double inv_cumd_norm | ( | const double & | x | ) |
$Id$
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California
$Id$
Definition at line 78 of file cumdist.cpp.
double myran1 | ( | long int & | ) |
Generated on Wed Sep 7 2022 00:01:32 for ADMB Documentation by 1.8.5 |