NicolasClairis
Results
3
issues of
NicolasClairis
In some cases the amount of clusters identified by RFT_main.m (nc line 165) and the number of peaks identified (is line 221) does not match. (If no local maxima could...
On the hard constraints recovery, the [VBA wiki](https://mbb-team.github.io/VBA-toolbox/wiki/param-transform/#the-exponential-mapping) suggests the following Monte-Carlo method to recover the posteriors: ``` suffStat.mu = posterior.muTheta(ind); suffStat.Sigma = posterior.SigmaTheta(ind,ind); N = 1e6; % number of...