<?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>Scienco.org &#187; Android</title>
	<atom:link href="http://www.scienco.org/category/programming/android/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scienco.org</link>
	<description>Life&#039;s too short to be unenthusiastic</description>
	<lastBuildDate>Thu, 07 Jul 2011 13:47:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<atom:link rel="next" href="http://www.scienco.org/category/programming/android/feed/?page=2" />

		<item>
		<title>STA: Statistical Toolbox for Android now in version 0.4</title>
		<link>http://www.scienco.org/2010/sta-statistical-toolbox-for-android-now-in-version-0-4/</link>
		<comments>http://www.scienco.org/2010/sta-statistical-toolbox-for-android-now-in-version-0-4/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 20:52:46 +0000</pubDate>
		<dc:creator>Mikkel Meyer Andersen</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[STA]]></category>
		<category><![CDATA[Statistics]]></category>

		<guid isPermaLink="false">http://www.scienco.org/?p=264</guid>
		<description><![CDATA[STA: Statistical Toolbox for Android has recently been updated to version 0.4. Among news compared to version 0.3 is the support for performing one way ANOVA and two kinds of Student's t-test. View a full changelog here. To present the application, it offers three main areas: Distribution tool Statistical tests Descriptives Distribution tool The distribution [...]]]></description>
			<content:encoded><![CDATA[<p>STA: Statistical Toolbox for Android has recently been updated to version 0.4. Among news compared to version 0.3 is the support for performing one way ANOVA and two kinds of Student's t-test. View a full changelog <a title="Changelog" href="http://evolve.dk/STA/CHANGELOG">here</a>.</p>
<p>To present the application, it offers three main areas:</p>
<ul>
<li>Distribution tool</li>
<li>Statistical tests</li>
<li>Descriptives</li>
</ul>
<p><strong>Distribution tool</strong></p>
<p>The distribution tool offers the following features: plot the pdf/pmf, properties (like mean value, variance, and support), cumulative probability, point mass/density, quantiles, and generating/sampling from the distribution. The probability distributions supported are:</p>
<p>Discrete probability distributions:</p>
<ul>
<li>Binomial</li>
<li>Hypergeometric</li>
<li>Negative binomial (or Pascal as it is also called)</li>
<li>Poisson</li>
<li>Zipf</li>
</ul>
<p>Continuous probability distributions:</p>
<ul>
<li>Beta</li>
<li>Cauchy</li>
<li>Chi^2 (Chi squarred)</li>
<li>Exponential</li>
<li>F (or Fisher-Snedecor as it is also called)</li>
<li>Gamma</li>
<li>Normal (or Gaussian as it is also called)</li>
<li>Student's t</li>
<li>Weibull</li>
</ul>
<p><strong>Statistical tests</strong></p>
<p>At the moment, the following tests are supported:</p>
<ul>
<li>One way ANOVA (i.e. univariate)</li>
<li>Chi^2 tests: Pearson's Chi^2 test for independence and observed vs expected counts</li>
<li>Two sample Student's t-tests: both homoscedastic and heteroscedastic are supported</li>
</ul>
<p><strong>Descriptives</strong></p>
<p>The following descriptive statistics about an entered dataset are given:</p>
<ul>
<li>Number of observations</li>
<li>Min</li>
<li>Max</li>
<li>Mean</li>
<li>Standard deviation</li>
<li>Variance</li>
<li>Median</li>
<li>Skewness</li>
<li>Kurtosis</li>
</ul>
<p><strong>Comments</strong></p>
<p>Please do not hesitate to express you thought about the application. Also, ideas for further functionality are warmly welcome! And donations to support the continuous development are highly appreciated (donations can be made by using the box in the upper right corner of this page)!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scienco.org/2010/sta-statistical-toolbox-for-android-now-in-version-0-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>STA version 0.2</title>
		<link>http://www.scienco.org/2010/sta-version-0-2/</link>
		<comments>http://www.scienco.org/2010/sta-version-0-2/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 19:06:59 +0000</pubDate>
		<dc:creator>Mikkel Meyer Andersen</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[STA]]></category>
		<category><![CDATA[Statistics]]></category>

		<guid isPermaLink="false">http://www.scienco.org/?p=259</guid>
		<description><![CDATA[Already an update with the following changes from version 0.1: General: Icon changed Decimal separator always "." no matter the chosen locale of the phone (for consistency purposes) Screen rotate issues fixed Distribution tool: Typing error: Continuous distributions density output changed from "F([input]) = ..." to "f([input]) = ..." Error description at the parameter tab [...]]]></description>
			<content:encoded><![CDATA[<p>Already an update with the following changes from version 0.1:</p>
<p>General:</p>
<ul>
<li>Icon changed</li>
<li>Decimal separator always "." no matter the chosen locale of the phone (for consistency purposes)</li>
<li>Screen rotate issues fixed</li>
</ul>
<p>Distribution tool:</p>
<ul>
<li>Typing error: Continuous distributions density output changed from "F([input]) = ..." to "f([input]) = ..."</li>
<li>Error description at the parameter tab if the parameters are illegal when trying to plot</li>
<li>Descriptives gets calculated automatically when sampling data</li>
<li>The link under properties has been made clickable</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.scienco.org/2010/sta-version-0-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>STA (Statistical Toolbox for Android) version 0.1</title>
		<link>http://www.scienco.org/2010/sta-statistical-toolbox-for-android-version-0-1/</link>
		<comments>http://www.scienco.org/2010/sta-statistical-toolbox-for-android-version-0-1/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 10:50:03 +0000</pubDate>
		<dc:creator>Mikkel Meyer Andersen</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[STA]]></category>
		<category><![CDATA[Statistics]]></category>

		<guid isPermaLink="false">http://www.scienco.org/?p=256</guid>
		<description><![CDATA[Finally, a ("beta") version 0.1 of STA is available on the market. Just search for STA. Please let me know if you run into trouble or would like certain features!]]></description>
			<content:encoded><![CDATA[<p>Finally, a ("beta") version 0.1 of STA is available on the market. Just search for STA. Please let me know if you run into trouble or would like certain features!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scienco.org/2010/sta-statistical-toolbox-for-android-version-0-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>STA: Statistical Toolbox for Android</title>
		<link>http://www.scienco.org/2010/sta-statistical-toolbox-for-android/</link>
		<comments>http://www.scienco.org/2010/sta-statistical-toolbox-for-android/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 13:32:46 +0000</pubDate>
		<dc:creator>Mikkel Meyer Andersen</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[STA]]></category>
		<category><![CDATA[Statistics]]></category>

		<guid isPermaLink="false">http://www.scienco.org/?p=250</guid>
		<description><![CDATA[After having done some preliminary application development for Android (and finally finished my master's), I've decided to start a new project. And to blog about the creation of this new project. (As an aside I would really like to point out that I haven't forgot about Watexy, but for now it is not possible to [...]]]></description>
			<content:encoded><![CDATA[<p>After having done some preliminary application development for Android (and finally finished my master's), I've decided to start a new project. And to blog about the creation of this new project. (As an aside I would really like to point out that I haven't forgot about Watexy, but for now it is not possible to improve it.)</p>
<p>The aim of the project is to develop an Android-application with basic statistical tools (I really miss <a href="http://www.r-project.org/">R</a> on my phone, but the project won't be a R-clone nevertheless). So far the codename for the application is Statistical Toolbox for Android (or simply STA).</p>
<p>It is not going to be a programming language such as <a title="S programming language" href="http://en.wikipedia.org/wiki/S_programming_language">S</a>, but an easy-to-use graphical statistical toolbox. The features I've thought about including in the first version are:</p>
<ul>
<li>Quantiles (and fractiles) for a wide range of univariate probability distributions</li>
<li>Descriptive statistics (the first two or three empirical moments, correlation measures)</li>
<li>A guide for choosing the right statistical test</li>
</ul>
<p>The features for the later versions could be:</p>
<ul>
<li>Loading datasets (from mail, files on SD-card, or manual input)</li>
<li>A range of statistical tests</li>
</ul>
<p>If any of you have any comments, please do not hesitate to submit a comment here or by mail (use the contact form accessible from the top menu or by sending an e-mail to the reverse of mikl.dk @ scienco ).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scienco.org/2010/sta-statistical-toolbox-for-android/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

