Neil's homepage | | research group | | MLO Researchers | |
![]() |
The PRIOR software can be downloaded here.
Current release is 0.22.
As well as downloading the PRIOR software you need to obtain the toolboxes specified below. These can be downloaded using the same password you get from registering for the PRIOR software.
Toolbox | Version |
OPTIMI | 0.132 |
NDLUTIL | 0.16 |
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).