{"id":18486296,"url":"https://github.com/maxgfr/gaussian-helper","last_synced_at":"2025-04-08T19:33:08.948Z","repository":{"id":64411185,"uuid":"575524111","full_name":"maxgfr/gaussian-helper","owner":"maxgfr","description":"A simple tool to help you with Gaussian calculations","archived":false,"fork":false,"pushed_at":"2024-10-29T17:26:52.000Z","size":1863,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-29T18:49:46.193Z","etag":null,"topics":["gaussian","gaussian-distribution","gaussian-helper","gaussian-processes","javascript","nodejs","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/gaussian-helper","language":"TypeScript","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/maxgfr.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2022-12-07T17:49:09.000Z","updated_at":"2024-10-29T01:50:13.000Z","dependencies_parsed_at":"2024-01-20T10:36:59.432Z","dependency_job_id":"156c9d70-bc7c-40a3-ac13-03c1f66fbdfb","html_url":"https://github.com/maxgfr/gaussian-helper","commit_stats":{"total_commits":58,"total_committers":3,"mean_commits":"19.333333333333332","dds":0.1724137931034483,"last_synced_commit":"8df78916f17873a4a74042b934186c7ee5b985a4"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxgfr%2Fgaussian-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxgfr%2Fgaussian-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxgfr%2Fgaussian-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxgfr%2Fgaussian-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxgfr","download_url":"https://codeload.github.com/maxgfr/gaussian-helper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247912789,"owners_count":21017045,"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":["gaussian","gaussian-distribution","gaussian-helper","gaussian-processes","javascript","nodejs","typescript"],"created_at":"2024-11-06T12:48:55.000Z","updated_at":"2025-04-08T19:33:08.333Z","avatar_url":"https://github.com/maxgfr.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gaussian-helper\n\nA simple tool to help you with Gaussian calculations.\n\n## Installation\n\n```bash\nyarn add gaussian-helper\n```\n\n## Usage\n\n```ts\nimport { getMedian, getMean, getStandardDeviation } from 'gaussian-helper';\n\nconst values = [10, 2, 3, 4, 5];\n\nconst median = getMedian(values); // 4\nconst mean = getMean(values); // 4.800000000000001\nconst standardDeviation = getStandardDeviation([1, 2, 3, 4, 5]); // 1.4142135623730951\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxgfr%2Fgaussian-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxgfr%2Fgaussian-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxgfr%2Fgaussian-helper/lists"}