Skip to content

Priors in the d2d framework

tmaiwald edited this page May 19, 2015 · 8 revisions

Prior knowledge about parameters can be considered as well. If knowledge is available, a Gaussian distribution can be used as a penalisation term for individual parameters by setting

#!matlab

ar.type(jp)=1;

for a normal distributed penalisation term,

#!matlab

ar.type(jp)=2;

for a uniform distributed penalisation term with normal bounds and 

#!matlab

ar.type(jp)=3;

for a L1 penalisation term.

To specify

Clone this wiki locally