Computes the pooled estimate of variance.
Computes the pooled estimate of variance.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real64), | intent(in), | dimension(:) | :: | si |
An N-element array containing the estimates for each of the N variances. |
|
integer(kind=int32), | intent(in), | dimension(size(si)) | :: | ni |
An N-element array containing the number of data points in each of the data sets used to compute the variances in si. |
The pooled variance.
Computes the pooled estimate of variance.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(array_container), | intent(in), | dimension(:) | :: | x |
An array of arrays of data. |
The pooled variance.