<?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: Std Dev Lower and Upper 95% from oneway analysis details of calculation in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Std-Dev-Lower-and-Upper-95-from-oneway-analysis-details-of/m-p/818264#M99684</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5449"&gt;@carole&lt;/a&gt;&amp;nbsp;: Yes, it is not symmetric.&amp;nbsp; It is calculated as shown in the link below.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.statology.org/confidence-interval-standard-deviation/" target="_blank"&gt;https://www.statology.org/confidence-interval-standard-deviation/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Why not symmetric? The answer has to with the distribution of the sample SD; it is based on a skewed distribution (the Chi-Squared distribution).&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Nov 2024 16:15:55 GMT</pubDate>
    <dc:creator>MRB3855</dc:creator>
    <dc:date>2024-11-22T16:15:55Z</dc:date>
    <item>
      <title>Std Dev Lower and Upper 95% from oneway analysis details of calculation</title>
      <link>https://community.jmp.com/t5/Discussions/Std-Dev-Lower-and-Upper-95-from-oneway-analysis-details-of/m-p/818236#M99679</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am in JMP17.2.0 Pro&lt;/P&gt;&lt;P&gt;could you please explain me how is computed&amp;nbsp;Std Dev Lower and Upper 95% in the example below ?&lt;/P&gt;&lt;P&gt;Especially why the interval is not symmetric around the StdDev value ?&lt;/P&gt;&lt;P&gt;Thank you very much.&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="carole_0-1732291177527.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/70518i9D649994430ED460/image-size/medium?v=v2&amp;amp;px=400" role="button" title="carole_0-1732291177527.png" alt="carole_0-1732291177527.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
platoneway = Oneway(
	Y( :weight ),
	X( :age ),
	Each Pair( 1 ),
	All Pairs( 1 ),
	Comparison Circles( 0 ),
	Means and Std Dev( 1 ),
	Box Plots( 1 ),
	Mean Diamonds( 1 ),
	Mean Error Bars( 1 ),
	Std Dev Lines( 1 ),
	Comparison Circles( 0 ),
	Grand Mean( 0 ),
	SendToReport(
		Dispatch(
			{"Means and Std Deviations"},
			"Std Dev Lower 95%",
			NumberColBox,
			{Visibility( "Visible" )}
		),
		Dispatch(
			{"Means and Std Deviations"},
			"Std Dev Upper 95%",
			NumberColBox,
			{Visibility( "Visible" )}
		),
		Dispatch(
			{"Means and Std Deviations"},
			"~Std Dev",
			PlotColBox,
			{Visibility( "Visible" )}
		),
		Dispatch( {}, "Means Comparisons", OutlineBox, {Close( 1 )} )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 22 Nov 2024 16:02:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Std-Dev-Lower-and-Upper-95-from-oneway-analysis-details-of/m-p/818236#M99679</guid>
      <dc:creator>carole</dc:creator>
      <dc:date>2024-11-22T16:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Std Dev Lower and Upper 95% from oneway analysis details of calculation</title>
      <link>https://community.jmp.com/t5/Discussions/Std-Dev-Lower-and-Upper-95-from-oneway-analysis-details-of/m-p/818264#M99684</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/5449"&gt;@carole&lt;/a&gt;&amp;nbsp;: Yes, it is not symmetric.&amp;nbsp; It is calculated as shown in the link below.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.statology.org/confidence-interval-standard-deviation/" target="_blank"&gt;https://www.statology.org/confidence-interval-standard-deviation/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Why not symmetric? The answer has to with the distribution of the sample SD; it is based on a skewed distribution (the Chi-Squared distribution).&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Nov 2024 16:15:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Std-Dev-Lower-and-Upper-95-from-oneway-analysis-details-of/m-p/818264#M99684</guid>
      <dc:creator>MRB3855</dc:creator>
      <dc:date>2024-11-22T16:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Std Dev Lower and Upper 95% from oneway analysis details of calculation</title>
      <link>https://community.jmp.com/t5/Discussions/Std-Dev-Lower-and-Upper-95-from-oneway-analysis-details-of/m-p/818906#M99711</link>
      <description>&lt;P&gt;Thanks a lot for the link very interesting, and your answer.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Carole&lt;/P&gt;</description>
      <pubDate>Mon, 25 Nov 2024 09:08:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Std-Dev-Lower-and-Upper-95-from-oneway-analysis-details-of/m-p/818906#M99711</guid>
      <dc:creator>carole</dc:creator>
      <dc:date>2024-11-25T09:08:56Z</dc:date>
    </item>
  </channel>
</rss>

