{"id":15743793,"url":"https://github.com/doowb/array-std","last_synced_at":"2025-03-13T10:30:57.934Z","repository":{"id":57184122,"uuid":"43005011","full_name":"doowb/array-std","owner":"doowb","description":"Calculate the standard deviation of an array of numbers.","archived":false,"fork":false,"pushed_at":"2015-10-16T02:54:28.000Z","size":140,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T19:51:46.971Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/doowb.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":"2015-09-23T14:09:54.000Z","updated_at":"2021-04-12T22:09:11.000Z","dependencies_parsed_at":"2022-08-23T01:31:02.095Z","dependency_job_id":null,"html_url":"https://github.com/doowb/array-std","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doowb%2Farray-std","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doowb%2Farray-std/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doowb%2Farray-std/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doowb%2Farray-std/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doowb","download_url":"https://codeload.github.com/doowb/array-std/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243385877,"owners_count":20282643,"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-10-04T03:21:25.285Z","updated_at":"2025-03-13T10:30:57.412Z","avatar_url":"https://github.com/doowb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# array-std [![NPM version](https://badge.fury.io/js/array-std.svg)](http://badge.fury.io/js/array-std)  [![Build Status](https://travis-ci.org/doowb/array-std.svg)](https://travis-ci.org/doowb/array-std)\n\n\u003e Calculate the standard deviation of an array of numbers.\n\nInstall with [npm](https://www.npmjs.com/)\n\n```sh\n$ npm i array-std --save\n```\n\n## Usage\n\n```js\nvar std = require('array-std');\n\nstd([1, 2, 3, 4, 5, 6, 7, 8, 9, 25]);\n//=\u003e 6.48074069840786\n\nstd(['1', 2, '3', 4, 5, '6', 7, 8, 9, 25]);\n//=\u003e 6.48074069840786\n\nstd(['1', 'foo', 2, '3', 4, 5, '6', 7, {}, 8, 9, 25]);\n//=\u003e 6.011177859559577\n```\n\n## Related projects\n\n* [arr-map](https://www.npmjs.com/package/arr-map): Faster, node.js focused alternative to JavaScript's native array map. | [homepage](https://github.com/jonschlinkert/arr-map)\n* [array-avg](https://www.npmjs.com/package/array-avg): Calculate the average of an array of numbers. | [homepage](https://github.com/doowb/array-avg)\n* [array-sum](https://www.npmjs.com/package/array-sum): Add up all of the numbers in an array of numbers. Works when non-numbers are… [more](https://www.npmjs.com/package/array-sum) | [homepage](https://github.com/jonschlinkert/array-sum)\n\n## Running tests\n\nInstall dev dependencies:\n\n```sh\n$ npm i -d \u0026\u0026 npm test\n```\n\n## Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/doowb/array-std/issues/new).\n\n## Author\n\n**Brian Woodward**\n\n+ [github/doowb](https://github.com/doowb)\n+ [twitter/doowb](http://twitter.com/doowb)\n\n## License\n\nCopyright © 2015 Brian Woodward\nReleased under the MIT license.\n\n***\n\n_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on September 23, 2015._","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoowb%2Farray-std","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoowb%2Farray-std","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoowb%2Farray-std/lists"}