<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Does JMP calculate the &amp;quot;cumulative density function&amp;quot; of CDF? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Does-JMP-calculate-the-quot-cumulative-density-function-quot-of/m-p/233482#M46282</link>
    <description>&lt;P&gt;I'm searching for this code for the documentation, but I don't know what it means.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Get expert help.Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
/* Generate random values, Normal(0,1) */
Y = J( 150, 1, Random Normal() );

/* CDF function */
{Quant, CumProb} = CDF( Y ); Wait(0);

/* Draw empirical and theorical CDF */
New Window( "Empirical CDF",
	Graph Box(
		X Scale( -3, 3 ),
		Y Scale( 0, 1 ),
		Pen Color( "red" );
		For( i = 2, i &amp;lt;= N Row( Quant ), i++,
			H Line( Quant[i - 1], Quant[i], CumProb[i] );
			V Line( Quant[i - 1], CumProb[i - 1], CumProb[i] );
		);
		i = N Row( Quant );
		V Line( Quant[i], CumProb[i], 1 );
		Pen Color( "blue" );
		Y Function( Normal Distribution( q ), q );
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 13 Nov 2019 07:39:20 GMT</pubDate>
    <dc:creator>lwx228</dc:creator>
    <dc:date>2019-11-13T07:39:20Z</dc:date>
    <item>
      <title>Does JMP calculate the "cumulative density function" of CDF?</title>
      <link>https://community.jmp.com/t5/Discussions/Does-JMP-calculate-the-quot-cumulative-density-function-quot-of/m-p/233482#M46282</link>
      <description>&lt;P&gt;I'm searching for this code for the documentation, but I don't know what it means.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Get expert help.Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
/* Generate random values, Normal(0,1) */
Y = J( 150, 1, Random Normal() );

/* CDF function */
{Quant, CumProb} = CDF( Y ); Wait(0);

/* Draw empirical and theorical CDF */
New Window( "Empirical CDF",
	Graph Box(
		X Scale( -3, 3 ),
		Y Scale( 0, 1 ),
		Pen Color( "red" );
		For( i = 2, i &amp;lt;= N Row( Quant ), i++,
			H Line( Quant[i - 1], Quant[i], CumProb[i] );
			V Line( Quant[i - 1], CumProb[i - 1], CumProb[i] );
		);
		i = N Row( Quant );
		V Line( Quant[i], CumProb[i], 1 );
		Pen Color( "blue" );
		Y Function( Normal Distribution( q ), q );
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Nov 2019 07:39:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-JMP-calculate-the-quot-cumulative-density-function-quot-of/m-p/233482#M46282</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2019-11-13T07:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Does JMP calculate the "cumulative density function" of CDF?</title>
      <link>https://community.jmp.com/t5/Discussions/Does-JMP-calculate-the-quot-cumulative-density-function-quot-of/m-p/233492#M46283</link>
      <description>&lt;P&gt;I don't know whether "cumulative distribution function" and "cumulative density function" are the same.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2019 07:44:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-JMP-calculate-the-quot-cumulative-density-function-quot-of/m-p/233492#M46283</guid>
      <dc:creator>lwx228</dc:creator>
      <dc:date>2019-11-13T07:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: Does JMP calculate the "cumulative density function" of CDF?</title>
      <link>https://community.jmp.com/t5/Discussions/Does-JMP-calculate-the-quot-cumulative-density-function-quot-of/m-p/233700#M46323</link>
      <description>There is no cumulative density function.  It is probably meant to have the meaning of cumulative distribution function.&lt;BR /&gt;Here is the topic help on the CDF() function:&lt;BR /&gt;&lt;A href="https://www.jmp.com/support/help/en/15.0/#page/jmp/matrix-functions.shtml?os=win&amp;amp;source=application#ww2657416" target="_blank"&gt;https://www.jmp.com/support/help/en/15.0/#page/jmp/matrix-functions.shtml?os=win&amp;amp;source=application#ww2657416&lt;/A&gt;</description>
      <pubDate>Wed, 13 Nov 2019 20:21:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Does-JMP-calculate-the-quot-cumulative-density-function-quot-of/m-p/233700#M46323</guid>
      <dc:creator>Mark_Zwald</dc:creator>
      <dc:date>2019-11-13T20:21:07Z</dc:date>
    </item>
  </channel>
</rss>

