From 1cb0a71f8f5228a6dda7e9c7339481aa521ac154 Mon Sep 17 00:00:00 2001 From: Jason Christopherson Date: Wed, 17 Apr 2024 05:59:21 -0500 Subject: [PATCH] Update documentation --- doc/index.html | 2 +- doc/interface/anova.html | 10 +- .../bootstrap_resampling_routine.html | 4 +- .../bootstrap_statistic_routine.html | 6 +- doc/interface/box_muller_sample.html | 4 +- doc/interface/confidence_interval.html | 14 +- doc/interface/distribution_function.html | 4 +- doc/interface/distribution_property.html | 2 +- doc/interface/iteration_update.html | 6 +- doc/interface/pooled_variance.html | 8 +- doc/interface/regression_function.html | 6 +- doc/lists/files.html | 2 +- doc/lists/modules.html | 2 +- doc/lists/procedures.html | 2 +- doc/lists/types.html | 2 +- doc/module/fstats.html | 14 +- doc/module/fstats_allan.html | 6 +- doc/module/fstats_anova.html | 20 +-- doc/module/fstats_bootstrap.html | 86 +++++----- doc/module/fstats_descriptive_statistics.html | 32 ++-- doc/module/fstats_distributions.html | 12 +- doc/module/fstats_errors.html | 18 +- doc/module/fstats_experimental_design.html | 10 +- doc/module/fstats_helper_routines.html | 6 +- doc/module/fstats_hypothesis.html | 52 +++--- doc/module/fstats_regression.html | 130 +++++++-------- doc/module/fstats_sampling.html | 10 +- doc/module/fstats_smoothing.html | 8 +- doc/module/fstats_special_functions.html | 28 ++-- doc/module/fstats_types.html | 4 +- doc/proc/adjusted_r_squared.html | 10 +- doc/proc/allan_variance.html | 8 +- doc/proc/bartletts_test.html | 6 +- doc/proc/beta.html | 8 +- doc/proc/bootstrap.html | 10 +- doc/proc/bootstrap_linear_least_squares.html | 24 +-- .../bootstrap_nonlinear_least_squares.html | 34 ++-- doc/proc/calculate_regression_statistics.html | 14 +- doc/proc/correlation.html | 8 +- doc/proc/covariance.html | 8 +- doc/proc/covariance_matrix.html | 8 +- doc/proc/design_matrix.html | 12 +- doc/proc/difference.html | 6 +- doc/proc/digamma.html | 6 +- doc/proc/f_test.html | 8 +- doc/proc/factorial.html | 6 +- doc/proc/full_factorial.html | 4 +- doc/proc/get_full_factorial_matrix_size.html | 8 +- doc/proc/incomplete_beta.html | 10 +- doc/proc/incomplete_gamma_lower.html | 8 +- doc/proc/incomplete_gamma_upper.html | 8 +- doc/proc/jacobian.html | 8 +- doc/proc/levenes_test.html | 13 +- doc/proc/linear_least_squares.html | 22 +-- doc/proc/lowess.html | 4 +- doc/proc/mean.html | 6 +- doc/proc/median.html | 6 +- doc/proc/nonlinear_least_squares.html | 32 ++-- doc/proc/quantile.html | 6 +- doc/proc/r_squared.html | 8 +- doc/proc/random_resample.html | 4 +- doc/proc/regularized_beta.html | 10 +- doc/proc/rejection_sample.html | 10 +- doc/proc/report_array_size_error.html | 6 +- .../report_arrays_not_same_size_error.html | 4 +- doc/proc/report_iteration_count_error.html | 4 +- doc/proc/report_matrix_size_error.html | 4 +- doc/proc/report_memory_error.html | 4 +- doc/proc/report_underdefined_error.html | 6 +- doc/proc/scaled_random_resample.html | 4 +- doc/proc/standard_deviation.html | 6 +- doc/proc/t_test_equal_variance.html | 6 +- doc/proc/t_test_paired.html | 8 +- doc/proc/t_test_unequal_variance.html | 6 +- doc/proc/trimmed_mean.html | 8 +- doc/proc/variance.html | 6 +- doc/search.html | 2 +- doc/sourcefile/fstats.f90.html | 2 +- doc/sourcefile/fstats_allan.f90.html | 2 +- doc/sourcefile/fstats_anova.f90.html | 2 +- doc/sourcefile/fstats_bootstrap.f90.html | 2 +- .../fstats_descriptive_statistics.f90.html | 2 +- doc/sourcefile/fstats_distributions.f90.html | 2 +- doc/sourcefile/fstats_errors.f90.html | 2 +- .../fstats_experimental_design.f90.html | 2 +- .../fstats_helper_routines.f90.html | 2 +- doc/sourcefile/fstats_hypothesis.f90.html | 155 +++++++++--------- doc/sourcefile/fstats_regression.f90.html | 2 +- doc/sourcefile/fstats_sampling.f90.html | 2 +- doc/sourcefile/fstats_smoothing.f90.html | 2 +- .../fstats_special_functions.f90.html | 2 +- doc/sourcefile/fstats_types.f90.html | 2 +- doc/src/fstats_hypothesis.f90 | 5 + doc/tipuesearch/tipuesearch_content.js | 2 +- doc/type/anova_factor.html | 10 +- doc/type/array_container.html | 6 +- doc/type/binomial_distribution.html | 6 +- doc/type/bootstrap_regression_statistics.html | 10 +- doc/type/bootstrap_statistics.html | 6 +- doc/type/chi_squared_distribution.html | 2 +- doc/type/convergence_info.html | 2 +- doc/type/distribution.html | 2 +- doc/type/f_distribution.html | 10 +- doc/type/iteration_controls.html | 2 +- doc/type/lm_solver_options.html | 6 +- doc/type/normal_distribution.html | 2 +- doc/type/regression_statistics.html | 14 +- doc/type/single_factor_anova_table.html | 2 +- doc/type/t_distribution.html | 2 +- doc/type/two_factor_anova_table.html | 2 +- 110 files changed, 608 insertions(+), 593 deletions(-) diff --git a/doc/index.html b/doc/index.html index 5ea9ef9..7b74b92 100644 --- a/doc/index.html +++ b/doc/index.html @@ -140,7 +140,7 @@

Derived Types

Documentation generated by FORD - on 2024-04-16 20:51

+ on 2024-04-17 05:57


diff --git a/doc/interface/anova.html b/doc/interface/anova.html index c294646..2c2e24e 100644 --- a/doc/interface/anova.html +++ b/doc/interface/anova.html @@ -237,7 +237,7 @@

Arguments

- + real(kind=real64), intent(in) @@ -282,7 +282,7 @@

Arguments

- + real(kind=real64), intent(in) @@ -357,7 +357,7 @@

Arguments

- + real(kind=real64), intent(in) @@ -372,7 +372,7 @@

Arguments

- + class(errors), intent(inout), @@ -416,7 +416,7 @@

Documentation generated by FORD - on 2024-04-16 20:51

+ on 2024-04-17 05:57


diff --git a/doc/interface/bootstrap_resampling_routine.html b/doc/interface/bootstrap_resampling_routine.html index 9d553de..49c10be 100644 --- a/doc/interface/bootstrap_resampling_routine.html +++ b/doc/interface/bootstrap_resampling_routine.html @@ -153,7 +153,7 @@

Arguments

- + real(kind=real64), intent(in), @@ -205,7 +205,7 @@

Description

Documentation generated by FORD - on 2024-04-16 20:51

+ on 2024-04-17 05:57


diff --git a/doc/interface/bootstrap_statistic_routine.html b/doc/interface/bootstrap_statistic_routine.html index 101948e..3d22012 100644 --- a/doc/interface/bootstrap_statistic_routine.html +++ b/doc/interface/bootstrap_statistic_routine.html @@ -153,7 +153,7 @@

Arguments

- + real(kind=real64), intent(in), @@ -169,7 +169,7 @@

Arguments

-

Return Value real(kind=real64)

+

Return Value real(kind=real64)

The resulting statistic.

Description

Defines the signature of a function for computing the desired @@ -191,7 +191,7 @@

Description

Documentation generated by FORD - on 2024-04-16 20:51

+ on 2024-04-17 05:57


diff --git a/doc/interface/box_muller_sample.html b/doc/interface/box_muller_sample.html index 69327d1..6114717 100644 --- a/doc/interface/box_muller_sample.html +++ b/doc/interface/box_muller_sample.html @@ -262,7 +262,7 @@

Arguments

- + integer(kind=int32), intent(in) @@ -301,7 +301,7 @@

Documentation generated by FORD - on 2024-04-16 20:51

+ on 2024-04-17 05:57


diff --git a/doc/interface/confidence_interval.html b/doc/interface/confidence_interval.html index 2ae817e..aa24a60 100644 --- a/doc/interface/confidence_interval.html +++ b/doc/interface/confidence_interval.html @@ -174,7 +174,7 @@

Arguments

- + class(distribution), intent(in) @@ -190,7 +190,7 @@

Arguments

- + real(kind=real64), intent(in) @@ -221,7 +221,7 @@

Arguments

- + integer(kind=int32), intent(in) @@ -265,7 +265,7 @@

Arguments

- + class(distribution), intent(in) @@ -281,7 +281,7 @@

Arguments

- + real(kind=real64), intent(in) @@ -297,7 +297,7 @@

Arguments

- + real(kind=real64), intent(in) @@ -336,7 +336,7 @@

Documentation generated by FORD - on 2024-04-16 20:51

+ on 2024-04-17 05:57


diff --git a/doc/interface/distribution_function.html b/doc/interface/distribution_function.html index 57bac22..3703fe2 100644 --- a/doc/interface/distribution_function.html +++ b/doc/interface/distribution_function.html @@ -168,7 +168,7 @@

Arguments

- + real(kind=real64), intent(in) @@ -205,7 +205,7 @@

Description

Documentation generated by FORD - on 2024-04-16 20:51

+ on 2024-04-17 05:57


diff --git a/doc/interface/distribution_property.html b/doc/interface/distribution_property.html index a0f56a9..e123014 100644 --- a/doc/interface/distribution_property.html +++ b/doc/interface/distribution_property.html @@ -190,7 +190,7 @@

Description

Documentation generated by FORD - on 2024-04-16 20:51

+ on 2024-04-17 05:57


diff --git a/doc/interface/iteration_update.html b/doc/interface/iteration_update.html index a1378a9..1c3db08 100644 --- a/doc/interface/iteration_update.html +++ b/doc/interface/iteration_update.html @@ -183,7 +183,7 @@

Arguments

- + real(kind=real64), intent(in) @@ -198,7 +198,7 @@

Arguments

- + real(kind=real64), intent(in) @@ -246,7 +246,7 @@

Arguments

Documentation generated by FORD - on 2024-04-16 20:51

+ on 2024-04-17 05:57


diff --git a/doc/interface/pooled_variance.html b/doc/interface/pooled_variance.html index 720c8ce..c57e532 100644 --- a/doc/interface/pooled_variance.html +++ b/doc/interface/pooled_variance.html @@ -170,7 +170,7 @@

Arguments

- + real(kind=real64), intent(in), @@ -186,7 +186,7 @@

Arguments

- + integer(kind=int32), intent(in), @@ -231,7 +231,7 @@

Arguments

- + type(array_container), intent(in), @@ -270,7 +270,7 @@

Documentation generated by FORD - on 2024-04-16 20:51

+ on 2024-04-17 05:57


diff --git a/doc/interface/regression_function.html b/doc/interface/regression_function.html index 2df513f..c994fd0 100644 --- a/doc/interface/regression_function.html +++ b/doc/interface/regression_function.html @@ -168,7 +168,7 @@

Arguments

- + real(kind=real64), intent(in), @@ -183,7 +183,7 @@

Arguments

- + real(kind=real64), intent(out), @@ -231,7 +231,7 @@

Arguments

Documentation generated by FORD - on 2024-04-16 20:51

+ on 2024-04-17 05:57


diff --git a/doc/lists/files.html b/doc/lists/files.html index 6933a33..ea8775e 100644 --- a/doc/lists/files.html +++ b/doc/lists/files.html @@ -144,7 +144,7 @@

Source Files

Documentation generated by FORD - on 2024-04-16 20:51

+ on 2024-04-17 05:57


diff --git a/doc/lists/modules.html b/doc/lists/modules.html index b400bab..3fd7cf3 100644 --- a/doc/lists/modules.html +++ b/doc/lists/modules.html @@ -161,7 +161,7 @@

Modules

Documentation generated by FORD - on 2024-04-16 20:51

+ on 2024-04-17 05:57


diff --git a/doc/lists/procedures.html b/doc/lists/procedures.html index 42d26ea..92ef81d 100644 --- a/doc/lists/procedures.html +++ b/doc/lists/procedures.html @@ -452,7 +452,7 @@

Procedures

Documentation generated by FORD - on 2024-04-16 20:51

+ on 2024-04-17 05:57


diff --git a/doc/lists/types.html b/doc/lists/types.html index d538081..82ec6e5 100644 --- a/doc/lists/types.html +++ b/doc/lists/types.html @@ -184,7 +184,7 @@

Derived Types

Documentation generated by FORD - on 2024-04-16 20:51

+ on 2024-04-17 05:57


diff --git a/doc/module/fstats.html b/doc/module/fstats.html index 17f433b..cf13cd2 100644 --- a/doc/module/fstats.html +++ b/doc/module/fstats.html @@ -142,19 +142,19 @@

Uses

@@ -189,7 +189,7 @@

Uses

Documentation generated by FORD - on 2024-04-16 20:51

+ on 2024-04-17 05:57


diff --git a/doc/module/fstats_allan.html b/doc/module/fstats_allan.html index e401804..9db4011 100644 --- a/doc/module/fstats_allan.html +++ b/doc/module/fstats_allan.html @@ -189,7 +189,7 @@

Arguments

- + real(kind=real64), intent(in), @@ -220,7 +220,7 @@

Arguments

- + class(errors), intent(inout), @@ -273,7 +273,7 @@

Documentation generated by FORD - on 2024-04-16 20:51

+ on 2024-04-17 05:57


diff --git a/doc/module/fstats_anova.html b/doc/module/fstats_anova.html index 7de8843..9ca107c 100644 --- a/doc/module/fstats_anova.html +++ b/doc/module/fstats_anova.html @@ -164,11 +164,11 @@

Uses

  • @@ -279,7 +279,7 @@

    Arguments

    - + real(kind=real64), intent(in) @@ -323,7 +323,7 @@

    Arguments

    - + real(kind=real64), intent(in) @@ -397,7 +397,7 @@

    Arguments

    - + real(kind=real64), intent(in) @@ -412,7 +412,7 @@

    Arguments

    - + class(errors), intent(inout), @@ -474,7 +474,7 @@

    Components

    - + real(kind=real64), public @@ -508,7 +508,7 @@

    Components

    - + real(kind=real64), public @@ -890,7 +890,7 @@

    Components

    Documentation generated by FORD - on 2024-04-16 20:51

    + on 2024-04-17 05:57


    diff --git a/doc/module/fstats_bootstrap.html b/doc/module/fstats_bootstrap.html index 9f8ef8f..e780610 100644 --- a/doc/module/fstats_bootstrap.html +++ b/doc/module/fstats_bootstrap.html @@ -188,14 +188,14 @@

    Uses

    @@ -238,7 +238,7 @@

    Arguments

    - + real(kind=real64), intent(in), @@ -303,7 +303,7 @@

    Arguments

    - + real(kind=real64), intent(in), @@ -400,7 +400,7 @@

    Components

    - + real(kind=real64), public @@ -417,7 +417,7 @@

    Components

    - + real(kind=real64), public @@ -429,7 +429,7 @@

    Components

    -

    The T-statistic for the model coefficient.

    Read more… +

    The T-statistic for the model coefficient.

    Read more… @@ -535,7 +535,7 @@

    Components

    - + real(kind=real64), public @@ -636,7 +636,7 @@

    Arguments

    - + real(kind=real64), intent(in), @@ -651,7 +651,7 @@

    Arguments

    - + procedure(bootstrap_resampling_routine), intent(in), @@ -683,7 +683,7 @@

    Arguments

    - + real(kind=real64), intent(in), @@ -739,7 +739,7 @@

    Arguments

    - + integer(kind=int32), intent(in) @@ -756,7 +756,7 @@

    Arguments

    - + logical, intent(in) @@ -772,7 +772,7 @@

    Arguments

    - + real(kind=real64), intent(in), @@ -788,7 +788,7 @@

    Arguments

    - + real(kind=real64), intent(in), @@ -804,7 +804,7 @@

    Arguments

    - + real(kind=real64), intent(out), @@ -820,7 +820,7 @@

    Arguments

    - + real(kind=real64), intent(out), @@ -835,7 +835,7 @@

    Arguments

    - + real(kind=real64), intent(out), @@ -866,7 +866,7 @@

    Arguments

    - + type(bootstrap_regression_statistics), intent(out), @@ -902,7 +902,7 @@

    Arguments

    - + real(kind=real64), intent(in), @@ -919,7 +919,7 @@

    Arguments

    - + procedure(bootstrap_resampling_routine), intent(in), @@ -952,7 +952,7 @@

    Arguments

    - + class(errors), intent(inout), @@ -1004,7 +1004,7 @@

    Arguments

    - + procedure(regression_function), intent(in), @@ -1019,7 +1019,7 @@

    Arguments

    - + real(kind=real64), intent(in) @@ -1034,7 +1034,7 @@

    Arguments

    - + real(kind=real64), intent(in) @@ -1049,7 +1049,7 @@

    Arguments

    - + real(kind=real64), intent(inout) @@ -1066,7 +1066,7 @@

    Arguments

    - + real(kind=real64), intent(out) @@ -1082,7 +1082,7 @@

    Arguments

    - + real(kind=real64), intent(out) @@ -1113,7 +1113,7 @@

    Arguments

    - + real(kind=real64), intent(in), @@ -1129,7 +1129,7 @@

    Arguments

    - + real(kind=real64), intent(in), @@ -1147,7 +1147,7 @@

    Arguments

    - + real(kind=real64), intent(in), @@ -1166,7 +1166,7 @@

    Arguments

    - + type(bootstrap_regression_statistics), intent(out), @@ -1182,7 +1182,7 @@

    Arguments

    - + real(kind=real64), intent(in), @@ -1199,7 +1199,7 @@

    Arguments

    - + type(iteration_controls), intent(in), @@ -1214,7 +1214,7 @@

    Arguments

    - + type(lm_solver_options), intent(in), @@ -1229,7 +1229,7 @@

    Arguments

    - + type(convergence_info), intent(out), @@ -1265,7 +1265,7 @@

    Arguments

    - + procedure(bootstrap_resampling_routine), intent(in), @@ -1298,7 +1298,7 @@

    Arguments

    - + class(errors), intent(inout), @@ -1350,7 +1350,7 @@

    Arguments

    - + real(kind=real64), intent(in), @@ -1406,7 +1406,7 @@

    Arguments

    - + real(kind=real64), intent(in), @@ -1461,7 +1461,7 @@

    Arguments

    Documentation generated by FORD - on 2024-04-16 20:51

    + on 2024-04-17 05:57


    diff --git a/doc/module/fstats_descriptive_statistics.html b/doc/module/fstats_descriptive_statistics.html index 18b5732..df20234 100644 --- a/doc/module/fstats_descriptive_statistics.html +++ b/doc/module/fstats_descriptive_statistics.html @@ -167,11 +167,11 @@

    Uses

    @@ -216,7 +216,7 @@

    Arguments

    - + real(kind=real64), intent(in), @@ -232,7 +232,7 @@

    Arguments

    - + integer(kind=int32), intent(in), @@ -276,7 +276,7 @@

    Arguments

    - + type(array_container), intent(in), @@ -329,7 +329,7 @@

    Arguments

    - + real(kind=real64), intent(in), @@ -344,7 +344,7 @@

    Arguments

    - + real(kind=real64), intent(in), @@ -389,7 +389,7 @@

    Arguments

    - + real(kind=real64), intent(in) @@ -434,7 +434,7 @@

    Arguments

    - + real(kind=real64), intent(inout) @@ -481,7 +481,7 @@

    Arguments

    - + real(kind=real64), intent(in) @@ -541,7 +541,7 @@

    Arguments

    - + real(kind=real64), intent(in) @@ -586,7 +586,7 @@

    Arguments

    - + real(kind=real64), intent(inout), @@ -602,7 +602,7 @@

    Arguments

    - + real(kind=real64), intent(in), @@ -649,7 +649,7 @@

    Arguments

    - + real(kind=real64), intent(in) @@ -695,7 +695,7 @@

    Documentation generated by FORD - on 2024-04-16 20:51

    + on 2024-04-17 05:57


    diff --git a/doc/module/fstats_distributions.html b/doc/module/fstats_distributions.html index a3b1405..ee7e1b5 100644 --- a/doc/module/fstats_distributions.html +++ b/doc/module/fstats_distributions.html @@ -167,9 +167,9 @@

    Uses