Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameter "rho" in HGF #259

Open
a-yur opened this issue Feb 13, 2024 · 1 comment
Open

Parameter "rho" in HGF #259

a-yur opened this issue Feb 13, 2024 · 1 comment
Assignees
Labels
help wanted hgf Issues related to HGF Toolbox

Comments

@a-yur
Copy link

a-yur commented Feb 13, 2024

I have a question regarding one of the parameters. What is the meaning of the parameter "rho" and where was it introduced? It is present in the code, for example, it is define in tapas_hgf_binary_config.m as:

% Rhos
% Format: row vector of length n_levels.
% Undefined (therefore NaN) at the first level.
% Fix this to zero to turn off drift.
c.rhomu = [NaN, 0, 0];
c.rhosa = [NaN, 0, 0];

but I haven’t found it in the mathematical descriptions of the papers “A Bayesian foundation for individual learning under uncertainty”, Frontiers in Human Neuroscience, 2011 and “Uncertainty in perception and the Hierarchical Gaussian Filter”, Frontiers in Human Neuroscience, 2014.

@a-yur a-yur changed the title Parameter "rho" Parameter "rho" in HGF Feb 13, 2024
@chmathys
Copy link
Collaborator

chmathys commented Feb 13, 2024 via email

@chmathys chmathys self-assigned this Feb 13, 2024
@chmathys chmathys added help wanted hgf Issues related to HGF Toolbox labels Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted hgf Issues related to HGF Toolbox
Projects
None yet
Development

No branches or pull requests

2 participants