{"id":13628703,"url":"https://github.com/davidwhogg/DataAnalysisRecipes","last_synced_at":"2025-04-17T04:32:19.934Z","repository":{"id":2694970,"uuid":"3688183","full_name":"davidwhogg/DataAnalysisRecipes","owner":"davidwhogg","description":"chapters of a book Hogg will never write","archived":false,"fork":false,"pushed_at":"2024-12-29T19:36:36.000Z","size":4124,"stargazers_count":90,"open_issues_count":23,"forks_count":21,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-03-25T06:43:42.674Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TeX","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/davidwhogg.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":"2012-03-11T17:14:45.000Z","updated_at":"2025-03-08T19:33:48.000Z","dependencies_parsed_at":"2023-01-11T16:11:52.322Z","dependency_job_id":null,"html_url":"https://github.com/davidwhogg/DataAnalysisRecipes","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/davidwhogg%2FDataAnalysisRecipes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidwhogg%2FDataAnalysisRecipes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidwhogg%2FDataAnalysisRecipes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidwhogg%2FDataAnalysisRecipes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidwhogg","download_url":"https://codeload.github.com/davidwhogg/DataAnalysisRecipes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249315983,"owners_count":21249868,"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-08-01T22:00:56.101Z","updated_at":"2025-04-17T04:32:14.922Z","avatar_url":"https://github.com/davidwhogg.png","language":"TeX","funding_links":[],"categories":["TeX","Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Data Analysis Recipes\n\nChapters from Hogg's non-existent book.\n\n### Authors: ###\n\n(Contributions have come from all of the following.)\n\n* **David W. Hogg**, New York University\n* **Jo Bovy**, Institute for Advanced Study\n* **Dan Foreman-Mackey**, University of Washington\n* **Dustin Lang**, Princeton University\n\n### License: ###\n\n**Copyright 2010, 2011, 2012, 2013, 2014, 2015, 2016 the authors.  All rights reserved.**\n\nIf you have interest in using or re-using any of this content, get in\ntouch with Hogg.\n\n### Style notes: ###\n\n- *tentative:* use \"pdf\" not \"PDF\".\n- When at the end of the sentence, put the `\\note` after the period,\n  but when at the end of a phrase, put the `\\note` before the comma or\n  parenthesis.\n- Make sure the endnotes can be read on their own, outside of context.\n- Be careful with the words \"error\", \"uncertainty\", \"probability\",\n  \"frequency\", \"likelihood\".\n- Use `()` for function arguments, and `[]` for grouping/precedence.\n- Define macros; remember \"1, 2, infinity\".\n- Put new terms in `\\emph{}`, put only referred-to words in quotation marks.\n- Do in-text itemized lists with `\\textsl{(a)}~` and so on.\n\n### Git migration notes: ###\n\nWhen I want to import stuff from the old SVN repository, I do the\nfollowing:\n\n1. I create a new github repository called `foo` and follow the svn\n   import instructions.\n\n2. I `git clone` that repository and do things like move the files into\n   a directory structure that won't conflict with the current\n   structure, like:\n\n        cd\n        git clone git@github.com:davidwhogg/foo.git\n        cd foo\n        mkdir straightline\n        git add straightline # I think this is maybe needed?\n        git mv *.pdf straightline\n        # etc\n        # . . .\n        git commit -a -m \"fixed up directory structure\"\n        git push\n\n3. I make a subtree merge or something like that (I am new to all this)\n   like so:\n\n        cd\n        cd DataAnalysisRecipes\n        git pull # to get up-to-date\n        git remote add foo git@github.com:davidwhogg/foo.git\n        git fetch foo\n        git merge foo/master\n        git push\n\n4. Then I delete the `foo` repo from github so as not to confuse myself.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidwhogg%2FDataAnalysisRecipes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidwhogg%2FDataAnalysisRecipes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidwhogg%2FDataAnalysisRecipes/lists"}