<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to calculate percentiles in memory-bound applications</title>
	<atom:link href="http://www.johndcook.com/blog/2008/04/28/how-to-calculate-percentiles-in-memory-bound-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johndcook.com/blog/2008/04/28/how-to-calculate-percentiles-in-memory-bound-applications/</link>
	<description>The blog of John D. Cook</description>
	<lastBuildDate>Sat, 11 Feb 2012 22:42:11 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chronos Phenomena</title>
		<link>http://www.johndcook.com/blog/2008/04/28/how-to-calculate-percentiles-in-memory-bound-applications/comment-page-1/#comment-26212</link>
		<dc:creator>Chronos Phenomena</dc:creator>
		<pubDate>Mon, 19 Oct 2009 22:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/2008/04/28/how-to-calculate-percentiles-in-memory-bound-applications/#comment-26212</guid>
		<description>Hi John,

I see you have a lot of interest in fast computations. Your way of doing percentiles is very advanced.

I&#039;m facing the problem at the moment, which is to calculate rolling min and max, without looping trough the whole window.  Say I have 1 milion numbers, and I want to calculate min and max for each window of 1000 numbers?</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>I see you have a lot of interest in fast computations. Your way of doing percentiles is very advanced.</p>
<p>I&#8217;m facing the problem at the moment, which is to calculate rolling min and max, without looping trough the whole window.  Say I have 1 milion numbers, and I want to calculate min and max for each window of 1000 numbers?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.299 seconds -->

