Example: quiz answers

WEIGHTED STANDARD DEVIATION - NIST

WEIGHTED STANDARD DEVIATIONS tatistics LET Subcommands2-66 September 3, 1996 DATAPLOT Reference ManualWEIGHTED STANDARD DEVIATIONPURPOSEC ompute the WEIGHTED STANDARD DEVIATION of a formula for the STANDARD DEVIATION is:(EQ 2-21)while the formula for the WEIGHTED STANDARD DEVIATION is:(EQ 2-22)where wi is the weight for the ith observation, N is the number of non-zero weights, andxw is the WEIGHTED mean of the error message is printed if a negative weight is encountered. WEIGHTED STANDARD deviations are often used for frequency <par> = WEIGHTED STANDARD DEVIATION <y> <weights> <SUBSET/EXCEPT/FOR qualification>where <y> is a response variable; <weights> is a variable containing the weights; <par> is a parameter where the WEIGHTED STANDARD DEVIATION is saved;and where the <SUBSET/EXCEPT/FOR qualification> is STANDARD DEVIATION = WEIGHTED MEAN Y1 WEIGHTLET STANDARD DEVIATION = WEIGHTED MEAN Y1 WEIGHT SUBSET TAG > 2 DEFAULTNoneSYNONYMSNoneRELATED COMMANDSMEAN=Compute the mean of a the median of a DEVIATION =Compute the STANDARD DEVIATION of a the variance of a MEAN=Compute the WEIGHTED mean of a VARIANCE=Compute the WEIGHTED variance of a A

WEIGHTED STANDARD DEVIATION Statistics LET Subcommands 2-66 September 3, 1996 DATAPLOT Reference Manual WEIGHTED STANDARD DEVIATION PURPOSE Compute the weighted standard deviation of a variable. DESCRIPTION The formula for the standard deviation is: (EQ 2-21) while the formula for the weighted standard deviation is: (EQ 2-22)

Tags:

  Standards, Deviation, Standard deviation

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Transcription of WEIGHTED STANDARD DEVIATION - NIST

1 WEIGHTED STANDARD DEVIATIONS tatistics LET Subcommands2-66 September 3, 1996 DATAPLOT Reference ManualWEIGHTED STANDARD DEVIATIONPURPOSEC ompute the WEIGHTED STANDARD DEVIATION of a formula for the STANDARD DEVIATION is:(EQ 2-21)while the formula for the WEIGHTED STANDARD DEVIATION is:(EQ 2-22)where wi is the weight for the ith observation, N is the number of non-zero weights, andxw is the WEIGHTED mean of the error message is printed if a negative weight is encountered. WEIGHTED STANDARD deviations are often used for frequency <par> = WEIGHTED STANDARD DEVIATION <y> <weights> <SUBSET/EXCEPT/FOR qualification>where <y> is a response variable; <weights> is a variable containing the weights; <par> is a parameter where the WEIGHTED STANDARD DEVIATION is saved;and where the <SUBSET/EXCEPT/FOR qualification> is STANDARD DEVIATION = WEIGHTED MEAN Y1 WEIGHTLET STANDARD DEVIATION = WEIGHTED MEAN Y1 WEIGHT SUBSET TAG > 2 DEFAULTNoneSYNONYMSNoneRELATED COMMANDSMEAN=Compute the mean of a the median of a DEVIATION =Compute the STANDARD DEVIATION of a the variance of a MEAN=Compute the WEIGHTED mean of a VARIANCE=Compute the WEIGHTED variance of a AnalysisIMPLEMENTATION DATE94/11 (there was an error in the computation for earlier versions)sxix ()2i1 =N N 1 ------------------------------=sdwwixixw ()2i1 =N N' 1 ()

2 Wii1 =N N'-------------------------------------- -------------------------------------=St atistics LET SubcommandsWEIGHTED STANDARD DEVIATIONDATAPLOT Reference ManualSeptember 3, 19962-67 PROGRAMLET Y = DATA 2 3 5 7 11 13 17 19 23 LET W = DATA 1 1 0 0 4 1 2 1 0 LET A = STANDARD DEVIATION YLET AW = WEIGHTED STANDARD DEVIATION Y WPRINT A AWThe values of A and AW are and respectively.


Related search queries