Manuals/calci/STANDARDIZE

From ZCubes Wiki
Revision as of 21:44, 24 October 2013 by MassBot1 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

STANDARDIZE(val, m, sd)

Where val  is the value to normalize and m is the arithmetic mean and sd is the standard deviation of the distribution.

  1. When sd is equal to zero , the function displays infinity.
  2. The equation for calculating normalized value is:

It calculates a normalized value from a distribution characterized by mean and standard deviation

STANDARDIZE


 

Let’s see an example in (Column1 Row 1,Column1Row2, Column1 Row 3)

i.e.STANDARDIZE(val,m,sd)

=STANDARDIZE(C1R1,C1R2,C1R3)

=STANDARDIZE(50,40,2.5) is 4


Syntax

Examples

Description

Column1 Column2 Column3 Column4
Row1 50 4
Row2 40
Row3 2.5
Row4
Row5
Row6
Row7
Row8
Row9