Ben Ogorek

Results 11 issues of Ben Ogorek

[The Wikipedia page on the Kalman Filter](https://en.wikipedia.org/wiki/Kalman_filter) has the state equation including a "control input model" with matrix "B_k" multiplied by control input "u_k". Python's [statsmodels](https://www.statsmodels.org/stable/statespace.html) package offers a state...

I enjoyed the Statsmodels write-up on endogeneity: http://www.statsmodels.org/dev/endog_exog.html until the bottom when I read the sentence: "if the error terms are autocorrelated, then OLS does not have good statistical properties...

comp-docs
good first issue

I'm learning a lot going through your code, and I was hoping to submit the median-based regression model alone to get a feel of how that works pre-keras. But last...

We were having trouble with wheel creation, which apparently has to do with an older version of setuptools adding `Requires-Dist: windows-curses;` for all systems, which will break on linux. The...

Called .scrollrc, perhaps? Just had the idea that there could be a calibration function where the user presses each key named in the file to ensure the right key code...

Per @johncmerfeld's comments in [Pull Request 11](https://github.com/baogorek/datascroller/pull/11), which were "_I've got some thoughts on the user experience of scrolling; more specifically the keybindings. My intuition is that we could switch...

enhancement

Using zipcodeR_0.3.5. 91230 appears to be a valid San Diego Zip: ``` reverse_zipcode('91230') ``` ``` Warning message: In reverse_zipcode("91230") : No data found for ZIP code 91230 ```

Safari Version 17.2 (19617.1.17.11.9) This example, https://github.com/baogorek/Miscellaneous/blob/master/R-code/hello-webR.html, works in Chrome and Edge. What you should see is ![image](https://github.com/user-attachments/assets/288afa45-5b8c-4d95-9077-68e7e3af69dc) But if you see nothing after "Hello, World! x = 12," then...

bug

## Summary This PR extends all economic uprating parameters from 2036 through 2100 using data from the **Social Security Administration (SSA) Trustees Report 2025**, ensuring PolicyEngine US can perform accurate...

## Summary - Migrates all GitHub Actions workflows from `ubuntu-latest` to self-hosted GCP runner - Improves performance and resource availability for CI/CD jobs - Uses n2-standard-16 spot instance (64GB RAM,...