<?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: dysii 1.4.0 released</title>
	<atom:link href="http://www.indii.org/archives/97/feed" rel="self" type="application/rss+xml" />
	<link>http://www.indii.org/archives/97</link>
	<description>The home page of Lawrence Murray</description>
	<lastBuildDate>Mon, 26 Jul 2010 11:25:58 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Max</title>
		<link>http://www.indii.org/archives/97/comment-page-1#comment-853</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Thu, 18 Mar 2010 17:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.indii.org/archives/97#comment-853</guid>
		<description>Okay,

Buiilt it, linked it. What are your plans for this library?

Do you accept patches?

Are-you still working on it?</description>
		<content:encoded><![CDATA[<p>Okay,</p>
<p>Buiilt it, linked it. What are your plans for this library?</p>
<p>Do you accept patches?</p>
<p>Are-you still working on it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://www.indii.org/archives/97/comment-page-1#comment-851</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Wed, 17 Mar 2010 20:33:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.indii.org/archives/97#comment-851</guid>
		<description>Hi,

I like your API very much. I&#039;d like to try your library, but I&#039;m having hard time building it. scons blocks at mpi.h, which is not installed in usr/include in ubuntu. I&#039;d need a way to specify where to find it but I&#039;m not familiar with scons.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I like your API very much. I&#8217;d like to try your library, but I&#8217;m having hard time building it. scons blocks at mpi.h, which is not installed in usr/include in ubuntu. I&#8217;d need a way to specify where to find it but I&#8217;m not familiar with scons.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micah Chambers</title>
		<link>http://www.indii.org/archives/97/comment-page-1#comment-463</link>
		<dc:creator>Micah Chambers</dc:creator>
		<pubDate>Tue, 31 Mar 2009 17:29:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.indii.org/archives/97#comment-463</guid>
		<description>Something that would help and would be a rather easy fix is changing private to protected for any class that has virtual functions. For instance, RegularisedParticleResampler has resample listed as virtual, but you can&#039;t really do any resampling without the ability to access the kernel and norm classes.</description>
		<content:encoded><![CDATA[<p>Something that would help and would be a rather easy fix is changing private to protected for any class that has virtual functions. For instance, RegularisedParticleResampler has resample listed as virtual, but you can&#8217;t really do any resampling without the ability to access the kernel and norm classes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence</title>
		<link>http://www.indii.org/archives/97/comment-page-1#comment-457</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Sun, 29 Mar 2009 02:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.indii.org/archives/97#comment-457</guid>
		<description>Yes, it&#039;s probably that the covariance is not positive-definite. Might be worth checking your effective sample size -- DiracMixturePdf::calculateEss() -- to see if the filter has degenerated (almost all weight on a single particle). If it has, you may need to increase the number of particles that you&#039;re using, or perhaps use another resampling strategy, such as AuxiliaryParticleResampler.

Also, you could try AdditiveNoiseParticleResampler. This will add some fixed Gaussian noise rather than the relative (to standard deviation) kernel noise added by RegularisedParticleResampler, such that the standard deviation never needs to be used. This might just sweep degeneration issues under the carpet though, so I&#039;d recommend checking that effective sample size too.

Hope that helps you.</description>
		<content:encoded><![CDATA[<p>Yes, it&#8217;s probably that the covariance is not positive-definite. Might be worth checking your effective sample size &#8212; DiracMixturePdf::calculateEss() &#8212; to see if the filter has degenerated (almost all weight on a single particle). If it has, you may need to increase the number of particles that you&#8217;re using, or perhaps use another resampling strategy, such as AuxiliaryParticleResampler.</p>
<p>Also, you could try AdditiveNoiseParticleResampler. This will add some fixed Gaussian noise rather than the relative (to standard deviation) kernel noise added by RegularisedParticleResampler, such that the standard deviation never needs to be used. This might just sweep degeneration issues under the carpet though, so I&#8217;d recommend checking that effective sample size too.</p>
<p>Hope that helps you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micah Chambers</title>
		<link>http://www.indii.org/archives/97/comment-page-1#comment-456</link>
		<dc:creator>Micah Chambers</dc:creator>
		<pubDate>Sat, 28 Mar 2009 15:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.indii.org/archives/97#comment-456</guid>
		<description>Cool thanks for the info. I have been having one other problem. When I use StratifiedParticleResampler and then the RegularisedParticleResampler, the regularized particle filter dies in getStandardDeviation. It would appear that in DiracMixturePdf.cpp:
00171     err = lapack::pptrf(sigma);
00172     assert (err == 0);
is a failed assert. Just the stratifies particle filter works (of course because it never calculates sigma) and just the regularized particle filter works. I am thinking that the first resampling is causing a huge drop in the variance, but not the covariance which makes the covariance matrix non-positive-definite. Have you had this problem at all?</description>
		<content:encoded><![CDATA[<p>Cool thanks for the info. I have been having one other problem. When I use StratifiedParticleResampler and then the RegularisedParticleResampler, the regularized particle filter dies in getStandardDeviation. It would appear that in DiracMixturePdf.cpp:<br />
00171     err = lapack::pptrf(sigma);<br />
00172     assert (err == 0);<br />
is a failed assert. Just the stratifies particle filter works (of course because it never calculates sigma) and just the regularized particle filter works. I am thinking that the first resampling is causing a huge drop in the variance, but not the covariance which makes the covariance matrix non-positive-definite. Have you had this problem at all?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence</title>
		<link>http://www.indii.org/archives/97/comment-page-1#comment-448</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Mon, 23 Mar 2009 00:30:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.indii.org/archives/97#comment-448</guid>
		<description>Thanks for the report Micah, must have missed this one in regression tests. addComponent() became the less verbose add() in 1.4.0, if you update the reference to it in AdditiveNoiseParticleResampler it should become usable. Will fix this for future releases.

There is a Subversion repository, but it is not publicly available. There&#039;d be a few logistical issues to sort out to make that happen unfortunately, given that most of the development on this happens as part of my employment. Might be something I can sort out in future though.</description>
		<content:encoded><![CDATA[<p>Thanks for the report Micah, must have missed this one in regression tests. addComponent() became the less verbose add() in 1.4.0, if you update the reference to it in AdditiveNoiseParticleResampler it should become usable. Will fix this for future releases.</p>
<p>There is a Subversion repository, but it is not publicly available. There&#8217;d be a few logistical issues to sort out to make that happen unfortunately, given that most of the development on this happens as part of my employment. Might be something I can sort out in future though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micah Chambers</title>
		<link>http://www.indii.org/archives/97/comment-page-1#comment-447</link>
		<dc:creator>Micah Chambers</dc:creator>
		<pubDate>Sun, 22 Mar 2009 20:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.indii.org/archives/97#comment-447</guid>
		<description>The software seems pretty well thought out, I have been using your libraries for about 2 weeks and haven&#039;t come upon any big kludges yet, which is especially impressive considering the size of the codebase. Do you have a CVS repository with a bleeding edge version, the DiracMixturePdf seems to be missing the AddComponent function, which is required for the AdditiveNoiseParticleResampler. Thanks</description>
		<content:encoded><![CDATA[<p>The software seems pretty well thought out, I have been using your libraries for about 2 weeks and haven&#8217;t come upon any big kludges yet, which is especially impressive considering the size of the codebase. Do you have a CVS repository with a bleeding edge version, the DiracMixturePdf seems to be missing the AddComponent function, which is required for the AdditiveNoiseParticleResampler. Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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