<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ashish Agarwal &#187; Statistics</title>
	<atom:link href="http://ashishagarwal.org/tag/statistics/feed/" rel="self" type="application/rss+xml" />
	<link>http://ashishagarwal.org</link>
	<description></description>
	<lastBuildDate>Mon, 11 Mar 2019 21:28:46 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Presenting at the CScADS Workshop on Autotuning for Petascale Applications</title>
		<link>http://ashishagarwal.org/2010/07/22/presenting-at-cscads/</link>
		<comments>http://ashishagarwal.org/2010/07/22/presenting-at-cscads/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 18:22:44 +0000</pubDate>
		<dc:creator><![CDATA[ashish]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[Types]]></category>

		<guid isPermaLink="false">http://ashishagarwal.org/?p=80</guid>
		<description><![CDATA[Thanks to Rich Vuduc for inviting me to give a talk at CScADS. Autotuning is an approach for generating efficient code for high performance computing. I&#8217;ll try to summarize how my PL work can contribute to and benefit from this &#8230; <a href="http://ashishagarwal.org/2010/07/22/presenting-at-cscads/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Thanks to <a href="http://hpcgarage.org">Rich Vuduc</a> for inviting me to give a talk at <a href="http://cscads.rice.edu/workshops/summer-2010">CScADS</a>. Autotuning is an approach for generating efficient code for high performance computing. I&#8217;ll try to summarize how my PL work can contribute to and benefit from this approach.</p>
<p><a href="http://ashishagarwal.org/wp-content/uploads/2010/07/cscads-snowbird-medium.jpg"><img src="http://ashishagarwal.org/wp-content/uploads/2010/07/cscads-snowbird-medium-300x207.jpg" alt="CScADS Attendees" title="CScADS Attendees" width="300" height="207" class="aligncenter size-medium wp-image-85" /></a></p>
<p><a class="pdf" href='http://ashishagarwal.org/wp-content/uploads/2010/07/CScADS_Autotuning_Agarwal.pdf'>Slides</a></p>
<p><center></p>
<div style="width:425px" id="__ss_6242399"><object id="__sse6242399" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=cscadsautotuningagarwal-101219125026-phpapp01&#038;rel=0&#038;stripped_title=cscads-2010&#038;userName=agarwal1975" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse6242399" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=cscadsautotuningagarwal-101219125026-phpapp01&#038;rel=0&#038;stripped_title=cscads-2010&#038;userName=agarwal1975" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></div>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>http://ashishagarwal.org/2010/07/22/presenting-at-cscads/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IBM PL Day 2010</title>
		<link>http://ashishagarwal.org/2010/07/14/ibm-pl-day-2010/</link>
		<comments>http://ashishagarwal.org/2010/07/14/ibm-pl-day-2010/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 14:13:56 +0000</pubDate>
		<dc:creator><![CDATA[ashish]]></dc:creator>
				<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[Types]]></category>

		<guid isPermaLink="false">http://ashishagarwal.org/?p=78</guid>
		<description><![CDATA[Here are the abstract and slides for my talk at IBM PL Day. Title: Mechanizing Optimization and Statistics Abstract: Scientific and engineering investigations are formalized most often in the language of numerical mathematics. The tools supporting this are numerous but &#8230; <a href="http://ashishagarwal.org/2010/07/14/ibm-pl-day-2010/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Here are the abstract and slides for my talk at <a href="https://researcher.ibm.com/researcher/view_page.php?id=1511">IBM PL Day</a>.</p>
<p><strong>Title:</strong> Mechanizing Optimization and Statistics<br />
<strong>Abstract:</strong></p>
<blockquote><p>Scientific and engineering investigations are formalized most often in the language of numerical mathematics. The tools supporting this are numerous but disparate, leading to sub-optimal use of existing mathematical theory. We present a unifying framework by taking a programming languages based approach to this problem. Our richly typed language allows naturally declaring optimization and statistics problems, and a library of transformations allows users to interactively compile input problems to solvable forms. We implement our system as a domain specific language embedded in OCaml. Here, we focus on three features: disjunctive constraints, measure types and random variables, and indexing.</p>
<p>By disjunctive constraints, we mean disjunctions over propositions on reals, e.g. \(x \leq w \vee x \geq w + 4.0\). The usual solution strategy involves converting these into mixed-integer linear programming (MILP) constraints using the big-M, convex-hull, or other methods. Automation is clearly needed because these are algebraically tedious and manual application limits them to experts. We provide the first robust implementations and compare our results with that of ILOG CPLEX.</p>
<p>Statistics is increasingly important due to the increasing amount of data generated in the sciences. We introduce language features that enable declarative expression of statistical models and estimation problems. A type &#8216;prob T&#8217; characterizes probability measures over type T, a special let binding introduces random variables, and some standard measures (e.g. Normal, Gaussian) can be used to construct more complex ones. We demonstrate with an example how our software facilitates exploring the large space of algorithms for solving statistical problems.</p>
<p>Finally, matrices are accepted canonical forms in mathematics, but practitioners employ a more flexible indexing notation: e.g. \(\forall i \in \{A,B,C\} \quad x_i \leq w_i\). Especially in optimization, this need is so critical that virtually every tool supports it. However, indexing has been treated as a mere syntactic convenience and is eliminated at parse time. We present a dependently typed theory that enables far richer index sets to be expressed. Importantly, our theory brings indexing into the formal realm, providing an O(n) to O(1) reduction in memory requirements and the potential for a corresponding computational improvement.</p></blockquote>
<p><a class="pdf" href="http://ashishagarwal.org/wp-content/uploads/2010/07/Agarwal_IBM_PL_Day_2010.pdf">Download slides</a></p>
<p><center></p>
<div style="width:425px" id="__ss_6241579"><object id="__sse6241579" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=agarwalibmplday2010-101219113230-phpapp01&#038;rel=0&#038;stripped_title=ibm-pl-day-2010&#038;userName=agarwal1975" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse6241579" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=agarwalibmplday2010-101219113230-phpapp01&#038;rel=0&#038;stripped_title=ibm-pl-day-2010&#038;userName=agarwal1975" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
</div>
<p></center></p>
]]></content:encoded>
			<wfw:commentRss>http://ashishagarwal.org/2010/07/14/ibm-pl-day-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>I&#8217;ll be presenting at IBM PL Day on July 29.</title>
		<link>http://ashishagarwal.org/2010/07/14/presenting-at-ibm-pl-day/</link>
		<comments>http://ashishagarwal.org/2010/07/14/presenting-at-ibm-pl-day/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 14:05:41 +0000</pubDate>
		<dc:creator><![CDATA[ashish]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[Types]]></category>

		<guid isPermaLink="false">http://ashishagarwal.org/?p=76</guid>
		<description><![CDATA[Abstract and slides are here.]]></description>
				<content:encoded><![CDATA[<p>Abstract and slides are <a href="http://ashishagarwal.org/2010/07/14/ibm-pl-day-2010/">here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ashishagarwal.org/2010/07/14/presenting-at-ibm-pl-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ICCS paper and talk slides now available.</title>
		<link>http://ashishagarwal.org/2010/06/09/iccs-paper-and-talk-slides-now-available/</link>
		<comments>http://ashishagarwal.org/2010/06/09/iccs-paper-and-talk-slides-now-available/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 15:26:09 +0000</pubDate>
		<dc:creator><![CDATA[ashish]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[Types]]></category>

		<guid isPermaLink="false">http://ashishagarwal.org/2010/06/09/iccs-paper-and-talk-slides-now-available/</guid>
		<description><![CDATA[Click here.]]></description>
				<content:encoded><![CDATA[<p><a href="http://ashishagarwal.org/2010/03/27/iccs2010/">Click here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ashishagarwal.org/2010/06/09/iccs-paper-and-talk-slides-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Toward Interactive Statistical Modeling</title>
		<link>http://ashishagarwal.org/2010/03/27/iccs2010/</link>
		<comments>http://ashishagarwal.org/2010/03/27/iccs2010/#comments</comments>
		<pubDate>Sat, 27 Mar 2010 22:39:22 +0000</pubDate>
		<dc:creator><![CDATA[ashish]]></dc:creator>
				<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Publications]]></category>
		<category><![CDATA[OCaml]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[Types]]></category>

		<guid isPermaLink="false">http://ashishagarwal.org/?p=44</guid>
		<description><![CDATA[Abstract When solving machine learning problems, there is currently little automated support for easily experimenting with alternative statistical models or solution strategies. This is because this activity often requires expertise from several diï¬€erent ï¬elds (e.g., statistics, optimization, linear algebra), and &#8230; <a href="http://ashishagarwal.org/2010/03/27/iccs2010/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><strong>Abstract</strong></p>
<blockquote><p>When solving machine learning problems, there is currently little automated support for easily experimenting with alternative statistical models or solution strategies. This is because this activity often requires expertise from several diï¬€erent ï¬elds (e.g., statistics, optimization, linear algebra), and the level of formalism required for automation is much higher than for a human solving problems on paper. We present a system toward addressing these issues, which we achieve by (1) formalizing a type theory for probability and optimization, and (2) providing an interactive rewrite system for applying problem reformulation theorems. Automating solution strategies this way enables not only manual experimentation but also higher-level, automated activities, such as autotuning.</p></blockquote>
<p><a class="html" href="http://dx.doi.org/10.1016/j.procs.2010.04.205">Download from publisher</a><br />
<a class="pdf" href="http://ashishagarwal.org/wp-content/uploads/2010/06/ICCS_2010_Talk.pdf">Presentation slides</a></p>
<p><center></p>
<div style="width:425px" id="__ss_6242390"><object id="__sse6242390" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=iccs2010talk-101219124801-phpapp01&#038;rel=0&#038;stripped_title=iccs-2010-talk&#038;userName=agarwal1975" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed name="__sse6242390" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=iccs2010talk-101219124801-phpapp01&#038;rel=0&#038;stripped_title=iccs-2010-talk&#038;userName=agarwal1975" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></div>
<p></center></p>
<p><strong>Citation</strong><br />
Sooraj Bhat, Ashish Agarwal, Alexander Gray, Richard Vuduc (2010). Toward Interactive Statistical Modeling, In <em>Procedia Computer Science, International Conference on Computational Science ICCS 2010</em>, <strong>1</strong>(1): 1892-1838.</p>
]]></content:encoded>
			<wfw:commentRss>http://ashishagarwal.org/2010/03/27/iccs2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
