{"id":31608829,"url":"https://github.com/yegor256/tukeyized","last_synced_at":"2025-10-06T08:25:04.944Z","repository":{"id":316797756,"uuid":"1064871705","full_name":"yegor256/tukeyized","owner":"yegor256","description":"Ruby method that removes extreme data points from an array using Tukey's method","archived":false,"fork":false,"pushed_at":"2025-10-04T03:55:17.000Z","size":44,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-04T05:45:40.245Z","etag":null,"topics":["ruby","ruby-gem","tukey-hsd"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/tukeyized","language":"Ruby","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/yegor256.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2025-09-26T17:24:26.000Z","updated_at":"2025-10-04T03:54:21.000Z","dependencies_parsed_at":"2025-09-26T20:33:50.573Z","dependency_job_id":"56616514-65a1-4108-9252-dabe88fe7e48","html_url":"https://github.com/yegor256/tukeyized","commit_stats":null,"previous_names":["yegor256/tukeyized"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/yegor256/tukeyized","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Ftukeyized","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Ftukeyized/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Ftukeyized/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Ftukeyized/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yegor256","download_url":"https://codeload.github.com/yegor256/tukeyized/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Ftukeyized/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278578160,"owners_count":26009750,"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-06T02:00:05.630Z","response_time":65,"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":["ruby","ruby-gem","tukey-hsd"],"created_at":"2025-10-06T08:25:03.711Z","updated_at":"2025-10-06T08:25:04.928Z","avatar_url":"https://github.com/yegor256.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remove Array Elements Using Tukey's Method\n\n[![DevOps By Rultor.com](https://www.rultor.com/b/yegor256/tukeyized)](https://www.rultor.com/p/yegor256/tukeyized)\n[![We recommend RubyMine](https://www.elegantobjects.org/rubymine.svg)](https://www.jetbrains.com/ruby/)\n\n[![rake](https://github.com/yegor256/tukeyized/actions/workflows/rake.yml/badge.svg)](https://github.com/yegor256/tukeyized/actions/workflows/rake.yml)\n[![PDD status](https://www.0pdd.com/svg?name=yegor256/tukeyized)](https://www.0pdd.com/p?name=yegor256/tukeyized)\n[![Gem Version](https://badge.fury.io/rb/tukeyized.svg)](https://badge.fury.io/rb/tukeyized)\n[![Test Coverage](https://img.shields.io/codecov/c/github/yegor256/tukeyized.svg)](https://codecov.io/github/yegor256/tukeyized?branch=master)\n[![Yard Docs](https://img.shields.io/badge/yard-docs-blue.svg)](https://rubydoc.info/github/yegor256/tukeyized/master/frames)\n[![Hits-of-Code](https://hitsofcode.com/github/yegor256/tukeyized)](https://hitsofcode.com/view/github/yegor256/tukeyized)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/yegor256/tukeyized/blob/master/LICENSE.txt)\n\nThis gem adds a simple `tukeyized` to the `Array` class.\nThe method returns a copy of the array without extreme values.\nIt uses the [Tukey's method].\n\n```ruby\nrequire 'tukeyized'\nputs [1, 6, 3, 8888, 3, 2, 8, -19292].tukeyized\n```\n\nPrints:\n\n```text\n1, 6, 3, 3, 2, 8\n```\n\nThat's it.\n\n## How to contribute\n\nRead\n[these guidelines](https://www.yegor256.com/2014/04/15/github-guidelines.html).\nMake sure your build is green before you contribute\nyour pull request. You will need to have\n[Ruby](https://www.ruby-lang.org/en/) 3.0+ and\n[Bundler](https://bundler.io/) installed. Then:\n\n```bash\nbundle update\nbundle exec rake\n```\n\nIf it's clean and you don't see any error messages, submit your pull request.\n\n[Tukey's method]: https://en.wikipedia.org/wiki/Tukey%27s_range_test\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyegor256%2Ftukeyized","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyegor256%2Ftukeyized","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyegor256%2Ftukeyized/lists"}