<?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 How to plot a normal curve by &amp;quot;Normal Density&amp;quot; function in JSL? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-plot-a-normal-curve-by-quot-Normal-Density-quot-function/m-p/83#M83</link>
    <description>Hi, I want to plot a nornal curve given a set of data by also pre-define the sigma and mean values. &lt;BR /&gt;&lt;BR /&gt;How to use the function "Normal Density()"?&lt;BR /&gt;What's the arguments?&lt;BR /&gt;&lt;BR /&gt;I could not find the details in JMP Help, which seems sucks in looking&lt;BR /&gt;some JSL functions. &lt;BR /&gt;&lt;BR /&gt;Anyone can help me out?&lt;BR /&gt;&lt;BR /&gt;Fred</description>
    <pubDate>Tue, 10 Feb 2009 20:08:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-02-10T20:08:34Z</dc:date>
    <item>
      <title>How to plot a normal curve by "Normal Density" function in JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-a-normal-curve-by-quot-Normal-Density-quot-function/m-p/83#M83</link>
      <description>Hi, I want to plot a nornal curve given a set of data by also pre-define the sigma and mean values. &lt;BR /&gt;&lt;BR /&gt;How to use the function "Normal Density()"?&lt;BR /&gt;What's the arguments?&lt;BR /&gt;&lt;BR /&gt;I could not find the details in JMP Help, which seems sucks in looking&lt;BR /&gt;some JSL functions. &lt;BR /&gt;&lt;BR /&gt;Anyone can help me out?&lt;BR /&gt;&lt;BR /&gt;Fred</description>
      <pubDate>Tue, 10 Feb 2009 20:08:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-a-normal-curve-by-quot-Normal-Density-quot-function/m-p/83#M83</guid>
      <dc:creator />
      <dc:date>2009-02-10T20:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to plot a normal curve by "Normal Density" function in JSL?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-plot-a-normal-curve-by-quot-Normal-Density-quot-function/m-p/84#M84</link>
      <description>Fred,&lt;BR /&gt;&lt;BR /&gt;The arguments are Normal Density(x, mu, sigma).  For example, the code &lt;BR /&gt;&lt;BR /&gt;Normal Density(98, 100, 10)&lt;BR /&gt;&lt;BR /&gt;returns the value 0.039104269.  &lt;BR /&gt;&lt;BR /&gt;Just for fun, the code below draws a normal curve with sliders for the mean and sigma.  You can modify the code to fit your purposes.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mu = 0;&lt;BR /&gt;sigma = 1;&lt;BR /&gt;&lt;BR /&gt;New Window( "Normal Curve",&lt;BR /&gt;	gdey = Graph Box(&lt;BR /&gt;		Y Scale( -.05, .5 ),&lt;BR /&gt;		X Scale( -10, 10 ),&lt;BR /&gt;		XName( "y" ),&lt;BR /&gt;		Pen Color( "red" );&lt;BR /&gt;		Y Function( normal density(y, mu, sigma), y );&lt;BR /&gt;	),&lt;BR /&gt;	H List Box( Slider Box( -5, 5, mu, gdey &amp;lt;&amp;lt; reshow ), Text Box( "mu" ) ),&lt;BR /&gt;	H List Box( Slider Box( 0, 5, sigma, gdey &amp;lt;&amp;lt; reshow ), Text Box( "sigma" ) )&lt;BR /&gt;);</description>
      <pubDate>Wed, 11 Feb 2009 18:18:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-plot-a-normal-curve-by-quot-Normal-Density-quot-function/m-p/84#M84</guid>
      <dc:creator />
      <dc:date>2009-02-11T18:18:31Z</dc:date>
    </item>
  </channel>
</rss>

