{"id":18621303,"url":"https://github.com/4ment/logstat","last_synced_at":"2025-11-03T13:30:28.807Z","repository":{"id":234411678,"uuid":"788843816","full_name":"4ment/logstat","owner":"4ment","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-02T05:48:01.000Z","size":28,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-27T04:42:25.328Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/4ment.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}},"created_at":"2024-04-19T07:38:28.000Z","updated_at":"2024-05-02T05:48:05.000Z","dependencies_parsed_at":"2024-11-07T04:10:40.109Z","dependency_job_id":"d5506d32-9952-41c0-bedd-b755bbd1bef2","html_url":"https://github.com/4ment/logstat","commit_stats":null,"previous_names":["4ment/logstat"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4ment%2Flogstat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4ment%2Flogstat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4ment%2Flogstat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4ment%2Flogstat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4ment","download_url":"https://codeload.github.com/4ment/logstat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239414676,"owners_count":19634492,"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","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":[],"created_at":"2024-11-07T04:10:24.623Z","updated_at":"2025-11-03T13:30:28.762Z","avatar_url":"https://github.com/4ment.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# logstat\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n`logstat` is a simple program replicating some of [tracer]'s functionalities. It takes a posterior sample as input and outputs the effective sample size (ESS) and statistics such as the mean, meadian, and 95% higher posterior density (HPD).\n\n### Dependencies\n - [numpy]\n - [polars]\n\n ### Installation\nTo install logstat from source you can run\n```bash\npip install git+https://github.com/4ment/logstat\n```\n\nor\n\n```bash\ngit clone https://github.com/4ment/logstat\npip install logstat/\n```\n\nCheck install\n```bash\nlogstat --help\n```\n\n## Quick start\n`logstat` parses log files generated by programs such as `beast`.\n\n```bash\nlogstat summarize samples.log --burnin 0.2\n```\n\nMultiple sample files can be provided and the burnin can be specified for each of them using the same order.\n\n```bash\nlogstat summarize samples1.log samples2.log --burnin 0.2 --burnin 0.3\n```\n\n\n## License\n\nDistributed under the GPLv3 License. See [LICENSE](LICENSE) for more information.\n\n## Acknowledgements\n\n`logstat` makes use of the following libraries and tools, which are under their own respective licenses:\n\n - [numpy]\n - [polars]\n\n[numpy]: https://github.com/numpy/numpy\n[polars]: https://github.com/pola-rs/polars\n[tracer]: https://github.com/beast-dev/tracer","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4ment%2Flogstat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4ment%2Flogstat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4ment%2Flogstat/lists"}