<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (jm)</title>
    <link>https://pinboard.in/u:jm/public/</link>
    <description>recent bookmarks from jm</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://medium.com/@Bob_Wachter/interpreting-covid-19-test-results-a-bayesian-approach-df058dad2ade"/>
	<rdf:li rdf:resource="http://www.quickmeme.com/scumbag-data-scientist"/>
	<rdf:li rdf:resource="http://google-opensource.blogspot.ie/2014/09/causalimpact-new-open-source-package.html"/>
	<rdf:li rdf:resource="http://www.bea.aero/fr/enquetes/vol.af.447/metron.search.analysis.pdf"/>
	<rdf:li rdf:resource="http://www.guardian.co.uk/law/2011/oct/02/formula-justice-bayes-theorem-miscarriage"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://medium.com/@Bob_Wachter/interpreting-covid-19-test-results-a-bayesian-approach-df058dad2ade">
    <title>Interpreting Covid-19 Test Results: A Bayesian Approach</title>
    <dc:date>2020-06-13T22:42:29+00:00</dc:date>
    <link>https://medium.com/@Bob_Wachter/interpreting-covid-19-test-results-a-bayesian-approach-df058dad2ade</link>
    <dc:creator>jm</dc:creator><description><![CDATA[This is very clever -- it hadn't occurred to me at all, but of course it makes sense. tl;dr: prevalence, the prevailing rate of infection in the community, is a key factor in Covid-19 testing.

<blockquote>a brief tutorial on Covid-19 testing, with an emphasis on a Bayesian approach. After presenting the basics, we’ll walk through four confusing Covid-19 testing scenarios, just to give you a feel for the kinds of pickles we often find ourselves in.</blockquote>

]]></description>
<dc:subject>prevalence covid-19 bayes bayesian statistics testing</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jm/b:419f48573a05/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:prevalence"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:covid-19"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:bayes"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:bayesian"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:statistics"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:testing"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.quickmeme.com/scumbag-data-scientist">
    <title>scumbag data scientist memes</title>
    <dc:date>2015-01-31T11:10:18+00:00</dc:date>
    <link>http://www.quickmeme.com/scumbag-data-scientist</link>
    <dc:creator>jm</dc:creator><description><![CDATA[lol.]]></description>
<dc:subject>funny data-science statistics machine-learning hadoop bayes memes image-macros</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jm/b:c2158da0bb75/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:funny"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:data-science"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:statistics"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:machine-learning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:hadoop"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:bayes"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:memes"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:image-macros"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://google-opensource.blogspot.ie/2014/09/causalimpact-new-open-source-package.html">
    <title>CausalImpact: A new open-source package for estimating causal effects in time series</title>
    <dc:date>2014-09-15T10:50:48+00:00</dc:date>
    <link>http://google-opensource.blogspot.ie/2014/09/causalimpact-new-open-source-package.html</link>
    <dc:creator>jm</dc:creator><description><![CDATA[<blockquote>How can we measure the number of additional clicks or sales that an AdWords campaign generated? How can we estimate the impact of a new feature on app downloads? How do we compare the effectiveness of publicity across countries?

In principle, all of these questions can be answered through causal inference.

In practice, estimating a causal effect accurately is hard, especially when a randomised experiment is not available. One approach we've been developing at Google is based on Bayesian structural time-series models. We use these models to construct a synthetic control — what would have happened to our outcome metric in the absence of the intervention. This approach makes it possible to estimate the causal effect that can be attributed to the intervention, as well as its evolution over time.

We've been testing and applying structural time-series models for some time at Google. For example, we've used them to better understand the effectiveness of advertising campaigns and work out their return on investment. We've also applied the models to settings where a randomised experiment was available, to check how similar our effect estimates would have been without an experimental control.

Today, we're excited to announce the release of CausalImpact, an open-source R package that makes causal analyses simple and fast. With its release, all of our advertisers and users will be able to use the same powerful methods for estimating causal effects that we've been using ourselves.

Our main motivation behind creating the package has been to find a better way of measuring the impact of ad campaigns on outcomes. However, the CausalImpact package could be used for many other applications involving causal inference. Examples include problems found in economics, epidemiology, or the political and social sciences.
</blockquote>

]]></description>
<dc:subject>causal-inference r google time-series models bayes adwords advertising statistics estimation metrics</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jm/b:a62b2f300071/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:causal-inference"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:r"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:google"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:time-series"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:models"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:bayes"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:adwords"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:advertising"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:statistics"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:estimation"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:metrics"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.bea.aero/fr/enquetes/vol.af.447/metron.search.analysis.pdf">
    <title>How the search for flight AF447 used Bayesian inference</title>
    <dc:date>2014-03-12T15:33:10+00:00</dc:date>
    <link>http://www.bea.aero/fr/enquetes/vol.af.447/metron.search.analysis.pdf</link>
    <dc:creator>jm</dc:creator><description><![CDATA[Via jgc, the search for the downed Air France flight was optimized using this technique:

'Metron’s approach to this search planning problem is rooted in classical Bayesian inference, 
which allows organization of available data with associated uncertainties and computation of the 
Probability Distribution Function (PDF) for target location given these data. In following this 
approach, the first step was to gather the available information about the location of the impact site 
of the aircraft. This information was sometimes contradictory and filled with ambiguities and 
uncertainties. Using a Bayesian approach we organized this material into consistent scenarios, 
quantified the uncertainties with probability distributions, weighted the relative likelihood of each 
scenario, and performed a simulation to produce a prior PDF for the location of the wreck.']]></description>
<dc:subject>metron bayes bayesian-inference machine-learning statistics via:jgc air-france disasters probability inference searching</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jm/b:e7c127ca54da/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:metron"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:bayes"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:bayesian-inference"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:machine-learning"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:statistics"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:via:jgc"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:air-france"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:disasters"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:probability"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:inference"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:searching"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.guardian.co.uk/law/2011/oct/02/formula-justice-bayes-theorem-miscarriage">
    <title>Bayes' theorem ruled inadmissible in UK law courts</title>
    <dc:date>2011-10-03T10:48:12+00:00</dc:date>
    <link>http://www.guardian.co.uk/law/2011/oct/02/formula-justice-bayes-theorem-miscarriage</link>
    <dc:creator>jm</dc:creator><description><![CDATA[Bayes' theorem, and 'similar statistical analysis', ruled inadmissible in UK law courts (via Tony Finch)]]></description>
<dc:subject>uk law guardian via:fanf bayes maths statistics legal</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:jm/b:0f4736885ab1/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:uk"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:law"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:guardian"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:via:fanf"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:bayes"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:maths"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:statistics"/>
	<rdf:li rdf:resource="https://pinboard.in/u:jm/t:legal"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>