diff --git a/doc/index.html b/doc/index.html index 000c1c0..bfa6034 100644 --- a/doc/index.html +++ b/doc/index.html @@ -108,7 +108,7 @@
Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:460.3% of total for procedures.
Including implementation: 146 statements, 9.1% of total for procedures.">5 statementsDocumentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46The resulting statistic.
Defines the signature of a function for computing the desired @@ -191,7 +191,7 @@
Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:460.2% of total for procedures.
Including implementation: 31 statements, 1.9% of total for procedures.">4 statementsDocumentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:460.2% of total for procedures.
Including implementation: 34 statements, 2.1% of total for procedures.">4 statementsDocumentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46The value of the function.
Defines the interface for a probability distribution function.
@@ -205,7 +205,7 @@Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46The property value.
Computes the value of a distribution property.
@@ -190,7 +190,7 @@Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Computes 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.
+ +Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Performs an analysis of variance (ANOVA) on the supplied data set.
Computes Bartlett's test statistic as follows.
Computes statistics for the quality of fit for a regression model.
Computes the coefficient matrix to the linear -least-squares regression problem of , where - is the coefficient matrix computed here, is -the vector of coefficients to be determined, and is the -vector of measured dependent variables.
Computes the covariance matrix where and is computed -by coefficient_matrix.
Computes the design matrix for the linear +least-squares regression problem of , where + is the matrix computed here, is +the vector of coefficients to be determined, and is the +vector of measured dependent variables.
Performs a nonlinear regression to fit a model using a version of the Levenberg-Marquardt algorithm.
Computes the pooled estimate of variance.
Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Defines an ANOVA factor result.
Provides a container for a real-valued array. A practical use of +this construct is in the construction of jagged arrays.
Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Computes 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.
+ +Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Computes the variance of the distribution.<\p>
Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Computes Bartlett's test statistic as follows.
Type | +Intent | Optional | Attributes | ++ | Name | ++ |
---|---|---|---|---|---|---|
+ + type(array_container), + | +intent(in), | ++ dimension(:) + | +:: | +x | +
+ The arrays of data to analyze. + |
+ |
+ + real(kind=real64), + | +intent(out) | ++ + | +:: | +stat | +
+ The Bartlett's test statistic. + |
+ |
+ + real(kind=real64), + | +intent(out) | ++ + | +:: | +p | +
+ The probability value that the variances of each data set are +equivalent. A low p-value, less than some significance level, +indicates a non-equivalance of variances. + |
+
Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Computes the coefficient matrix to the linear -least-squares regression problem of , where - is the coefficient matrix computed here, is -the vector of coefficients to be determined, and is the -vector of measured dependent variables.
Computes the covariance matrix where + and is computed +by design_matrix.
- - integer(kind=int32), - | -intent(in) | -- - | -:: | -order | -
- The order of the equation to fit. This value must be -at least one (linear equation), but can be higher as desired. - |
- ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- - logical, - | -intent(in) | -- - | -:: | -intercept | -
- Set to true if the intercept is being computed -as part of the regression; else, false. - |
- ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(in) | @@ -1540,15 +1506,15 @@:: | -x(:) | +x(:,:) |
- An N-element array containing the independent variable -measurement points. +An M-by-N matrix containing the formatted independent data + matrix as computed by design_matrix. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(out) | @@ -1558,14 +1524,12 @@:: | c(:,:) |
- An N-by-K matrix where the results will be written. K -must equal order + 1 in the event intercept is true; -however, if intercept is false, K must equal order. +The N-by-N covariance matrix. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + class(errors), | intent(inout), | @@ -1578,8 +1542,10 @@
- + + integer(kind=int32), + | +intent(in) | ++ + | +:: | +order | +
+ The order of the equation to fit. This value must be +at least one (linear equation), but can be higher as desired. + |
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+ + logical, + | +intent(in) | ++ + | +:: | +intercept | +
+ Set to true if the intercept is being computed +as part of the regression; else, false. + |
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+ real(kind=real64), | intent(in) | @@ -1619,10 +1619,10 @@:: | -x(:,:) | +x(:) |
- An M-by-N matrix containing the formatted independent data - matrix as computed by coefficient_matrix. +An N-element array containing the independent variable +measurement points. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
:: | c(:,:) |
- The N-by-N covariance matrix. +An N-by-K matrix where the results will be written. K +must equal order + 1 in the event intercept is true; +however, if intercept is false, K must equal order. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + class(errors), | intent(inout), | @@ -1655,10 +1657,8 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + class(errors), | intent(inout), | @@ -1894,7 +1894,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(in) | @@ -1910,7 +1910,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(in) | @@ -1941,7 +1941,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(out) | @@ -1956,7 +1956,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(out) | @@ -1989,7 +1989,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(in), | @@ -2006,7 +2006,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + class(errors), | intent(inout), | @@ -2069,7 +2069,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(in) | @@ -2084,7 +2084,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(in) | @@ -2116,7 +2116,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(out) | @@ -2132,7 +2132,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(out) | @@ -2217,7 +2217,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(in), | @@ -2296,7 +2296,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + class(errors), | intent(inout), | @@ -2348,7 +2348,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + integer(kind=int32), | intent(in) | @@ -367,7 +367,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + integer(kind=int32), | intent(in) | @@ -382,7 +382,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(in) | @@ -397,7 +397,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(in) | @@ -444,7 +444,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(in), | @@ -210,7 +210,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(in), | @@ -306,7 +306,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(out), | @@ -322,7 +322,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + class(errors), | intent(inout), | @@ -367,7 +367,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(in) | @@ -209,7 +209,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(in) | @@ -254,7 +254,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(in) | @@ -299,7 +299,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(in) | @@ -314,7 +314,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(in) | @@ -329,7 +329,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(in) | @@ -374,7 +374,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(in) | @@ -389,7 +389,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(in) | @@ -434,7 +434,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(in) | @@ -449,7 +449,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(in) | @@ -494,7 +494,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(in) | @@ -509,7 +509,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(in) | @@ -524,7 +524,7 @@||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
- + real(kind=real64), | intent(in) | @@ -570,7 +570,7 @@
Type | +Visibility | Attributes | ++ | Name | +Initial | + | |
---|---|---|---|---|---|---|---|
+ + real(kind=real64), + | +public, | ++ allocatable, dimension(:) + | +:: | +x | ++ | + |
+ The array. + |
+
Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Computes Bartlett's test statistic as follows.
++ +
+Where and is the pooled +variance.
+ + +Type | +Intent | Optional | Attributes | ++ | Name | ++ |
---|---|---|---|---|---|---|
+ + type(array_container), + | +intent(in), | ++ dimension(:) + | +:: | +x | +
+ The arrays of data to analyze. + |
+ |
+ + real(kind=real64), + | +intent(out) | ++ + | +:: | +stat | +
+ The Bartlett's test statistic. + |
+ |
+ + real(kind=real64), + | +intent(out) | ++ + | +:: | +p | +
+ The probability value that the variances of each data set are +equivalent. A low p-value, less than some significance level, +indicates a non-equivalance of variances. + |
+
Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Computes the covariance matrix where and is computed -by coefficient_matrix.
+by design_matrix.See Also
An M-by-N matrix containing the formatted independent data - matrix as computed by coefficient_matrix.
+ matrix as computed by design_matrix.Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Computes the coefficient matrix to the linear +
Computes the design matrix for the linear least-squares regression problem of , where - is the coefficient matrix computed here, is + is the matrix computed here, is the vector of coefficients to be determined, and is the vector of measured dependent variables.
See Also
@@ -193,7 +195,7 @@Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Documentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46module fstats_types + use iso_fortran_env + implicit none + + type array_container + !! Provides a container for a real-valued array. A practical use of + !! this construct is in the construction of jagged arrays. + real(real64), allocatable, dimension(:) :: x + !! The array. + end type +end module +
4.9% of total for derived types.
Including implementation: 7 statements, 1.9% of total for derived types.">7 statementsDocumentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46Provides a container for a real-valued array. A practical use of +this construct is in the construction of jagged arrays.
+Type | +Visibility | Attributes | ++ | Name | +Initial | + | |
---|---|---|---|---|---|---|---|
+ + real(kind=real64), + | +public, | ++ allocatable, dimension(:) + | +:: | +x | ++ | + |
+ The array. + |
+
7.6% of total for derived types.
Including implementation: 47 statements, 12.8% of total for derived types.">11 statementsDocumentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:464.9% of total for derived types.
Including implementation: 7 statements, 1.9% of total for derived types.">7 statementsDocumentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:465.6% of total for derived types.
Including implementation: 8 statements, 2.2% of total for derived types.">8 statementsDocumentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:466.9% of total for derived types.
Including implementation: 46 statements, 12.5% of total for derived types.">10 statementsDocumentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:469.0% of total for derived types.
Including implementation: 13 statements, 3.5% of total for derived types.">13 statementsDocumentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:466.2% of total for derived types.
Including implementation: 9 statements, 2.4% of total for derived types.">9 statementsDocumentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:467.6% of total for derived types.
Including implementation: 64 statements, 17.4% of total for derived types.">11 statementsDocumentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:467.6% of total for derived types.
Including implementation: 21 statements, 5.7% of total for derived types.">11 statementsDocumentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:465.6% of total for derived types.
Including implementation: 15 statements, 4.1% of total for derived types.">8 statementsDocumentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:468.3% of total for derived types.
Including implementation: 49 statements, 13.3% of total for derived types.">12 statementsDocumentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:464.2% of total for derived types.
Including implementation: 6 statements, 1.6% of total for derived types.">6 statementsDocumentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:465.6% of total for derived types.
Including implementation: 8 statements, 2.2% of total for derived types.">8 statementsDocumentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:466.9% of total for derived types.
Including implementation: 55 statements, 14.9% of total for derived types.">10 statementsDocumentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:466.9% of total for derived types.
Including implementation: 10 statements, 2.7% of total for derived types.">10 statementsDocumentation generated by FORD - on 2024-03-26 07:52
+ on 2024-04-16 13:46