{"id":32177461,"url":"https://github.com/nickpoison/astsa","last_synced_at":"2025-10-21T20:07:07.518Z","repository":{"id":40775470,"uuid":"74777771","full_name":"nickpoison/astsa","owner":"nickpoison","description":"R package to accompany Time Series Analysis and Its Applications: With R Examples -and- Time Series: A Data Analysis Approach Using R ","archived":false,"fork":false,"pushed_at":"2025-10-19T03:42:36.000Z","size":100291,"stargazers_count":134,"open_issues_count":0,"forks_count":46,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-10-19T14:33:40.550Z","etag":null,"topics":["astsa","data-analysis","data-science","dna-sequences","em-algorithm","kalman-filter","missing-data","package","r","state-space-models","time-series-analysis"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nickpoison.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-11-25T17:43:41.000Z","updated_at":"2025-10-19T03:42:40.000Z","dependencies_parsed_at":"2023-09-30T20:03:02.005Z","dependency_job_id":"83761b70-2c88-46dc-aba6-6ddd9de5b17f","html_url":"https://github.com/nickpoison/astsa","commit_stats":{"total_commits":1608,"total_committers":3,"mean_commits":536.0,"dds":0.09266169154228854,"last_synced_commit":"207a0fcab4dab46f88fb09d48d229b543873d0e8"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nickpoison/astsa","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickpoison%2Fastsa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickpoison%2Fastsa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickpoison%2Fastsa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickpoison%2Fastsa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickpoison","download_url":"https://codeload.github.com/nickpoison/astsa/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickpoison%2Fastsa/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280189426,"owners_count":26287702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-20T02:00:06.978Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["astsa","data-analysis","data-science","dna-sequences","em-algorithm","kalman-filter","missing-data","package","r","state-space-models","time-series-analysis"],"created_at":"2025-10-21T20:07:04.239Z","updated_at":"2025-10-21T20:07:07.512Z","avatar_url":"https://github.com/nickpoison.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"## astsa \u0026mdash; applied statistical time series analysis\n\n\u003cimg src=\"fun_with_astsa/figs/astsa.gif\" alt=\"astsa\"  height=\"100\"\u003e\n                       \n                                        \n\n\u003e The package is now in the folder [astsa_build](https://github.com/nickpoison/astsa/tree/master/astsa_build) \n\n... `astsa` is the R package to accompany the [Springer](https://link.springer.com/book/9783031705830) text, [Time Series Analysis and Its Applications: With R Examples](https://github.com/nickpoison/tsa5/blob/main/textRcode.md)  and the [Chapman \u0026 Hall](https://www.routledge.com/Time-Series-A-Data-Analysis-Approach-Using-R/Shumway-Stoffer/p/book/9781041031642) text  [Time Series: A Data Analysis Approach using R](https://github.com/nickpoison/tsda2/blob/main/Rcode.md). \n\n\n\n\n\n#### \u0026#10024;  [NEWS](https://github.com/nickpoison/astsa/blob/master/NEWS.md) has further details about the state of the package and the changelog.\n\n#### \u0026#10024; Here is [A Road Map](https://nickpoison.github.io/) if you want a broad view of what is available.\n\n\n\n\nWe won't always push the latest version of the package to CRAN, but the latest working version of the package will always be at Github.\n\n\n* A demonstration of the capabilities of `astsa` can be found here at [FUN WITH ASTSA](https://github.com/nickpoison/astsa/blob/master/fun_with_astsa/fun_with_astsa.md) .\n\n\n* The  [code for the graduate level text](https://github.com/nickpoison/tsa5/blob/master/textRcode.md) is here: [TSA5](https://github.com/nickpoison/tsa5/blob/master/textRcode.md).\n\n* The updated [code for the data science text](https://github.com/nickpoison/tsda2/blob/master/Rcode.md) is here: [TSDA2](https://github.com/nickpoison/tsda2/blob/master/Rcode.md).\n\n* Python:\n\n    - The [code in the first 3 chapters of the Springer text (edition 4) has been converted to Python here.](https://github.com/borisgarbuzov/tsa4-python/tree/master/src) \n\n    - And a [Python package that contains many of the datasets from astsa is here.](https://pypi.org/project/astsadata/)\n\n\u003cbr/\u003e\n\n\n[![](https://cranlogs.r-pkg.org/badges/grand-total/astsa)](https://cran.r-project.org/package=astsa) \u0026nbsp; [![](https://www.r-pkg.org/badges/version/astsa)](https://www.r-pkg.org/badges/version/astsa) \u0026nbsp; ![](https://komarev.com/ghpvc/?username=nickpoison\u0026color=blueviolet\u0026base=66666\u0026label=Guests )\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickpoison%2Fastsa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickpoison%2Fastsa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickpoison%2Fastsa/lists"}