{"id":18074136,"url":"https://github.com/bytespider/mse","last_synced_at":"2025-04-05T18:42:11.992Z","repository":{"id":13658647,"uuid":"16352233","full_name":"bytespider/mse","owner":"bytespider","description":"MSE: Mean squared error http://en.wikipedia.org/wiki/Mean_square_error","archived":false,"fork":false,"pushed_at":"2014-01-30T08:47:50.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T16:46:38.298Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/bytespider.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-29T17:23:15.000Z","updated_at":"2014-01-30T08:47:50.000Z","dependencies_parsed_at":"2022-09-05T17:00:17.945Z","dependency_job_id":null,"html_url":"https://github.com/bytespider/mse","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/bytespider%2Fmse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytespider%2Fmse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytespider%2Fmse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytespider%2Fmse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bytespider","download_url":"https://codeload.github.com/bytespider/mse/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247385457,"owners_count":20930594,"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-31T10:11:22.686Z","updated_at":"2025-04-05T18:42:11.975Z","avatar_url":"https://github.com/bytespider.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mse\n\nMean squared error function  \nhttp://en.wikipedia.org/wiki/Mean_square_error \n\n# example\n\n```\nvar mse = require('mse');\nvar data_1 = [\n    188, 100, 114, 171, 171, 173, 230, 149,\n    191,  81,  61,  62, 127, 217,  62,  81, \n    178, 159, 245,  18,   9,  86, 201, 166,\n    122, 210,   4, 182,  15,  18, 135, 203,\n    222, 134, 154,  21,  71, 217,  48, 153,\n    113, 234, 207, 119,  51,  61, 149, 222, \n    186,  38, 158,  79, 185,   1, 118, 222,\n     22, 137, 110, 206,  94, 120, 163, 241\n]; \n\nvar data_2 = [\n    188, 100, 114, 171, 171, 173, 230, 149,\n    191,  81,  61,  62, 123, 217,  62,  81, \n    178, 159, 245,  18,   9,  86, 201, 166,\n    122, 210,   4, 200,  15,  18, 135, 203,\n    222, 134, 154,  21,  71, 217,  48, 153,\n    113, 234, 207, 119,  51,  61, 149, 222, \n    186,  38, 158,  79, 185,   1, 118, 222,\n     22, 137, 110, 206,  94, 120, 163, 241\n]; \n\nvar result = mse(data_1, data_2); /* results in a calcuation of 5.3125 */\nif (result \u003c\u003e 0) {\n    console.log('data sets are different by ' + result);\n}\n\n```\n\n# license\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytespider%2Fmse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytespider%2Fmse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytespider%2Fmse/lists"}