IRIS Toolbox Reference Manual

plotpp

Plot prior and/or posterior distributions and/or posterior mode

Syntax

[PrG,PoG,H] = grfun.plotpp(E,[],[],...)
[PrG,PoG,H] = grfun.plotpp(E,Est,[],...)
[PrG,PoG,H] = grfun.plotpp(E,[],Theta,...)
[PrG,PoG,H] = grfun.plotpp(E,[],Stats,...)
[PrG,PoG,H] = grfun.plotpp(E,Est,Theta,...)
[PrG,PoG,H] = grfun.plotpp(E,Est,Stats,...)

Input arguments

Output arguments

Options

Description

The options that control what will be plotted in the graphs (i.e. 'plotInit=', 'plotPrior=', 'plotMode=', 'plotPoster=', 'plotBounds=','title=') can be set to one of the following three values:

Example