{"id":27329446,"url":"https://github.com/csirmaz/manatee","last_synced_at":"2025-10-27T09:42:51.152Z","repository":{"id":43610430,"uuid":"68340897","full_name":"csirmaz/Manatee","owner":"csirmaz","description":"Manatee checks whether the expected values of two datasets are significantly different (C)","archived":false,"fork":false,"pushed_at":"2017-11-15T15:14:21.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-08-03T08:21:21.972Z","etag":null,"topics":["statistics"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/csirmaz.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}},"created_at":"2016-09-16T00:05:53.000Z","updated_at":"2023-08-03T08:21:21.973Z","dependencies_parsed_at":"2022-08-19T17:21:44.191Z","dependency_job_id":null,"html_url":"https://github.com/csirmaz/Manatee","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csirmaz%2FManatee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csirmaz%2FManatee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csirmaz%2FManatee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csirmaz%2FManatee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csirmaz","download_url":"https://codeload.github.com/csirmaz/Manatee/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248566764,"owners_count":21125716,"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":["statistics"],"created_at":"2025-04-12T12:33:26.909Z","updated_at":"2025-10-05T18:28:59.983Z","avatar_url":"https://github.com/csirmaz.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Manatee\nManatee checks whether the expected values (means) of two samples are significantly different.\n\nIn order to decide whether the null hypothesis that the two samples came from\nthe same unknown distribution should be accepted or rejected,\nManatee uses the combined data sets to bootstrap (i.e. select random) samples of the same sizes\nas the original samples, and measures the difference between their means.\n\nIt outputs the ratio of these experiments where the measured difference\nis larger than the difference between the means of the original samples.\nIf this ratio is less than 5%, then it is unlikely that the original samples\ncame from the same distribution.\n\nAs Manatee actually selects random samples to measure the distribution of this difference,\nit does not rely on any assumption about the unknown distribution.\n\n## Compilation\nUse `gcc -O3 -lm -o manatee manatee.c` to compile the source.\n\n## Usage\n`manatee` reads data from STDIN, one number per line:\n- size of set 1 (integer)\n- size of set 2 (integer)\n- number of experiments (integer)\n- data points of set 1 (float)\n- ...\n- data points of set 2 (float)\n- ...\n\n## Author\n\nCopyright (c) 2016 Elod Csirmaz","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsirmaz%2Fmanatee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsirmaz%2Fmanatee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsirmaz%2Fmanatee/lists"}