Skip to content

Suggestion for adapting the parameter aggregation #33

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

Open
KarolineHuth opened this issue Nov 19, 2024 · 0 comments
Open

Suggestion for adapting the parameter aggregation #33

KarolineHuth opened this issue Nov 19, 2024 · 0 comments

Comments

@KarolineHuth
Copy link

Hi Jonas,

in some recent work, we looked at the nodewise estimation approach for networks https://osf.io/preprints/psyarxiv/nmdxe. In the manuscript, we looked at the asymptotic properties of different methods of aggregating the parameters. In there, we show that merely averaging the two parameters leads to an asymptotically biased estimator. Instead, one should multiply or rescale the nodewise parameters. To avoid the bias in MGM, we recommend updating the R code that aggregates the edge weights in your script. If adopting the multiplied approach, one can obtain the edge weights with

sgn(weights_matrix)sqrt(weights_matrixt(weights_matrix))

Happy to discuss further.

Best, Karoline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant