Difference between revisions of "Manuals/calci/STANDARDIZE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font face="Arial, sans-serif"><font size="2">'''STANDARDIZE'''</font></font><font face="Arial, sans-serif"><font siz...")
 
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left">
+
<div style="font-size:30px">'''STANDARDIZE (X,Mean,StandardDeviation)'''</div><br/>
 +
*<math>X </math> is the value.
 +
*<math>Mean</math> is the mean.
 +
*<math>StandardDeviation </math> is the standard deviation.
 +
**STANDARDIZE(),returns a normalized value.
  
<font face="Arial, sans-serif"><font size="2">'''STANDARDIZE'''</font></font><font face="Arial, sans-serif"><font size="2">(</font></font><font face="Arial, sans-serif"><font size="2">'''val'''</font></font><font face="Arial, sans-serif"><font size="2">,</font></font><font face="Arial, sans-serif"><font size="2">''' m, sd'''</font></font><font face="Arial, sans-serif"><font size="2">)</font></font>
+
==Description==
 +
*This function gives the  normalized value of any distribution.
 +
*Standardize is the normalized value for a distribution characterized by a given mean and standard deviation.
 +
*In <math> STANDARDIZE (X,Mean,StandardDeviation)</math>, <math>X</math> is the value to be normalized , <math> Mean </math> is the arithmetic mean of the distribution, and <math> StandardDeviation </math> is the standard deviation of the distribution.
 +
*The equation for the normalized value is:
 +
<math> Z= \frac{x-\mu}{\sigma}</math>, where <math> \mu </math> is the arithmetic mean and <math>\sigma </math> is the standard deviation.
 +
*This function will give the result as error when
 +
      1. Any one of the argument is non-numeric.
 +
      2. StandardDeviation<=0
  
<font face="Arial, sans-serif"><font size="2"></font></font><font face="Arial, sans-serif"><font size="2">'''Where val'''</font></font><font face="Arial, sans-serif"><font size="2">  is the value to normalize and m is the arithmetic mean and sd is the standard deviation of the distribution.</font></font>
+
==Examples==
 +
#=STANDARDIZE(25,20,10.2) = 0.490196078431
 +
#=STANDARDIZE(52.5,42,3.25) = 3.230769230769
 +
#=STANDARDIZE(30,35,4.21) = -1.187648456057
 +
#=STANDARDIZE(2,0,5.3) = 0.377358490566
 +
#=STANDARDIZE(-2,1,6.17) = -0.48622366288
  
# <font face="Arial, sans-serif"><font size="2">When sd is equal to zero , the function displays infinity. </font></font>
+
==Related Videos==
# <font face="Arial, sans-serif"><font size="2">The equation for calculating normalized value is: </font></font>
 
  
</div>
+
{{#ev:youtube|hR6_JKIoI2c|280|center|STANDARDIZE}}
----
 
<div id="1SpaceContent" class="zcontent" align="left"><font face="Arial, sans-serif"><font size="2">It calculates a normalized value from a distribution characterized by mean and standard deviation</font></font></div>
 
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
  
STANDARDIZE
+
==See Also==
 +
*[[Manuals/calci/NORMDIST  | NORMDIST ]]
 +
*[[Manuals/calci/NORMINV  | NORMINV ]]
 +
*[[Manuals/calci/NORMSDIST  | NORMSDIST ]]
 +
*[[Manuals/calci/NORMSINV  | NORMSINV ]]
  
</div></div>
+
==References==
----
+
*[http://en.wikipedia.org/wiki/Standard_score Standrd Score]
<div id="8SpaceContent" class="zcontent" align="left"><font color="#7f7f7f"><font face="Arial, sans-serif"><font size="2">
 
  
<font color="#7f7f7f"><font face="Arial, sans-serif"><font size="2">  </font></font></font>
 
  
<font color="#000000"><font face="Times New Roman, serif"><font size="3">Let’s see an example in (Column1 Row 1,Column1Row2, Column1 Row 3)</font></font></font>
+
*[[Z_API_Functions | List of Main Z Functions]]
  
<font color="#000000"><font face="Times New Roman, serif"><font size="3">i.e.STANDARDIZE(val,m,sd)</font></font></font>
+
*[[ Z3 |  Z3 home ]]
 
 
<font color="#000000"><font face="Times New Roman, serif"><font size="3"><nowiki>=STANDARDIZE(C1R1,C1R2,C1R3)</nowiki></font></font></font>
 
 
 
<font color="#000000"><font face="Times New Roman, serif"><font size="3"><nowiki>=STANDARDIZE(50,40,2.5) is 4</nowiki></font></font></font>
 
 
 
</font></font></font></div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></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=" " |
 
| class="  " | Column1
 
| class="      " | Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class=" " | 50
 
| class="sshl_f" | 4
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| class="  " | Row2
 
| class=" " | 40
 
| class="  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="odd"
 
| Row3
 
| class="sshl_f " | 2.5
 
|
 
|
 
|
 
|- class="even"
 
| Row4
 
| class="sshl_f" |
 
|
 
|
 
| class="  " |
 
|- class="odd"
 
| class=" " | Row5
 
| class="sshl_f" |
 
|
 
|
 
|
 
|- 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" |
 
|- class="even"
 
| class="sshl_f" | Row8
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| class="sshl_f" | Row9
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|}
 
 
 
<div align="left">[[Image:calci1.gif]]</div></div>
 
----
 

Latest revision as of 17:14, 8 August 2018

STANDARDIZE (X,Mean,StandardDeviation)


  • is the value.
  • is the mean.
  • is the standard deviation.
    • STANDARDIZE(),returns a normalized value.

Description

  • This function gives the normalized value of any distribution.
  • Standardize is the normalized value for a distribution characterized by a given mean and standard deviation.
  • In , is the value to be normalized , is the arithmetic mean of the distribution, and is the standard deviation of the distribution.
  • The equation for the normalized value is:

, where is the arithmetic mean and is the standard deviation.

  • This function will give the result as error when
     1. Any one of the argument is non-numeric. 
     2. StandardDeviation<=0

Examples

  1. =STANDARDIZE(25,20,10.2) = 0.490196078431
  2. =STANDARDIZE(52.5,42,3.25) = 3.230769230769
  3. =STANDARDIZE(30,35,4.21) = -1.187648456057
  4. =STANDARDIZE(2,0,5.3) = 0.377358490566
  5. =STANDARDIZE(-2,1,6.17) = -0.48622366288

Related Videos

STANDARDIZE

See Also

References