Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
icecube
/
kingmaker
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
1
Code
Issues
4
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Fit the CDF with scipy.optimize.minimize
- #6
#6
Merged
mjlarson
merged 10 commits into
main
icecube/kingmaker:main
from
mlarson/switch_to_minimize
icecube/kingmaker:mlarson/switch_to_minimize
Copy head branch name to clipboard
May 8, 2026
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Fit the CDF with scipy.optimize.minimize
#6
mjlarson
merged 10 commits into
main
icecube/kingmaker:main
from
mlarson/switch_to_minimize
icecube/kingmaker:mlarson/switch_to_minimize
Copy head branch name to clipboard
Commits
Commits on May 6, 2026
Fit the CDF instead of the PDF for more stability. Use scipy's minimize instead with a numerically calculated gradient and skip the grid search.
mjlarson
committed
bfcb3ab
View commit details
Copy full SHA for bfcb3ab
Browse repository at this point
Add tqdm. Swap from numerical integration of CDF to an analytic form to speed up fitting and normalizations. Since normalization is faster, swap fitter and likelihood to use KingPDF instead of Inte…
Show description for db87d3d
mjlarson
committed
db87d3d
View commit details
Copy full SHA for db87d3d
Browse repository at this point
Remove InterpolatedKingPDF code. TemplateSmearedKingPDF tests are failing with reshaping errors. That comes next.
mjlarson
committed
3095163
View commit details
Copy full SHA for 3095163
Browse repository at this point
Fix TemplateSmearedKingPDF tests. Add guards against alpha<=0 and beta<=1.
mjlarson
committed
cb0afed
View commit details
Copy full SHA for cb0afed
Browse repository at this point
Commits on May 7, 2026
Add in-code masking of events during set_events. Results in a ~60% speed improvement.
mjlarson
committed
460631a
View commit details
Copy full SHA for 460631a
Browse repository at this point
Some speed and debugging improvements.
mjlarson
committed
84a3759
View commit details
Copy full SHA for 84a3759
Browse repository at this point
Remove debugging lines.
mjlarson
committed
da1a5ab
View commit details
Copy full SHA for da1a5ab
Browse repository at this point
Commits on May 8, 2026
Copilot review fixes.
mjlarson
committed
5d3dbca
View commit details
Copy full SHA for 5d3dbca
Browse repository at this point
Fix docs
mjlarson
committed
34817bd
View commit details
Copy full SHA for 34817bd
Browse repository at this point
more copilot suggestions.
mjlarson
committed
92c1ecf
View commit details
Copy full SHA for 92c1ecf
Browse repository at this point
You can’t perform that action at this time.