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
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
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 }}
SURGroup
/
UQpy
Public
Notifications
You must be signed in to change notification settings
Fork
111
Star
362
Code
Issues
15
Pull requests
5
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Feature/distribution speed up
- #261
#261
Open
connor-krill
wants to merge 27 commits into
Development
SURGroup/UQpy:Development
from
feature/distribution_speed_up
SURGroup/UQpy:feature/distribution_speed_up
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Open
Feature/distribution speed up
#261
connor-krill
wants to merge 27 commits into
Development
SURGroup/UQpy:Development
from
feature/distribution_speed_up
SURGroup/UQpy:feature/distribution_speed_up
Copy head branch name to clipboard
Commits
Commits on Jun 2, 2023
implemented custom pdf, cdf, icdf method for Uniform.py
connor-krill
committed
b9539ab
View commit details
Copy full SHA for b9539ab
Browse repository at this point
implemented custom pdf, cdf method for Normal.py
connor-krill
committed
f98071a
View commit details
Copy full SHA for f98071a
Browse repository at this point
new validation type for NumericArrayLikes and appropriate tests for new pdf, cdf, icdf methods in Uniform and Normal
connor-krill
committed
8db235f
View commit details
Copy full SHA for 8db235f
Browse repository at this point
added scratch folder
connor-krill
committed
b3907b9
View commit details
Copy full SHA for b3907b9
Browse repository at this point
Commits on Sep 1, 2023
removed inverse cdf for normal bc it was slow and inaccurate
connor-krill
committed
2f895b4
View commit details
Copy full SHA for 2f895b4
Browse repository at this point
Merge remote-tracking branch 'origin/Development' into feature/distribution_speed_up
connor-krill
committed
83058db
View commit details
Copy full SHA for 83058db
Browse repository at this point
Commits on Sep 2, 2023
Merge branch 'Development' into feature/distribution_speed_up
dimtsap
authored
ce7ccad
View commit details
Copy full SHA for ce7ccad
Browse repository at this point
Commits on Sep 5, 2023
renamed variable input for consistency and to pass unit tests
connor-krill
committed
fc0dac7
View commit details
Copy full SHA for fc0dac7
Browse repository at this point
Merge remote-tracking branch 'origin/feature/distribution_speed_up' into feature/distribution_speed_up
connor-krill
committed
1e91dc8
View commit details
Copy full SHA for 1e91dc8
Browse repository at this point
Commits on Sep 12, 2023
changed return behavior for floats and ints in custom pdf, cdf, icdf functions
connor-krill
committed
8114bcd
View commit details
Copy full SHA for 8114bcd
Browse repository at this point
Commits on May 22, 2024
improved documentation, imports, and beartype
connor-krill
committed
d65483b
View commit details
Copy full SHA for d65483b
Browse repository at this point
moved tests for custom uniform and normal pdf, cdf, icdf to test_normal.py and test_uniform.py
connor-krill
committed
7c3bdc6
View commit details
Copy full SHA for 7c3bdc6
Browse repository at this point
cleaned up formatting
connor-krill
committed
c5f1783
View commit details
Copy full SHA for c5f1783
Browse repository at this point
Commits on May 28, 2024
added custom inverse function
connor-krill
committed
26ff00e
View commit details
Copy full SHA for 26ff00e
Browse repository at this point
added int as allowed output type
connor-krill
committed
298ccb6
View commit details
Copy full SHA for 298ccb6
Browse repository at this point
improved tests
connor-krill
committed
d10e00f
View commit details
Copy full SHA for d10e00f
Browse repository at this point
Commits on Oct 15, 2024
added tests for not-a-number and infinity
connor-krill
committed
fbd3aa7
View commit details
Copy full SHA for fbd3aa7
Browse repository at this point
Commits on Mar 5, 2025
added __repr__ method
connor-krill
committed
290a3cf
View commit details
Copy full SHA for 290a3cf
Browse repository at this point
added tests for __repr__ method
connor-krill
committed
bdb68d3
View commit details
Copy full SHA for bdb68d3
Browse repository at this point
added tests for custom pdf, cdf, icdf methods
connor-krill
committed
5258497
View commit details
Copy full SHA for 5258497
Browse repository at this point
Commits on Mar 17, 2025
minor improvements to docstrings
connor-krill
committed
ce275bf
View commit details
Copy full SHA for ce275bf
Browse repository at this point
Commits on Mar 18, 2025
Merge branch 'Development' into feature/distribution_speed_up
connor-krill
authored
7cb5f53
View commit details
Copy full SHA for 7cb5f53
Browse repository at this point
fixed how types are handled in `if` statement
connor-krill
committed
60d56dc
View commit details
Copy full SHA for 60d56dc
Browse repository at this point
Merge remote-tracking branch 'origin/feature/distribution_speed_up' into feature/distribution_speed_up
connor-krill
committed
98149f8
View commit details
Copy full SHA for 98149f8
Browse repository at this point
Commits on May 19, 2025
Merge branch 'Development' into feature/distribution_speed_up
connor-krill
authored
36c33d8
View commit details
Copy full SHA for 36c33d8
Browse repository at this point
Commits on May 29, 2025
added Triangular distribution to address issue #262
connor-krill
committed
29fe99a
View commit details
Copy full SHA for 29fe99a
Browse repository at this point
Merge remote-tracking branch 'origin/feature/distribution_speed_up' into feature/distribution_speed_up
connor-krill
committed
bcf6122
View commit details
Copy full SHA for bcf6122
Browse repository at this point
You can’t perform that action at this time.