<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/241781</link>
    <title>MATLAB Central Newsreader - Chi-test distribution</title>
    <description>Feed for thread: Chi-test distribution</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Thu, 01 Jan 2009 14:48:02 -0500</pubDate>
      <title>Chi-test distribution</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/241781#619470</link>
      <author>Erez Livneh</author>
      <description>Hi Matlabers,&lt;br&gt;
&lt;br&gt;
How do I get one-tailed probability of the Chi-test distribution?&lt;br&gt;
I require the same function as the CHIDIST function in Excel.&lt;br&gt;
&lt;br&gt;
Thanks and Happy New Year!&lt;br&gt;
Erez</description>
    </item>
    <item>
      <pubDate>Thu, 01 Jan 2009 16:11:02 -0500</pubDate>
      <title>Re: Chi-test distribution</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/241781#619473</link>
      <author>John D'Errico</author>
      <description>&quot;Erez Livneh&quot; &amp;lt;erezliv@gmail.com&amp;gt; wrote in message &amp;lt;gjil32$n92$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Hi Matlabers,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; How do I get one-tailed probability of the Chi-test distribution?&lt;br&gt;
&amp;gt; I require the same function as the CHIDIST function in Excel.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thanks and Happy New Year!&lt;br&gt;
&amp;gt; Erez&lt;br&gt;
&lt;br&gt;
I've never heard of the Chi-test distribution.&lt;br&gt;
Perhaps you are thinking of this instead?&lt;br&gt;
&lt;br&gt;
help chi2inv&lt;br&gt;
&amp;nbsp;CHI2INV Inverse of the chi-square cumulative distribution function (cdf).&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;X = CHI2INV(P,V)  returns the inverse of the chi-square cdf with V  &lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;degrees of freedom at the values in P. The chi-square cdf with V &lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;degrees of freedom, is the gamma cdf with parameters V/2 and 2.   &lt;br&gt;
&amp;nbsp;&lt;br&gt;
John</description>
    </item>
    <item>
      <pubDate>Tue, 14 Jun 2011 17:00:21 -0400</pubDate>
      <title>Re: Chi-test distribution</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/241781#841096</link>
      <author>Frederic </author>
      <description>&amp;gt; &quot;Erez Livneh&quot; &amp;lt;erezliv@gmail.com&amp;gt; wrote in message &amp;lt;gjil32$n92$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; Hi Matlabers,&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; How do I get one-tailed probability of the Chi-test distribution?&lt;br&gt;
&amp;gt; &amp;gt; I require the same function as the CHIDIST function in Excel.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Thanks and Happy New Year!&lt;br&gt;
&amp;gt; &amp;gt; Erez&lt;br&gt;
&lt;br&gt;
Erez, the Matlab formula corresponding to excel CHIDIST function is:&lt;br&gt;
&lt;br&gt;
1-chi2cdf(x,df)&lt;br&gt;
where x is the calculated Chi Square and df the degree of freedom&lt;br&gt;
&lt;br&gt;
Frederic&lt;br&gt;
&lt;br&gt;
PS: the response is a bit late, but it took me a while to find this out. Now should be fast to find for all!!</description>
    </item>
  </channel>
</rss>

