{"id":33928702,"url":"https://github.com/zolkko/kendalls","last_synced_at":"2026-04-09T03:32:11.885Z","repository":{"id":44609829,"uuid":"146473868","full_name":"zolkko/kendalls","owner":"zolkko","description":"Kendall's tau rank correlation","archived":false,"fork":false,"pushed_at":"2025-11-21T14:12:39.000Z","size":48,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-13T20:35:19.918Z","etag":null,"topics":["rust","statistics"],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/zolkko.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}},"created_at":"2018-08-28T16:11:46.000Z","updated_at":"2025-05-27T18:33:45.000Z","dependencies_parsed_at":"2024-07-08T23:18:30.978Z","dependency_job_id":"d9ca36ed-9507-4bff-a81e-259a177da5ae","html_url":"https://github.com/zolkko/kendalls","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zolkko/kendalls","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zolkko%2Fkendalls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zolkko%2Fkendalls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zolkko%2Fkendalls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zolkko%2Fkendalls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zolkko","download_url":"https://codeload.github.com/zolkko/kendalls/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zolkko%2Fkendalls/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31584573,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"online","status_checked_at":"2026-04-09T02:00:06.848Z","response_time":112,"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":["rust","statistics"],"created_at":"2025-12-12T11:41:48.845Z","updated_at":"2026-04-09T03:32:11.880Z","avatar_url":"https://github.com/zolkko.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kendalls\n\n[![crates.io](https://img.shields.io/crates/v/kendalls.svg)](https://crates.io/crates/kendalls)\n[![docs.rs](https://docs.rs/kendalls/badge.svg)](https://docs.rs/kendalls)\n[![codecov](https://codecov.io/gh/zolkko/kendalls/branch/master/graph/badge.svg)](https://codecov.io/gh/zolkko/kendalls)\n\n[Kendall's rank correlation coefficient](https://en.wikipedia.org/wiki/Kendall_rank_correlation_coefficient)\n\n# Usage\n\nAdd this to your Cargo.toml:\n\n```toml\n[dependencies]\nkendalls = \"1.0.0\"\n```\n\nand this to your crate root:\n```rust\nextern crate kendalls;\n```\n\nExample:\n\n```rust\nfn main() -\u003e Result\u003c(), kendalls::Error\u003e {\n    let (tau_b, significance) = kendalls::tau_b(\u0026[1, 2, 3], \u0026[3, 4, 5])?;\n    assert_eq!(tau_b, 1.0);\n    assert_eq!(significance, 1.5666989036012806);\n\n    Ok(())\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzolkko%2Fkendalls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzolkko%2Fkendalls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzolkko%2Fkendalls/lists"}