-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b26e2bd
commit 92dd80c
Showing
108 changed files
with
9,760 additions
and
4,944 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,260 @@ | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content="FSTATS is a modern Fortran statistical library containing routines for computing basic statistical properties, hypothesis testing, regression, special functions, and experimental design."> | ||
<meta name="author" content="Jason Christopherson" > | ||
<link rel="icon" href="../favicon.png"> | ||
|
||
<title>bootstrap_resampling_routine – FSTATS</title> | ||
|
||
<link href="../css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="../css/pygments.css" rel="stylesheet"> | ||
<link href="../css/font-awesome.min.css" rel="stylesheet"> | ||
<link href="../css/local.css" rel="stylesheet"> | ||
<link href="../tipuesearch/tipuesearch.css" rel="stylesheet"> | ||
|
||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> | ||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
|
||
<script src="../js/jquery-2.1.3.min.js"></script> | ||
<script src="../js/svg-pan-zoom.min.js"></script> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<!-- Fixed navbar --> | ||
<nav class="navbar navbar-inverse navbar-fixed-top"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="../index.html">FSTATS </a> | ||
</div> | ||
<div id="navbar" class="navbar-collapse collapse"> | ||
<ul class="nav navbar-nav"> | ||
<li class="dropdown hidden-xs visible-sm visible-md hidden-lg"> | ||
<a href="#" class="dropdown-toggle" | ||
data-toggle="dropdown" role="button" | ||
aria-haspopup="true" | ||
aria-expanded="false"> | ||
Contents <span class="caret"></span> | ||
</a> | ||
<ul class="dropdown-menu"> | ||
<li><a href="../lists/files.html">Source Files</a></li> | ||
<li><a href="../lists/modules.html">Modules</a></li> | ||
<li><a href="../lists/procedures.html">Procedures</a></li> | ||
<li><a href="../lists/types.html">Derived Types</a></li> | ||
</ul> | ||
</li> | ||
<li class="visible-xs hidden-sm visible-lg"> | ||
<a href="../lists/files.html">Source Files</a> | ||
</li> | ||
<li class="visible-xs hidden-sm visible-lg"> | ||
<a href="../lists/modules.html">Modules</a> | ||
</li> | ||
<li class="visible-xs hidden-sm visible-lg"> | ||
<a href="../lists/procedures.html">Procedures</a> | ||
</li> | ||
<li class="visible-xs hidden-sm visible-lg"> | ||
<a href="../lists/types.html">Derived Types</a> | ||
</li> | ||
</ul> | ||
<form action="../search.html" class="navbar-form navbar-right" role="search"> | ||
<div class="form-group"> | ||
<input type="text" class="form-control" placeholder="Search" name="q" id="tipue_search_input" autocomplete="off" required> | ||
</div> | ||
<!-- | ||
<button type="submit" class="btn btn-default">Submit</button> | ||
--> | ||
</form> | ||
</div><!--/.nav-collapse --> | ||
</div> | ||
</nav> | ||
|
||
<div class="container"> | ||
<div class="row"> | ||
<h1>bootstrap_resampling_routine | ||
<small>Interface</small> | ||
|
||
</h1> | ||
<div class="row" id="info-bar"> | ||
<div class="col-lg-12"> | ||
<div class="well well-sm"> | ||
<ul class="list-inline" style="margin-bottom:0px;display:inline"> | ||
|
||
<li id="statements"><i class="fa fa-list-ol"></i> | ||
<a data-toggle="tooltip" | ||
data-placement="bottom" data-html="true" | ||
title=" 0.8% of total for procedures.">12 statements</a> | ||
</li> | ||
|
||
<li id="source-file"> | ||
<i class="fa fa-code"></i> | ||
<a href="../src/fstats_bootstrap.f90"> Source File</a> | ||
</li> | ||
</ul> | ||
<ol class="breadcrumb in-well text-right"> | ||
<li><a href='../sourcefile/fstats_bootstrap.f90.html'>fstats_bootstrap.f90</a></li> | ||
<li><a href='../module/fstats_bootstrap.html'>fstats_bootstrap</a></li> | ||
<li class="active">bootstrap_resampling_routine</li> | ||
</ol> | ||
</div> | ||
</div> | ||
</div> | ||
<script> | ||
$(function () { | ||
$('[data-toggle="tooltip"]').tooltip() | ||
}) | ||
</script> | ||
|
||
</div> | ||
|
||
<div class="row"> | ||
<div class="col-md-3 hidden-xs hidden-sm visible-md visible-lg"> | ||
<div id="sidebar"> | ||
<h3>Contents</h3> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<em>None</em> | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
<div class="col-md-9" id='text'> | ||
<h2>interface <br> | ||
public subroutine bootstrap_resampling_routine(x, xn) | ||
</h2> | ||
|
||
|
||
|
||
<h3>Arguments</h3> | ||
<table class="table table-striped varlist"> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>Intent</th><th>Optional</th> <th>Attributes</th> | ||
<th></th> | ||
<th>Name</th> | ||
<th></th> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td> | ||
<span class="anchor" id="variable-x~6"></span> | ||
real(kind=real64), | ||
</td> | ||
<td>intent(in),</td> | ||
<td></td> <td> | ||
dimension(:) | ||
</td> | ||
<td>::</td> | ||
<td><strong>x</strong></td> | ||
<td> | ||
<p>The N-element array to resample.</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<span class="anchor" id="variable-xn"></span> | ||
real(kind=real64), | ||
</td> | ||
<td>intent(out),</td> | ||
<td></td> <td> | ||
dimension(size(x)) | ||
</td> | ||
<td>::</td> | ||
<td><strong>xn</strong></td> | ||
<td> | ||
<p>An N-element array where the resampled data set will be | ||
written.</p> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<h3>Description</h3> | ||
<p>Defines the signature of a subroutine used to compute a | ||
resampling of data for bootstrapping purposes.</p> | ||
<br> | ||
|
||
</div> | ||
</div> | ||
|
||
<hr> | ||
</div> <!-- /container --> | ||
<footer> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-xs-6 col-md-6"><p>FSTATS was developed by Jason Christopherson<br>© 2024 | ||
</p> | ||
</div> | ||
<div class="col-xs-6 col-md-6"> | ||
<p class="text-right"> | ||
Documentation generated by | ||
<a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a> | ||
on 2024-03-25 15:40 </p> | ||
</div> | ||
</div> | ||
<br> | ||
</div> <!-- /container --> | ||
</footer> | ||
|
||
<!-- Bootstrap core JavaScript | ||
================================================== --> | ||
<!-- Placed at the end of the document so the pages load faster --> | ||
<!-- | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | ||
--> | ||
<script src="../js/bootstrap.min.js"></script> | ||
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> | ||
<script src="../js/ie10-viewport-bug-workaround.js"></script> | ||
|
||
<!-- MathJax JavaScript | ||
================================================== --> | ||
<!-- Placed at the end of the document so the pages load faster --> | ||
<script type="text/x-mathjax-config"> | ||
MathJax.Hub.Config({ | ||
TeX: { extensions: ['AMSmath.js','AMSsymbols.js','noErrors.js','noUndefined.js'], equationNumbers: { autoNumber: 'AMS' } }, | ||
jax: ['input/TeX','input/MathML','output/HTML-CSS'], | ||
extensions: ['tex2jax.js','mml2jax.js','MathMenu.js','MathZoom.js'] | ||
}); | ||
</script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> | ||
|
||
<script src="../tipuesearch/tipuesearch_content.js"></script> | ||
<script src="../tipuesearch/tipuesearch_set.js"></script> | ||
<script src="../tipuesearch/tipuesearch.js"></script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.