Hi everyone
My name is Emanuele, I am an applied math and data science master’s student and I am interested in the GSoC 2026 project Priorsense improvements.
I submitted a small Pull Request. It resolves an explicit TODO in R/plots.R by optimizing the expansion of indexed variables.
Additionally, I have been thinking about the scalability of the package for high-dimensional models . I have put together a short Notebook as proof of concept outlining a potential mathematical optimization as well as a more classic software engineering one. For the former, my core idea is to introduce a screening phase to filter out and avoid performing the Importance Sampling on every single parameter. This is done by using the variance of the log-likelihood thanks to which we could analytically approximate the KL divergence for small perturbations.
Since this is my first time participating in Google Summer of Code, I have questions on how to draft the proposal and process for you. Specifically:
-
Is there a specific proposal template preferred by Stan that I should follow?
-
How precise and granular should the weekly timeline and technical implementation details be at this stage?
-
Would you be open to taking a quick look at my Notebook or draft of the proposal to let me know if this direction aligns with your vision for the project?
I look forward to your feedback
Emanuele