1function lNormConst = getProbNormConstAggr(self)
2% LNORMCONST = GETPROBNORMCONST()
4if GlobalConstants.DummyMode
9switch self.options.method
10 case {
'jmva',
'jmva.recal',
'jmva.comom'}%,
'jmva.ls'}
12 lNormConst = self.result.Prob.logNormConstAggr;
14 lNormConst = NaN; %#ok<NASGU>
15 line_error(mfilename,
'Selected solver method does not compute normalizing constants. Choose either jmva.recal, jmva.comom, or jmva.ls.');