diff options
Diffstat (limited to 'docs/reference/sigma_rl.html')
| -rw-r--r-- | docs/reference/sigma_rl.html | 13 | 
1 files changed, 11 insertions, 2 deletions
| diff --git a/docs/reference/sigma_rl.html b/docs/reference/sigma_rl.html index b7c93961..868c0d4f 100644 --- a/docs/reference/sigma_rl.html +++ b/docs/reference/sigma_rl.html @@ -18,12 +18,21 @@  <!-- Font Awesome icons -->  <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous"> +<!-- clipboard.js --> +<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js" integrity="sha384-cV+rhyOuRHc9Ub/91rihWcGmMmCXDeksTtCihMupQHSsi8GIIRDG0ThDc3HGQFJ3" crossorigin="anonymous"></script>  <!-- pkgdown -->  <link href="../pkgdown.css" rel="stylesheet">  <script src="../jquery.sticky-kit.min.js"></script>  <script src="../pkgdown.js"></script> - +   +   +<meta property="og:title" content="Two component error model of Rocke and Lorenzato — sigma_rl" /> + +<meta property="og:description" content="Function describing the standard deviation of the measurement error  +  in dependence of the measured value \(y\): +$$\sigma = \sqrt{ \sigma_{low}^2 + y^2 * {rsd}_{high}^2}$$" /> +<meta name="twitter:card" content="summary" />  <!-- mathjax -->  <script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> @@ -157,7 +166,7 @@  </div>  <div class="pkgdown"> -  <p>Site built with <a href="http://hadley.github.io/pkgdown/">pkgdown</a>.</p> +  <p>Site built with <a href="http://pkgdown.r-lib.org/">pkgdown</a>.</p>  </div>        </footer> | 
