NAG Library Routine Document
G02BLF
1 Purpose
G02BLF computes means and standard deviations, sums of squares and cross-products about zero, and correlation-like coefficients for selected variables omitting completely any cases with a missing observation for any variable (either over all variables in the dataset or over only those variables in the selected subset).
2 Specification
SUBROUTINE G02BLF ( |
N, M, X, LDX, MISS, XMISS, MISTYP, NVARS, KVAR, XBAR, STD, SSPZ, LDSSPZ, RZ, LDRZ, NCASES, IFAIL) |
INTEGER |
N, M, LDX, MISS(M), MISTYP, NVARS, KVAR(NVARS), LDSSPZ, LDRZ, NCASES, IFAIL |
REAL (KIND=nag_wp) |
X(LDX,M), XMISS(M), XBAR(NVARS), STD(NVARS), SSPZ(LDSSPZ,NVARS), RZ(LDRZ,NVARS) |
|
3 Description
The input data consist of
observations for each of
variables, given as an array
where
is the
th observation on the
th variable, together with the subset of these variables,
, for which information is required.
In addition, each of the variables may optionally have associated with it a value which is to be considered as representing a missing observation for that variable; the missing value for the th variable is denoted by . Missing values need not be specified for all variables.
The missing values can be utilized in two slightly different ways, you can indicate which scheme is required.
Firstly, let
if observation
contains a missing value for any of those variables in the set
for which missing values have been declared, i.e., if
for any
(
) for which an
has been assigned (see also
Section 7); and
otherwise, for
.
Secondly, let
if observation
contains a missing value for any of those variables in the selected subset
for which missing values have been declared, i.e., if
for any
for which an
has been assigned (see also
Section 7); and
otherwise, for
.
The quantities calculated are:
(a) |
Means:
|
(b) |
Standard deviations:
|
(c) |
Sums of squares and cross-products about zero:
|
(d) |
Correlation-like coefficients:
If or is zero, is set to zero. |
4 References
None.
5 Parameters
- 1: N – INTEGERInput
On entry: , the number of observations or cases.
Constraint:
.
- 2: M – INTEGERInput
On entry: , the number of variables.
Constraint:
.
- 3: X(LDX,M) – REAL (KIND=nag_wp) arrayInput
On entry: must be set to , the value of the th observation on the th variable, for and .
- 4: LDX – INTEGERInput
On entry: the first dimension of the array
X as declared in the (sub)program from which G02BLF is called.
Constraint:
.
- 5: MISS(M) – INTEGER arrayInput/Output
On entry:
must be set equal to
if a missing value,
, is to be specified for the
th variable in the array
X, or set equal to
otherwise. Values of
MISS must be given for all
variables in the array
X.
On exit: the array
MISS is overwritten by the routine, and the information it contained on entry is lost.
- 6: XMISS(M) – REAL (KIND=nag_wp) arrayInput/Output
On entry:
must be set to the missing value,
, to be associated with the
th variable in the array
X, for those variables for which missing values are specified by means of the array
MISS (see
Section 7).
On exit: the array
XMISS is overwritten by the routine, and the information it contained on entry is lost.
- 7: MISTYP – INTEGERInput
On entry: indicates the manner in which missing observations are to be treated.
- A case is excluded if it contains a missing value for any of the variables .
- A case is excluded if it contains a missing value for any of the variables specified in the array KVAR.
- 8: NVARS – INTEGERInput
On entry: , the number of variables for which information is required.
Constraint:
.
- 9: KVAR(NVARS) – INTEGER arrayInput
On entry:
must be set to the column number in
X of the
th variable for which information is required, for
.
Constraint:
, for .
- 10: XBAR(NVARS) – REAL (KIND=nag_wp) arrayOutput
On exit: the mean value,
, of the variable specified in , for .
- 11: STD(NVARS) – REAL (KIND=nag_wp) arrayOutput
On exit: the standard deviation,
, of the variable specified in , for .
- 12: SSPZ(LDSSPZ,NVARS) – REAL (KIND=nag_wp) arrayOutput
On exit: is the cross-product about zero, , for the variables specified in and , for and .
- 13: LDSSPZ – INTEGERInput
On entry: the first dimension of the array
SSPZ as declared in the (sub)program from which G02BLF is called.
Constraint:
.
- 14: RZ(LDRZ,NVARS) – REAL (KIND=nag_wp) arrayOutput
On exit: is the correlation-like coefficient, , between the variables specified in and , for and .
- 15: LDRZ – INTEGERInput
On entry: the first dimension of the array
RZ as declared in the (sub)program from which G02BLF is called.
Constraint:
.
- 16: NCASES – INTEGEROutput
On exit: the number of cases actually used in the calculations (when cases involving missing values have been eliminated).
- 17: IFAIL – INTEGERInput/Output
-
On entry:
IFAIL must be set to
,
. If you are unfamiliar with this parameter you should refer to
Section 3.3 in the Essential Introduction for details.
For environments where it might be inappropriate to halt program execution when an error is detected, the value
is recommended. If the output of error messages is undesirable, then the value
is recommended. Otherwise, if you are not familiar with this parameter, the recommended value is
.
When the value is used it is essential to test the value of IFAIL on exit.
On exit:
unless the routine detects an error or a warning has been flagged (see
Section 6).
6 Error Indicators and Warnings
If on entry
or
, explanatory error messages are output on the current error message unit (as defined by
X04AAF).
Errors or warnings detected by the routine:
-
-
On entry, | , |
or | . |
-
On entry, | , |
or | , |
or | . |
-
On entry, | , |
or | for some . |
-
After observations with missing values were omitted, no cases remained.
-
After observations with missing values were omitted, only one case remained.
7 Accuracy
G02BLF does not use additional precision arithmetic for the accumulation of scalar products, so there may be a loss of significant figures for large .
You are warned of the need to exercise extreme care in your selection of missing values. G02BLF treats all values in the inclusive range
, where
is the missing value for variable
specified in
XMISS.
You must therefore ensure that the missing value chosen for each variable is sufficiently different from all valid values for that variable so that none of the valid values fall within the range indicated above.
The time taken by G02BLF depends on and , and the occurrence of missing values.
The routine uses a two-pass algorithm.
9 Example
This example reads in a set of data consisting of five observations on each of four variables. Missing values of are declared for the second and fourth variables; no missing values are specified for the first and third variables. The means, standard deviations, sums of squares and cross-products about zero, and correlation-like coefficients for the fourth, first and second variables are then calculated and printed, omitting completely all cases containing missing values for these three selected variables; cases and are therefore eliminated, leaving only three cases in the calculations.
9.1 Program Text
Program Text (g02blfe.f90)
9.2 Program Data
Program Data (g02blfe.d)
9.3 Program Results
Program Results (g02blfe.r)