Prior distributions in MATLAB.
This page describes the prior toolbox.
Current release is 0.22.
As well as downloading the PRIOR software you need to obtain the toolboxes specified below.
Toolbox | Version |
---|---|
OPTIMI | 0.132 |
NDLUTIL | 0.16 |
Changes to the code for reading in priors written by C++ code.
This toolbox allows computation of several different prior distributions and their gradients. You can add distributions to the toolbox by creating versions of the relevant files. Once added, they can be tested using the priorTest
. For example you can test the Gaussian prior
>> priorTest('gaussian')
There are several prior models implemented, the mains ones that are being maintained for the latest release are:
gaussian gamma
These prior models are Gaussian (zero mean with precision 1), gamma (parameterised by a and b).
Page updated on Fri Apr 17 17:43:23 2009