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 }}
clbustos
/
statsample
Public
Notifications
You must be signed in to change notification settings
Fork
92
Star
407
Code
Issues
15
Pull requests
10
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
CodeReview Round 1
- #14
#14
Open
monicadragan
wants to merge 23 commits into
clbustos:master
clbustos/statsample:master
from
AnkurGel:master
AnkurGel/statsample:master
Copy head branch name to clipboard
Conversation
Commits
23
(23)
Checks
Files changed
Open
CodeReview Round 1
#14
monicadragan
wants to merge 23 commits into
clbustos:master
clbustos/statsample:master
from
AnkurGel:master
AnkurGel/statsample:master
Copy head branch name to clipboard
Commits
Commits on Apr 24, 2013
Added Gemspec with new gems listing
AnkurGel
committed
af7b624
View commit details
Copy full SHA for af7b624
Browse repository at this point
Converted README to proper markdown. Easily readable now.
AnkurGel
committed
2efd9fb
View commit details
Copy full SHA for 2efd9fb
Browse repository at this point
Added specs for Simple Random Sampling(SRS) and Time Series Analysis.
Show description for 80f7a73
AnkurGel
committed
80f7a73
View commit details
Copy full SHA for 80f7a73
Browse repository at this point
Commits on May 1, 2013
Added tests for StratifiedSample with proper comments on their significance
Show description for b95ca73
AnkurGel
committed
b95ca73
View commit details
Copy full SHA for b95ca73
Browse repository at this point
Commits on Jun 22, 2013
corrected doc typo
AnkurGel
committed
fcfa01e
View commit details
Copy full SHA for fcfa01e
Browse repository at this point
Regression tests
AnkurGel
committed
47ff467
View commit details
Copy full SHA for 47ff467
Browse repository at this point
Commits on Jun 23, 2013
Repaired F tests, removed shoulda references
AnkurGel
committed
734f3be
View commit details
Copy full SHA for 734f3be
Browse repository at this point
Commits on Jun 24, 2013
Prepared gemspec with updated version of dependencies for proper build and devs.
Show description for acc618e
AnkurGel
committed
acc618e
View commit details
Copy full SHA for acc618e
Browse repository at this point
Commits on Jun 26, 2013
Merged from clbustos. Merge remote-tracking branch 'upstream/master'
Show description for 05aa48e
AnkurGel
committed
05aa48e
View commit details
Copy full SHA for 05aa48e
Browse repository at this point
Commits on Jun 30, 2013
Wald test implemented
AnkurGel
committed
fd06759
View commit details
Copy full SHA for fd06759
Browse repository at this point
Implemented wald tests for acf mean, variance and distributed chi-square
AnkurGel
committed
67aa8c9
View commit details
Copy full SHA for 67aa8c9
Browse repository at this point
Commits on Jul 1, 2013
Wald test. To test acf and fit on an ARIMA model.
AnkurGel
committed
ac99e29
View commit details
Copy full SHA for ac99e29
Browse repository at this point
Commits on Jul 3, 2013
Implementing pacf with yule walker for unbiased and mle method.
AnkurGel
committed
99b31c5
View commit details
Copy full SHA for 99b31c5
Browse repository at this point
Commits on Jul 5, 2013
Implemented pacf with yule-walker.
AnkurGel
committed
2baf8a0
View commit details
Copy full SHA for 2baf8a0
Browse repository at this point
Corrected a loop mistake in pacf implementation.
Show description for 935e107
AnkurGel
committed
935e107
View commit details
Copy full SHA for 935e107
Browse repository at this point
Commits on Jul 6, 2013
Additional comments on pacf usage documented
AnkurGel
committed
d83c19b
View commit details
Copy full SHA for d83c19b
Browse repository at this point
Initial tests for pacf
AnkurGel
committed
1efd7fc
View commit details
Copy full SHA for 1efd7fc
Browse repository at this point
Commits on Jul 7, 2013
Tested assertions for pacf in range (1..10)
AnkurGel
committed
05dad29
View commit details
Copy full SHA for 05dad29
Browse repository at this point
Commits on Jul 8, 2013
Abstracted code for Pacf in a new Statsample::TimeSeries::Pacf module. Addressed few concerns by Monica and Claudio. :)
AnkurGel
committed
623acbf
View commit details
Copy full SHA for 623acbf
Browse repository at this point
Commits on Jul 11, 2013
Listed cucumber gem in gemspec, added 'features' directory in test_files
AnkurGel
committed
8849e9e
View commit details
Copy full SHA for 8849e9e
Browse repository at this point
Full featured cucumber tests for pacf module.
AnkurGel
committed
3616c9e
View commit details
Copy full SHA for 3616c9e
Browse repository at this point
Adding cucumber tests for autocorrelation.
AnkurGel
committed
46287c0
View commit details
Copy full SHA for 46287c0
Browse repository at this point
Commits on Jul 14, 2013
basic prototype of arima module.
Show description for e74ec7e
AnkurGel
committed
e74ec7e
View commit details
Copy full SHA for e74ec7e
Browse repository at this point
You can’t perform that action at this time.