<?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 Re: Peak of a probability distribution in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39420#M23051</link>
    <description>&lt;P&gt;One of the things that I love about JMP is that it often gives you many ways to solve a problem.&amp;nbsp; All of the previous suggestions for finding the mode of the fitted Johnson SU density for the data are great, but here is one more option that uses the Profiler.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you have used Distribution to fit the Johnson Su distribution to your data, you can choose&lt;EM&gt; Save Density Formula&lt;/EM&gt; from the &lt;EM&gt;Fitted Johnson Su&lt;/EM&gt; menu.&amp;nbsp; This saves the Johnson Su Density formula to a column in your data table.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohnsonSu.png" style="width: 516px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/6221i8266740CB1858D11/image-dimensions/516x333?v=v2" width="516" height="333" role="button" title="JohnsonSu.png" alt="JohnsonSu.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Next you can open the Profiler by choosing &lt;EM&gt;Graph&amp;gt;&amp;gt;Profiler&lt;/EM&gt;.&amp;nbsp; Cast your density formula as the &lt;EM&gt;Y, Prediction Formula&lt;/EM&gt; and click OK.&amp;nbsp; Next turn on the &lt;EM&gt;Desirability Functions&lt;/EM&gt; from &lt;EM&gt;Prediction Profiler&lt;/EM&gt; menu.&amp;nbsp; After that you choose &lt;EM&gt;Maximize Desirability&lt;/EM&gt; from the &lt;EM&gt;Prediction Profiler&lt;/EM&gt; menu.&amp;nbsp; This will find the mode (maximum) of your Johnson Su density for this data.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohnsonProfiler.png" style="width: 469px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/6222iB4DDB5806C58D580/image-size/large?v=v2&amp;amp;px=999" role="button" title="JohnsonProfiler.png" alt="JohnsonProfiler.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 May 2017 17:59:57 GMT</pubDate>
    <dc:creator>Laura_Lancaster</dc:creator>
    <dc:date>2017-05-19T17:59:57Z</dc:date>
    <item>
      <title>Peak of a probability distribution</title>
      <link>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39350#M23011</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have a dataset which fits best to the Johnson Su distribution and I was wondering if there is a way to estimate the value of the peak of this distribution. It has just one peak, which is pretty different from the median or the mean. Calling this "mode" might be the best possible solution here but how do I estimate this point?&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 13:02:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39350#M23011</guid>
      <dc:creator>thulasi</dc:creator>
      <dc:date>2017-05-18T13:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Peak of a probability distribution</title>
      <link>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39359#M23016</link>
      <description>&lt;P&gt;Unfortunately, the Distribution platform does not provide the mode for an analytical function. I searched but could not find the formula for the mode of a Johnson distribution either.&lt;/P&gt;
&lt;P&gt;Another approach is to use&amp;nbsp;the JMP numerical optimizer to&amp;nbsp;search for the solution. My approach is to use the &lt;STRONG&gt;Maximize()&lt;/STRONG&gt; function to find the maximum density of the fitted distribution, which corresponds to the peak,&amp;nbsp;and then use the &lt;STRONG&gt;Minimize()&lt;/STRONG&gt; function to find the quantile the produces a probability closest to the maximum. Here is the solution in steps to match what you are trying to do.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;I opened the Injection Molding example from the Sample Data Directory.&lt;/LI&gt;
&lt;LI&gt;I opened the Distribution platform on the Shrinkage data column.&lt;/LI&gt;
&lt;LI&gt;I fit the Johnson SU distribution to obtain the Johnson SU parameter estimates.&lt;/LI&gt;
&lt;LI&gt;I wrote a script with two steps outlined above to find the peak location.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Here is the fitted distribution:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 629px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/6203i48E5E1949D3EDD14/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;.The script is:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;peak height = Maximize(
	Johnson Su Density(
		q,			// quantile
		-25.83224,	// gamma or first shape parameter
		1.5352821,	// delta or second shape parameter
		-3.912839,	// theta or location parameter
		2.5166e-6	// sigma or scale parameter
	),
	{ q( 0.01, 70 ) }
);

difference = Minimize(
	peak height - Johnson Su Density(
		q,			// quantile
		-25.83224,	// gamma or first shape parameter
		1.5352821,	// delta or second shape parameter
		-3.912839,	// theta or location parameter
		2.5166e-6	// sigma or scale parameter
	),
	{ q( 0.01, 70 ) }
);

Print( "The peak location is " || Char( q ) );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Notice that the estimates are copied into the function call, which is used twice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the result in the Log:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 678px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/6204i862279B783D600D2/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Don't be alarmed by all of the messages - it worked just fine! You can see the result at the bottom.&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 15:42:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39359#M23016</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2017-05-18T15:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Peak of a probability distribution</title>
      <link>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39368#M23022</link>
      <description>&lt;P&gt;Just to add on.&lt;/P&gt;
&lt;P&gt;Mark's way is really the best way to get the peak value, but for a quick way to get&amp;nbsp;an estimated value you can fit the curve then use the JMP Crosshairs tool found in the Tools menu or on your menu bar. &amp;nbsp;Click the tool then put the crosshairs symbol on the spot you feel best represents the peak and a value will pop up. &amp;nbsp;If you are using JMP 13 you will get a magnifier with the Crosshair tool that will help you get close.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2017 19:43:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39368#M23022</guid>
      <dc:creator>Bill_Worley</dc:creator>
      <dc:date>2017-05-18T19:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Peak of a probability distribution</title>
      <link>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39384#M23030</link>
      <description>&lt;P&gt;Thank you for the response. But somehow it doesn't work for me. It says&lt;/P&gt;&lt;P&gt;"Optimization failed: Failed: Maximum Iterations Exceeded"&lt;/P&gt;&lt;P&gt;I'm using JMP 12, maybe the optimizer has a limited functionality.&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 07:53:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39384#M23030</guid>
      <dc:creator>thulasi</dc:creator>
      <dc:date>2017-05-19T07:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Peak of a probability distribution</title>
      <link>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39386#M23032</link>
      <description>&lt;P&gt;Mark's method is neat. Here's an alternative that uses the function directly:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;NamesDefaultToHere(1);
ClearLog();

// Make some representative data
dt = NewTable("Johnson Su", NewColumn("Data", Numeric, Continuous, Formula(Random Johnson Su( 5, 2, 1, 1 ))));
dt &amp;lt;&amp;lt; addRows(50);

// Fit the data
dist = dt &amp;lt;&amp;lt; Distribution(Continuous Distribution( Column( :Data ), Fit Distribution( Johnson Su ) ));
// Get the fitted parameters
params = Report(dist)[NumberColBox(3)] &amp;lt;&amp;lt; get;
gamma = params[1];	// Shape
delta = params[2];	// Shape
theta = params[3];	// Location
sigma = params[4];	// Scale

// http://www.mathwave.com/articles/johnson_su_distribution.html
//			f(x) = delta/(lambda * Sqrt(2*pi()) * Sqrt(z^2 + 1)) * exp( -1/2*(gamma + delta * ln(z + Sqrt(z^2+1)))^2 );
// 		where:
//			z = (x - eta)/lambda;
//		and:
//			delta &amp;gt; 0 lambda &amp;gt; 0
jsu = Expr(delta/(lambda * Sqrt(2*pi()) * Sqrt(z^2 + 1)) * exp( -1/2*(gamma + delta * ln(z + Sqrt(z^2+1)))^2 ) );
SubstituteInto(jsu, Expr(z), Expr((x - eta)/lambda));
// Use the fitted parameter values
// Note the change in parameter names! 'lambda' -&amp;gt; 'sigma' and 'eta' -&amp;gt; 'theta'
SubstituteInto(jsu,
	Expr(gamma), Eval(gamma),
	Expr(delta), Eval(delta),
	Expr(eta), Eval(theta),
	Expr(lambda), Eval(sigma)
);
// Get upper and lower bounds for the optimisation (either side of the (assumed) single peak)
vals = Column(dt, "Data") &amp;lt;&amp;lt; getValues;
low = Quantile(0.25, vals);
high = Quantile(0.75, vals);
// Do the maximization
Maximize(jsu, {x(low, high)}, &amp;lt;&amp;lt; Tolerance(10^-10), &amp;lt;&amp;lt; showDetails(true));
Print(x);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;('By eye' it seems to work, but no testing of course).&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 09:39:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39386#M23032</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2017-05-19T09:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Peak of a probability distribution</title>
      <link>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39389#M23034</link>
      <description>&lt;P&gt;Are you saying that my solution script didn't work with the original example that you posted (as it did for me) or that it didn't work with a new data set? If it is the latter case, can you share the data?&lt;/P&gt;
&lt;P&gt;Did you try Ian's script?&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 12:52:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39389#M23034</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2017-05-19T12:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Peak of a probability distribution</title>
      <link>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39392#M23035</link>
      <description>&lt;P&gt;It didn't work for your script and for my data set. Same with Ian's script, it says&lt;/P&gt;&lt;P&gt;"Optimization failed: Failed: Cannot Decrease Objective Function".&lt;/P&gt;&lt;P&gt;So I just went ahead with bill's solution, but I consider it as only a temporary fix for my problem.&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 13:39:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39392#M23035</guid>
      <dc:creator>thulasi</dc:creator>
      <dc:date>2017-05-19T13:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Peak of a probability distribution</title>
      <link>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39394#M23037</link>
      <description>&lt;P&gt;I don't see anything wrong with Ian's script or mine so that leaves the data table or the JMP installation. Let's start with the data table. Can you share it? If so, please identify the data column that you used. Actually, we only need the data column that is causing the problem. You can delete the rest if that is better for you.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 14:06:37 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39394#M23037</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2017-05-19T14:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Peak of a probability distribution</title>
      <link>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39395#M23038</link>
      <description>&lt;P&gt;The optimisation doesn't work in the sample data table also. Also, I used Ian's script which is completely independent of my data. So there must be something wrong with the installation then, as you pointed it out. Should I reinstall JMP now?&lt;/P&gt;&lt;P&gt;I'm attaching the data column anyway.&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 14:25:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39395#M23038</guid>
      <dc:creator>thulasi</dc:creator>
      <dc:date>2017-05-19T14:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Peak of a probability distribution</title>
      <link>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39398#M23039</link>
      <description>&lt;P&gt;I am not having any problem with the data in this column. Here is a new version that avoids having to manually enter the parameter estimates, borrowing from Ian's solution:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default to Here( 1 );

dist = Current Data Table() &amp;lt;&amp;lt; Distribution(
	Stack( 1 ),
	Continuous Distribution(
		Column( :T10_100 ),
		Horizontal Layout( 1 ),
		Vertical( 0 ),
		Fit Distribution( Johnson Su )
	)
);

estimates = Report( dist )["Fitted Johnson Su"][NumberColBox(1)] &amp;lt;&amp;lt; Get As Matrix;

dist expr = Substitute(
	Expr(
		Johnson Su Density(
			q,		// quantile
			ggg,	// gamma or first shape parameter
			ddd,	// delta or second shape parameter
			ttt,	// theta or location parameter
			sss		// sigma or scale parameter
		)
	),
	Expr( ggg ), estimates[1],
	Expr( ddd ), estimates[2],
	Expr( ttt ), estimates[3],
	Expr( sss ), estimates[4]
);

peak height = Maximize( dist expr, { q( 0.01, 70 ) } );

difference = Minimize( peak height - dist expr, { q( 0.01, 70 ) } );

Print( "The peak location is " || Char( q ) );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I get this result with your data:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 934px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/6216iA734643B40F63536/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 678px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/6215iFD028660547362B8/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;So it is not the data or the script, it must be JMP (installation).&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 14:41:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39398#M23039</guid>
      <dc:creator>Mark_Bailey</dc:creator>
      <dc:date>2017-05-19T14:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Peak of a probability distribution</title>
      <link>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39399#M23040</link>
      <description>&lt;P&gt;Thank you so much! :)&lt;/img&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 14:48:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39399#M23040</guid>
      <dc:creator>thulasi</dc:creator>
      <dc:date>2017-05-19T14:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Peak of a probability distribution</title>
      <link>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39420#M23051</link>
      <description>&lt;P&gt;One of the things that I love about JMP is that it often gives you many ways to solve a problem.&amp;nbsp; All of the previous suggestions for finding the mode of the fitted Johnson SU density for the data are great, but here is one more option that uses the Profiler.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you have used Distribution to fit the Johnson Su distribution to your data, you can choose&lt;EM&gt; Save Density Formula&lt;/EM&gt; from the &lt;EM&gt;Fitted Johnson Su&lt;/EM&gt; menu.&amp;nbsp; This saves the Johnson Su Density formula to a column in your data table.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohnsonSu.png" style="width: 516px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/6221i8266740CB1858D11/image-dimensions/516x333?v=v2" width="516" height="333" role="button" title="JohnsonSu.png" alt="JohnsonSu.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Next you can open the Profiler by choosing &lt;EM&gt;Graph&amp;gt;&amp;gt;Profiler&lt;/EM&gt;.&amp;nbsp; Cast your density formula as the &lt;EM&gt;Y, Prediction Formula&lt;/EM&gt; and click OK.&amp;nbsp; Next turn on the &lt;EM&gt;Desirability Functions&lt;/EM&gt; from &lt;EM&gt;Prediction Profiler&lt;/EM&gt; menu.&amp;nbsp; After that you choose &lt;EM&gt;Maximize Desirability&lt;/EM&gt; from the &lt;EM&gt;Prediction Profiler&lt;/EM&gt; menu.&amp;nbsp; This will find the mode (maximum) of your Johnson Su density for this data.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JohnsonProfiler.png" style="width: 469px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/6222iB4DDB5806C58D580/image-size/large?v=v2&amp;amp;px=999" role="button" title="JohnsonProfiler.png" alt="JohnsonProfiler.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2017 17:59:57 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39420#M23051</guid>
      <dc:creator>Laura_Lancaster</dc:creator>
      <dc:date>2017-05-19T17:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Peak of a probability distribution</title>
      <link>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39475#M23084</link>
      <description>&lt;P&gt;Laura's method is neater! And far less error prone. It's always best to let JMP do the work for you if you can figure out a way.&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 08:59:04 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39475#M23084</guid>
      <dc:creator>ian_jmp</dc:creator>
      <dc:date>2017-05-22T08:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Peak of a probability distribution</title>
      <link>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39516#M23107</link>
      <description>&lt;P&gt;You have a solution using the profiler that will work. As for the scripts not working for you, this article highlights some of the changes made to the Maximize and Minimize functions. Thanks to the JMP Tech Support team to pointing it out to me!&lt;/P&gt;
&lt;P&gt;&lt;A title="https://community.jmp.com/t5/JMPer-Cable/Minimize-and-Maximize-Functions-in-JSL/ba-p/36355" href="https://community.jmp.com/t5/JMPer-Cable/Minimize-and-Maximize-Functions-in-JSL/ba-p/36355" target="_self"&gt;https://community.jmp.com/t5/JMPer-Cable/Minimize-and-Maximize-Functions-in-JSL/ba-p/36355&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2017 16:57:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/39516#M23107</guid>
      <dc:creator>Dan_Obermiller</dc:creator>
      <dc:date>2017-05-22T16:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Peak of a probability distribution</title>
      <link>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/218169#M43624</link>
      <description>&lt;P&gt;Can the profile option be extended for data distribution that is grouped? For N groups, need to get the mode corresponding to distribution of each of the items in the group. Or should I subset by group everytime and then use the profiler option. I used the col groupby and then fitted but looks like it is giving a single value for entire dataset and not for each group member.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2019 17:18:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Peak-of-a-probability-distribution/m-p/218169#M43624</guid>
      <dc:creator>theseventhhill</dc:creator>
      <dc:date>2019-07-19T17:18:36Z</dc:date>
    </item>
  </channel>
</rss>

