{"id":25854775,"url":"https://github.com/jchristopherson/fstats","last_synced_at":"2025-09-23T06:42:03.099Z","repository":{"id":65466412,"uuid":"580796070","full_name":"jchristopherson/fstats","owner":"jchristopherson","description":"A modern Fortran statistical library.","archived":false,"fork":false,"pushed_at":"2025-08-20T18:52:40.000Z","size":5543,"stargazers_count":15,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-20T20:52:30.892Z","etag":null,"topics":["allan-variance","anova","bootstrap","design-of-experiments","distributions","experimental-design","hypothesis-testing","interpolation","levenberg-marquardt","lowess","markov-chain-monte-carlo","mcmc-sampler","metropolis-hastings","multivariate","regression","sampling-distribution","special-functions","statistical-testing","statistics"],"latest_commit_sha":null,"homepage":"","language":"Fortran","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/jchristopherson.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2022-12-21T13:24:06.000Z","updated_at":"2025-05-19T18:38:34.000Z","dependencies_parsed_at":"2024-03-25T20:47:43.682Z","dependency_job_id":"c38021d4-127b-484f-a808-7936615ef952","html_url":"https://github.com/jchristopherson/fstats","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/jchristopherson/fstats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchristopherson%2Ffstats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchristopherson%2Ffstats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchristopherson%2Ffstats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchristopherson%2Ffstats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jchristopherson","download_url":"https://codeload.github.com/jchristopherson/fstats/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchristopherson%2Ffstats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276531300,"owners_count":25658697,"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-09-23T02:00:09.130Z","response_time":73,"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":["allan-variance","anova","bootstrap","design-of-experiments","distributions","experimental-design","hypothesis-testing","interpolation","levenberg-marquardt","lowess","markov-chain-monte-carlo","mcmc-sampler","metropolis-hastings","multivariate","regression","sampling-distribution","special-functions","statistical-testing","statistics"],"created_at":"2025-03-01T16:18:06.711Z","updated_at":"2025-09-23T06:42:03.068Z","avatar_url":"https://github.com/jchristopherson.png","language":"Fortran","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fstats\nFSTATS is a modern Fortran statistical library containing routines for computing basic statistical properties, hypothesis testing, regression, special functions, and even experimental design.\n\n## Status\n[![CMake](https://github.com/jchristopherson/fstats/actions/workflows/cmake.yml/badge.svg)](https://github.com/jchristopherson/fstats/actions/workflows/cmake.yml)\n[![Actions Status](https://github.com/jchristopherson/fstats/workflows/fpm/badge.svg)](https://github.com/jchristopherson/fstats/actions)\n\n## Building FSTATS\n[CMake](https://cmake.org/)This library can be built using CMake.  For instructions see [Running CMake](https://cmake.org/runningcmake/).\n\n[FPM](https://github.com/fortran-lang/fpm) can also be used to build this library using the provided fpm.toml.\n```txt\nfpm build\n```\nThe FSTATS library can be used within your FPM project by adding the following to your fpm.toml file.\n```toml\n[dependencies]\nfstats = { git = \"https://github.com/jchristopherson/fstats\" }\n```\n\n## Documentation\nDocumentation can be found [here](https://jchristopherson.github.io/fstats/).\n\n## External Libraries\nHere is a list of external code libraries utilized by this library.  The CMake build script will include these dependencies automatically; however, it is highly recommended that an optimized BLAS and LAPACK already reside on your system for best performance (used by LINALG for linear algebra calculations).\n- [FERROR](https://github.com/jchristopherson/ferror)\n- [LINALG](https://github.com/jchristopherson/linalg)\n- [COLLECTIONS](https://github.com/jchristopherson/collections)\n\n## Capabilities\n- Descriptive Statistics\n- Hypothesis Testing\n- ANOVA\n- Regression\n- Bootstrapping\n- Sampling\n- Special Functions\n- Allan Variance\n- Smoothing\n- Experimental Design\n- Markov Chain Monte Carlo\n- Interpolation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjchristopherson%2Ffstats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjchristopherson%2Ffstats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjchristopherson%2Ffstats/lists"}