This file is indexed.

/usr/share/doc/libghc-statistics-doc/html/Statistics-Distribution-StudentT.html is in libghc-statistics-doc 0.10.2.0-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Statistics.Distribution.StudentT</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_Statistics-Distribution-StudentT.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Statistics-Distribution-StudentT.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">statistics-0.10.2.0: A library of statistical types, data, and functions</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Portability</th><td>portable</td></tr><tr><th>Stability</th><td>experimental</td></tr><tr><th>Maintainer</th><td>bos@serpentine.com</td></tr><tr><th>Safe Haskell</th><td>None</td></tr></table><p class="caption">Statistics.Distribution.StudentT</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Student-T distribution
</p></div></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><span class="keyword">data</span>  <a href="#t:StudentT">StudentT</a> </li><li class="src short"><a href="#v:studentT">studentT</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a> -&gt; <a href="Statistics-Distribution-StudentT.html#t:StudentT">StudentT</a></li><li class="src short"><a href="#v:studentTndf">studentTndf</a> :: <a href="Statistics-Distribution-StudentT.html#t:StudentT">StudentT</a> -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a></li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">data</span>  <a name="t:StudentT" class="def">StudentT</a>  <a href="src/Statistics-Distribution-StudentT.html#StudentT" class="link">Source</a></p><div class="doc"><p>Student-T distribution
</p></div><div class="subs instances"><p id="control.i:StudentT" class="caption collapser" onclick="toggleSection('i:StudentT')">Instances</p><div id="section.i:StudentT" class="show"><table><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Eq.html#t:Eq">Eq</a> <a href="Statistics-Distribution-StudentT.html#t:StudentT">StudentT</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Text-Read.html#t:Read">Read</a> <a href="Statistics-Distribution-StudentT.html#t:StudentT">StudentT</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Text-Show.html#t:Show">Show</a> <a href="Statistics-Distribution-StudentT.html#t:StudentT">StudentT</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Typeable-Internal.html#t:Typeable">Typeable</a> <a href="Statistics-Distribution-StudentT.html#t:StudentT">StudentT</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Statistics-Distribution.html#t:ContGen">ContGen</a> <a href="Statistics-Distribution-StudentT.html#t:StudentT">StudentT</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Statistics-Distribution.html#t:MaybeVariance">MaybeVariance</a> <a href="Statistics-Distribution-StudentT.html#t:StudentT">StudentT</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Statistics-Distribution.html#t:MaybeMean">MaybeMean</a> <a href="Statistics-Distribution-StudentT.html#t:StudentT">StudentT</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Statistics-Distribution.html#t:ContDistr">ContDistr</a> <a href="Statistics-Distribution-StudentT.html#t:StudentT">StudentT</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Statistics-Distribution.html#t:Distribution">Distribution</a> <a href="Statistics-Distribution-StudentT.html#t:StudentT">StudentT</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><a name="v:studentT" class="def">studentT</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a> -&gt; <a href="Statistics-Distribution-StudentT.html#t:StudentT">StudentT</a><a href="src/Statistics-Distribution-StudentT.html#studentT" class="link">Source</a></p><div class="doc"><p>Create Student-T distribution. Number of parameters must be positive.
</p></div></div><div class="top"><p class="src"><a name="v:studentTndf" class="def">studentTndf</a> :: <a href="Statistics-Distribution-StudentT.html#t:StudentT">StudentT</a> -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#t:Double">Double</a><a href="src/Statistics-Distribution-StudentT.html#studentTndf" class="link">Source</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.13.2</p></div></body></html>