{"id":23801910,"url":"https://github.com/fabnavarro/makedensity","last_synced_at":"2026-04-25T22:30:20.012Z","repository":{"id":202676458,"uuid":"124764689","full_name":"fabnavarro/MakeDensity","owner":"fabnavarro","description":"Normal Mixture Models","archived":false,"fork":false,"pushed_at":"2019-03-18T21:42:10.000Z","size":163,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-01T22:15:42.732Z","etag":null,"topics":["kernel-density-estimation","matlab","statistics"],"latest_commit_sha":null,"homepage":"","language":"MATLAB","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabnavarro.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,"governance":null}},"created_at":"2018-03-11T14:27:29.000Z","updated_at":"2020-07-26T11:08:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"8498c39c-04e3-4e6d-84e7-4f4ff7b8dd33","html_url":"https://github.com/fabnavarro/MakeDensity","commit_stats":null,"previous_names":["fabnavarro/makedensity"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabnavarro%2FMakeDensity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabnavarro%2FMakeDensity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabnavarro%2FMakeDensity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabnavarro%2FMakeDensity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabnavarro","download_url":"https://codeload.github.com/fabnavarro/MakeDensity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240051829,"owners_count":19740401,"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":["kernel-density-estimation","matlab","statistics"],"created_at":"2025-01-01T22:15:46.960Z","updated_at":"2026-04-25T22:30:19.965Z","avatar_url":"https://github.com/fabnavarro.png","language":"MATLAB","funding_links":[],"categories":[],"sub_categories":[],"readme":"MakeDensity\n=============\n\nNormal Mixture Models for density estimation, clustering algorithms or bump hunting research and teaching purposes; providing the widely used Marron-Wand densities.\n\n\u003cimg src=\"fig/Densities.png\" width=\"1200\" /\u003e\n\n\u003ca id=\"MarronWand\"/\u003e J. S. Marron. and  M. P. Wand. **Exact Mean Integrated Squared Error**.The Annals of Statistics, 20, 1992.\n\nGetting Started\n---------------\n\nHere is an example of kernel density estimation using a rule-of-thumb bandwidth estimator\n```matlab\nT = 1000;\nn = 5000;\nname = 'Claw';\n[pdfx,x,t] = MakeDensity(name,T,n);\n[y,~] = kernelest(x,t);\nfigure\nplot(t,pdfx,t,y,'linewidth',2);axis tight\ntitle(name)\n```\n\u003cimg src=\"fig/rot_kde_example.png\" width=\"1200\" /\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabnavarro%2Fmakedensity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabnavarro%2Fmakedensity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabnavarro%2Fmakedensity/lists"}