{"id":1068,"date":"2020-03-10T16:21:31","date_gmt":"2020-03-10T16:21:31","guid":{"rendered":"https:\/\/bodai.unibs.it\/bdsports\/?page_id=1068"},"modified":"2023-04-21T16:22:22","modified_gmt":"2023-04-21T14:22:22","slug":"errata-corrige","status":"publish","type":"page","link":"https:\/\/bodai.unibs.it\/bdsports\/basketballanalyzer\/errata-corrige\/","title":{"rendered":"Basketball Data Science &#8211; ERRATA CORRIGE"},"content":{"rendered":"<h1>Basketball Data Science &#8211; ERRATA CORRIGE<\/h1>\n<hr \/>\n<ul>\n<li>\n<h5><b>Preface, page xv<\/b><b>.<\/b><\/h5>\n<\/li>\n<\/ul>\n<p><em>Errata<\/em>: \u201c&#8230; redefining match results based purely on the performance on the basketball court.\u201d<\/p>\n<p><em>Corrige<\/em>: \u201c&#8230; redefining match results based purely on the performance on the soccer field.\u201d<\/p>\n<ul>\n<li>\n<h5>Formulas (2.3) and (2.4), page 24.<\/h5>\n<\/li>\n<\/ul>\n<p><em>Errata<\/em>: \u201c<em>ORtg<\/em> = <em>PTS<sub>T<\/sub><\/em>\/<em>POSS<sub>T<\/sub><\/em>\u201d and <em>\u201cDRtg<\/em> = <em>PTS<sub>O<\/sub><\/em>\/<em>POSS<sub>O<\/sub><\/em>\u201d.<\/p>\n<p><em>Corrige<\/em>: <em>\u201cORtg<\/em> = <em>PTS<sub>T<\/sub><\/em>\/<em>POSS<sub>T <\/sub><\/em>\u00d7 100\u201d and <em>\u201cDRtg<\/em> = <em>PTS<sub>O<\/sub><\/em>\/<em>POSS<sub>O<\/sub> \u00d7 100<\/em>\u201d.<\/p>\n<p><em>Thanks to Gianpaolo Mura who reported the mistake.<\/em><\/p>\n<ul>\n<li>\n<h5><span style=\"color: #ff9900\">e-book only:<\/span> Code, page 25.<\/h5>\n<\/li>\n<\/ul>\n<p><em>Errata<\/em>: \u201c<code>selTeams &lt;- which(Tadd$team<\/code>\u201d.<\/p>\n<p><em>Corrige<\/em>: \u201c<code>selTeams &lt;- which(Tadd$team %in% tm)<\/code>\u201d.<\/p>\n<p><em>Thanks to Mattia Stival who reported the mistake.<\/em><\/p>\n<ul>\n<li>\n<h5>Top-left panel of Figure 2.1, page 26 and top panel of Figure 2.2, page 28.<\/h5>\n<\/li>\n<\/ul>\n<p><em>Errata<\/em>: values on the axes in the order of magnitude of 10.<\/p>\n<p><em>Corrige<\/em>: values on the axes in the order of magnitude of 2.<\/p>\n<p><em>Thanks to Gianpaolo Mura who reported the mistake.<\/em><\/p>\n<ul>\n<li>\n<h5><span style=\"color: #ff9900\">e-book only:<\/span> Code, page 49.<\/h5>\n<\/li>\n<\/ul>\n<p><em>Errata<\/em>: \u201c<code>sum(x <\/code>\u201d.<\/p>\n<p><em>Corrige<\/em>: \u201c<code>sum(x %in% lineup)==5<\/code>\u201d.<\/p>\n<p><em>Thanks to Mattia Stival who reported the mistake.<\/em><\/p>\n<ul>\n<li>\n<h5>Comment to Figure 2.14, page 52.<\/h5>\n<\/li>\n<\/ul>\n<p><em>Errata<\/em>: \u201c&#8230;highlighting, for each zone, the average time elapsed&#8230;\u201d<\/p>\n<p><em>Corrige<\/em>: \u201c&#8230;highlighting, for each zone, the median time elapsed&#8230;\u201d<\/p>\n<ul>\n<li>\n<h5>Code for obtaining Table 3.2, page 64.<\/h5>\n<\/li>\n<\/ul>\n<p><em>Errata<\/em>: \u201c<code>arrange(-eta2)<\/code>\u201d<\/p>\n<p><em>Corrige<\/em>: \u201c<code><span dir=\"ltr\" role=\"presentation\">arrange(-<\/span><span dir=\"ltr\" role=\"presentation\">eta2<\/span><span dir=\"ltr\" role=\"presentation\">) %&gt;%<\/span><\/code>\u201d<\/p>\n<p><em>Thanks to Christopher Riccio who reported the mistake.<\/em><\/p>\n<ul>\n<li>\n<h5>Correlation matrix, top of page 68.<\/h5>\n<\/li>\n<\/ul>\n<p><em>Errata<\/em>: \u201c0.697\u201d (two times)<\/p>\n<p><em>Corrige<\/em>: \u201c0.687\u201d (two times)<\/p>\n<ul>\n<li>\n<h5>Figure 5.6 (bottom), page 169.<\/h5>\n<\/li>\n<\/ul>\n<p>Slight changes due to improvements made to the function <code>expectedpts<\/code>: the final part of the smoothed line corresponding to Klay Thompson has a slightly different pattern.<\/p>\n<ul>\n<li>\n<h5>Figure 5.7, page 171.<\/h5>\n<\/li>\n<\/ul>\n<p>Slight changes due to improvements made to the function <code>expectedpts<\/code>: different ticks on the <em>x<\/em>-axis.<\/p>\n<ul>\n<li>\n<h5>Code for Figure 5.8, page 173.<\/h5>\n<\/li>\n<\/ul>\n<p><em>Errata<\/em>: \u201c<code>... col.hline=\"gray\", var=\"totalTime\", xlab=\"Total time\")<\/code>\u201d<\/p>\n<p><em>Corrige<\/em>: \u201c<code>... col.hline=\"gray\", var=\"totalTime\", xlab=\"Total time\", x.range=NULL)<\/code>\u201d<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Basketball Data Science &#8211; ERRATA CORRIGE Preface, page xv. Errata: \u201c&#8230; redefining match results based purely on the performance on the basketball court.\u201d Corrige: \u201c&#8230; redefining match results based purely on the performance on the soccer field.\u201d Formulas (2.3) and (2.4), page 24. Errata: \u201cORtg = PTST\/POSST\u201d and \u201cDRtg = PTSO\/POSSO\u201d. Corrige: \u201cORtg = PTST\/POSST [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":421,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-1068","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/bodai.unibs.it\/bdsports\/wp-json\/wp\/v2\/pages\/1068","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bodai.unibs.it\/bdsports\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bodai.unibs.it\/bdsports\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bodai.unibs.it\/bdsports\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bodai.unibs.it\/bdsports\/wp-json\/wp\/v2\/comments?post=1068"}],"version-history":[{"count":6,"href":"https:\/\/bodai.unibs.it\/bdsports\/wp-json\/wp\/v2\/pages\/1068\/revisions"}],"predecessor-version":[{"id":2025,"href":"https:\/\/bodai.unibs.it\/bdsports\/wp-json\/wp\/v2\/pages\/1068\/revisions\/2025"}],"up":[{"embeddable":true,"href":"https:\/\/bodai.unibs.it\/bdsports\/wp-json\/wp\/v2\/pages\/421"}],"wp:attachment":[{"href":"https:\/\/bodai.unibs.it\/bdsports\/wp-json\/wp\/v2\/media?parent=1068"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}