Skip to content

Commit

Permalink
Add fit statistics calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopherson committed Feb 21, 2025
1 parent 5a8cc8f commit be6e46b
Show file tree
Hide file tree
Showing 123 changed files with 959 additions and 678 deletions.
2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h3>Derived Types</h3>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2025-02-21 08:21 </p>
on 2025-02-21 12:00 </p>
</div>
</div>
<br>
Expand Down
8 changes: 4 additions & 4 deletions doc/interface/anova.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h4>Arguments</h4>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-x~8"></span>
<span class="anchor" id="variable-x~11"></span>
real(kind=real64),
</td>
<td>intent(in)</td>
Expand Down Expand Up @@ -282,7 +282,7 @@ <h4>Arguments</h4>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-x~9"></span>
<span class="anchor" id="variable-x~12"></span>
real(kind=real64),
</td>
<td>intent(in)</td>
Expand Down Expand Up @@ -372,7 +372,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-err~19"></span>
<span class="anchor" id="variable-err~5"></span>
class(errors),
</td>
<td>intent(inout),</td>
Expand Down Expand Up @@ -416,7 +416,7 @@ <h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2025-02-21 08:21 </p>
on 2025-02-21 12:00 </p>
</div>
</div>
<br>
Expand Down
4 changes: 2 additions & 2 deletions doc/interface/bootstrap_resampling_routine.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h3>Arguments</h3>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-x~10"></span>
<span class="anchor" id="variable-x~21"></span>
real(kind=real64),
</td>
<td>intent(in),</td>
Expand Down Expand Up @@ -205,7 +205,7 @@ <h3>Description</h3>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2025-02-21 08:21 </p>
on 2025-02-21 12:00 </p>
</div>
</div>
<br>
Expand Down
6 changes: 3 additions & 3 deletions doc/interface/bootstrap_statistic_routine.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h3>Arguments</h3>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-x~11"></span>
<span class="anchor" id="variable-x~22"></span>
real(kind=real64),
</td>
<td>intent(in),</td>
Expand All @@ -169,7 +169,7 @@ <h3>Arguments</h3>
</tbody>
</table>

<h3>Return Value <span class="anchor" id="variable-rst~20"></span><small>real(kind=real64)</small></h3>
<h3>Return Value <span class="anchor" id="variable-rst~26"></span><small>real(kind=real64)</small></h3>
<p>The resulting statistic.</p>
<h3>Description</h3>
<p>Defines the signature of a function for computing the desired
Expand All @@ -191,7 +191,7 @@ <h3>Description</h3>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2025-02-21 08:21 </p>
on 2025-02-21 12:00 </p>
</div>
</div>
<br>
Expand Down
12 changes: 6 additions & 6 deletions doc/interface/box_muller_sample.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ <h4>Arguments</h4>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-mu~5"></span>
<span class="anchor" id="variable-mu"></span>
real(kind=real64),
</td>
<td>intent(in)</td>
Expand All @@ -187,7 +187,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-sigma~5"></span>
<span class="anchor" id="variable-sigma"></span>
real(kind=real64),
</td>
<td>intent(in)</td>
Expand Down Expand Up @@ -232,7 +232,7 @@ <h4>Arguments</h4>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-mu~6"></span>
<span class="anchor" id="variable-mu~2"></span>
real(kind=real64),
</td>
<td>intent(in)</td>
Expand All @@ -247,7 +247,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-sigma~6"></span>
<span class="anchor" id="variable-sigma~2"></span>
real(kind=real64),
</td>
<td>intent(in)</td>
Expand All @@ -262,7 +262,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-n~11"></span>
<span class="anchor" id="variable-n"></span>
integer(kind=int32),
</td>
<td>intent(in)</td>
Expand Down Expand Up @@ -301,7 +301,7 @@ <h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2025-02-21 08:21 </p>
on 2025-02-21 12:00 </p>
</div>
</div>
<br>
Expand Down
14 changes: 7 additions & 7 deletions doc/interface/confidence_interval.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ <h4>Arguments</h4>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-dist~4"></span>
<span class="anchor" id="variable-dist~2"></span>
class(<a href='..\type\distribution.html'>distribution</a>),
</td>
<td>intent(in)</td>
Expand All @@ -190,7 +190,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-alpha~6"></span>
<span class="anchor" id="variable-alpha"></span>
real(kind=real64),
</td>
<td>intent(in)</td>
Expand Down Expand Up @@ -221,7 +221,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-n~20"></span>
<span class="anchor" id="variable-n~4"></span>
integer(kind=int32),
</td>
<td>intent(in)</td>
Expand Down Expand Up @@ -265,7 +265,7 @@ <h4>Arguments</h4>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-dist~5"></span>
<span class="anchor" id="variable-dist~3"></span>
class(<a href='..\type\distribution.html'>distribution</a>),
</td>
<td>intent(in)</td>
Expand All @@ -281,7 +281,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-alpha~7"></span>
<span class="anchor" id="variable-alpha~2"></span>
real(kind=real64),
</td>
<td>intent(in)</td>
Expand All @@ -297,7 +297,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-x~16"></span>
<span class="anchor" id="variable-x~2"></span>
real(kind=real64),
</td>
<td>intent(in)</td>
Expand Down Expand Up @@ -336,7 +336,7 @@ <h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2025-02-21 08:21 </p>
on 2025-02-21 12:00 </p>
</div>
</div>
<br>
Expand Down
6 changes: 3 additions & 3 deletions doc/interface/distribution_function.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h3>Arguments</h3>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-this~22"></span>
<span class="anchor" id="variable-this~8"></span>
class(<a href='..\type\distribution.html'>distribution</a>),
</td>
<td>intent(in)</td>
Expand Down Expand Up @@ -184,7 +184,7 @@ <h3>Arguments</h3>
</tbody>
</table>

<h3>Return Value <span class="anchor" id="variable-rst~48"></span><small>real(kind=real64)</small></h3>
<h3>Return Value <span class="anchor" id="variable-rst~45"></span><small>real(kind=real64)</small></h3>
<p>The value of the function.</p>
<h3>Description</h3>
<p>Defines the interface for a probability distribution function.</p>
Expand All @@ -205,7 +205,7 @@ <h3>Description</h3>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2025-02-21 08:21 </p>
on 2025-02-21 12:00 </p>
</div>
</div>
<br>
Expand Down
6 changes: 3 additions & 3 deletions doc/interface/distribution_property.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h3>Arguments</h3>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-this~23"></span>
<span class="anchor" id="variable-this~9"></span>
class(<a href='..\type\distribution.html'>distribution</a>),
</td>
<td>intent(in)</td>
Expand All @@ -169,7 +169,7 @@ <h3>Arguments</h3>
</tbody>
</table>

<h3>Return Value <span class="anchor" id="variable-rst~49"></span><small>real(kind=real64)</small></h3>
<h3>Return Value <span class="anchor" id="variable-rst~46"></span><small>real(kind=real64)</small></h3>
<p>The property value.</p>
<h3>Description</h3>
<p>Computes the value of a distribution property.</p>
Expand All @@ -190,7 +190,7 @@ <h3>Description</h3>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2025-02-21 08:21 </p>
on 2025-02-21 12:00 </p>
</div>
</div>
<br>
Expand Down
10 changes: 5 additions & 5 deletions doc/interface/doe_evaluate_model.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-x~47"></span>
<span class="anchor" id="variable-x~45"></span>
real(kind=real64),
</td>
<td>intent(in),</td>
Expand Down Expand Up @@ -242,7 +242,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-err~35"></span>
<span class="anchor" id="variable-err~20"></span>
class(errors),
</td>
<td>intent(inout),</td>
Expand Down Expand Up @@ -315,7 +315,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-x~48"></span>
<span class="anchor" id="variable-x~46"></span>
real(kind=real64),
</td>
<td>intent(in),</td>
Expand All @@ -331,7 +331,7 @@ <h4>Arguments</h4>
</tr>
<tr>
<td>
<span class="anchor" id="variable-err~36"></span>
<span class="anchor" id="variable-err~21"></span>
class(errors),
</td>
<td>intent(inout),</td>
Expand Down Expand Up @@ -374,7 +374,7 @@ <h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2025-02-21 08:21 </p>
on 2025-02-21 12:00 </p>
</div>
</div>
<br>
Expand Down
4 changes: 2 additions & 2 deletions doc/interface/iteration_update.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h3>Arguments</h3>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-iter~4"></span>
<span class="anchor" id="variable-iter"></span>
integer(kind=int32),
</td>
<td>intent(in)</td>
Expand Down Expand Up @@ -246,7 +246,7 @@ <h3>Arguments</h3>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2025-02-21 08:21 </p>
on 2025-02-21 12:00 </p>
</div>
</div>
<br>
Expand Down
6 changes: 3 additions & 3 deletions doc/interface/multivariate_distribution_function.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ <h3>Arguments</h3>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-this~24"></span>
<span class="anchor" id="variable-this~10"></span>
class(<a href='..\type\multivariate_distribution.html'>multivariate_distribution</a>),
</td>
<td>intent(in)</td>
Expand Down Expand Up @@ -184,7 +184,7 @@ <h3>Arguments</h3>
</tbody>
</table>

<h3>Return Value <span class="anchor" id="variable-rst~50"></span><small>real(kind=real64)</small></h3>
<h3>Return Value <span class="anchor" id="variable-rst~47"></span><small>real(kind=real64)</small></h3>
<p>The value of the function.</p>
<h3>Description</h3>
<p>Defines an interface for a multivariate probability distribution
Expand All @@ -206,7 +206,7 @@ <h3>Description</h3>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2025-02-21 08:21 </p>
on 2025-02-21 12:00 </p>
</div>
</div>
<br>
Expand Down
4 changes: 2 additions & 2 deletions doc/interface/pooled_variance.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ <h4>Arguments</h4>
<tbody>
<tr>
<td>
<span class="anchor" id="variable-x~44"></span>
<span class="anchor" id="variable-x~20"></span>
type(<a href='..\type\array_container.html'>array_container</a>),
</td>
<td>intent(in),</td>
Expand Down Expand Up @@ -270,7 +270,7 @@ <h4>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2025-02-21 08:21 </p>
on 2025-02-21 12:00 </p>
</div>
</div>
<br>
Expand Down
4 changes: 2 additions & 2 deletions doc/interface/regression_function.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ <h3>Arguments</h3>
</tr>
<tr>
<td>
<span class="anchor" id="variable-stop"></span>
<span class="anchor" id="variable-stop~4"></span>
logical,
</td>
<td>intent(out)</td>
Expand Down Expand Up @@ -231,7 +231,7 @@ <h3>Arguments</h3>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2025-02-21 08:21 </p>
on 2025-02-21 12:00 </p>
</div>
</div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion doc/lists/files.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ <h1>Source Files</h1>
<p class="text-end">
Documentation generated by
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>
on 2025-02-21 08:21 </p>
on 2025-02-21 12:00 </p>
</div>
</div>
<br>
Expand Down
Loading

0 comments on commit be6e46b

Please sign in to comment.