Difference between revisions of "Manuals/calci/CONFIDENCE"

From ZCubes Wiki
Jump to navigation Jump to search
Line 31: Line 31:
 
*So the Confidence interval value is <math> 10\plusmn 1.296839= approximately[11.29,8.70]</math>.
 
*So the Confidence interval value is <math> 10\plusmn 1.296839= approximately[11.29,8.70]</math>.
  
 +
==Examples==
 +
#=CONFIDENCE(0.6,4.6,20) = 0.539393789
 +
#=CONFIDENCE(0.09,8.1,25) = 2.746544290
 +
#=CONFIDENCE(0.001,18.8,50) = 8.74859415
  
  
 +
==See Also==
 +
*[[Manuals/calci/ZTEST | ZTEST ]]
 +
*[[Manuals/calci/ZTESTEQUALMEANS | ZTESTEQUALMEANS ]]
  
  
<div id="6SpaceContent" class="zcontent" align="left">
+
==References==
 
 
<font size="3"><font face="Times New Roman">'''CONFIDENCE''' ('''alpha''',''' SD''',''' n''')</font></font>
 
 
 
<font size="3"><font face="Times New Roman">Where alpha is the significance level, SD is the population standard deviation for the data range and N is the sample size.</font></font>
 
 
 
</div>
 
----
 
<div id="1SpaceContent" class="zcontent" align="left"><font size="3"><font face="Times New Roman"> This function returns a value that can be use to construct a confidence interval for a population mean. </font></font>
 
 
 
<font size="3" face="Times New Roman"> </font>
 
 
 
</div>
 
----
 
<div id="7SpaceContent" class="zcontent" align="left">
 
 
 
<font size="3">·</font>        <font size="3"><font face="Times New Roman">CONFIDENCE returns the error value, when any argument is nonnumeric or alpha is less than or equal to 0 or grater than equal to 1. </font></font>
 
 
 
<font size="3">·</font>        <font size="3"><font face="Times New Roman">CONFIDENCE returns the error value when SD is less than or equal to 0 or n is less than 1. </font></font>
 
 
 
</div>
 
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">CONFIDENCE</div></div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
<div id="2SpaceContent" class="zcontent" align="left">
 
 
 
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
| class="  " |
 
<div id="2Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
| class="  " | Column1
 
| class="      " | Column2
 
| class="  " | Column3
 
| class="  " | Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class=" " | 0.05
 
| class="sshl_f" | 0.993883
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| class="  " | Row2
 
| class=" " | 3
 
| class="sshl_f SelectTD SelectTD" |
 
<div id="2Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| Row3
 
| class="sshl_f " | 35
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| Row4
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| class=" " | Row5
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| 0
 
|- class="even"
 
| class="sshl_f" | Row6
 
| class="sshl_f" |
 
| class="sshl_f        " |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| class="sshl_f" | Row7
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|}
 
 
 
<div align="left">[[Image:calci1.gif]]</div></div>
 
----
 
<div id="8SpaceContent" class="zcontent" align="left"><font size="3"><font face="Times New Roman">''' <font size="3"><font face="Times New Roman">AVEDEV (N1, N2...)</font></font> <font size="3"><font face="Times New Roman">Where N1, N 2 ...   are positive integers.</font></font> '''</font></font></div>
 
----
 
<div id="5SpaceContent" class="zcontent" align="left">
 
 
 
<font size="3"><font face="Times New Roman">Let’s see an example </font></font>
 
 
 
<font size="3">CONFIDENCE (alpha, SD, n)</font>
 
 
 
<font size="3"> </font>
 
 
 
<font size="3">i.e. =CONFIDENCE (B2, B3, B4) is 0.9939</font>
 
 
 
</div>
 
----
 

Revision as of 03:38, 28 March 2014

CONFIDENCE(a,sd,s)


  • is alpha value which is indicating the significance level.
  • is the standard deviation.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle s} is the size of the sample.


Description

  • This function gives value of the confidence intervals.
  • Confidence intervals are calculated based on the standard error of a measurement.
  • It is measures the probability that a population parameter will fall between lower bound and upper bound of the values.
  • There are four steps to constructing a confidence interval.
   1. Identify a sample statistic.
   2. Select a confidence level. 
   3. Find the margin of error.
   4. Specify the confidence interval. 
  • Normally once standard error value is calculated, the confidence interval is determined by multiplying the standard error by a constant that reflects the level of significance desired, based on the normal distribution.
  • In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle CONFIDENCE(a,sd,s)} , Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle a} is the alpha value which is indicating the significance level used to find the value of the confidence level.
  • It equals Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 100*(1-alpha)%} , or alpha of 0.05 indicates a 95 percent confidence level.
  • This value is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \plusmn {1.96}} .
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle sd } is the standard deviation of the population for the data range.
  • Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle s } is the size of the sample.
  • Confidence interval is calculated using the following formula:
    Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Confidence interval = sample statistic + Margin of error}
. 
  • So Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle confidence interval =\bar{x}\plusmn {1.96}(\frac{\sigma}{\sqrt {s}})}
  • where Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \bar{x}} is the sample mean,sigma is the standard deviation.
  • This function will give the result as error when
 1. Any one of the argument is nonnumeric. 
 2.Suppose Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 0\le alpha\le1 }

 3. value of s is less than 1.
  • Suppose with the population of 10 for the standard deviation 3.2, with the alpha value 0.2 then, CONFIDENCE(0.2,3.2,10) =1.296839.
  • So the Confidence interval value is Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle 10\plusmn 1.296839= approximately[11.29,8.70]} .

Examples

  1. =CONFIDENCE(0.6,4.6,20) = 0.539393789
  2. =CONFIDENCE(0.09,8.1,25) = 2.746544290
  3. =CONFIDENCE(0.001,18.8,50) = 8.74859415


See Also


References