<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.stats.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'function.stats-dens-chisquare.php',
    1 => 'stats_dens_chisquare',
    2 => 'Probability density function of the chi-square distribution',
  ),
  'up' => 
  array (
    0 => 'ref.stats.php',
    1 => 'Statistic Functions',
  ),
  'prev' => 
  array (
    0 => 'function.stats-dens-cauchy.php',
    1 => 'stats_dens_cauchy',
  ),
  'next' => 
  array (
    0 => 'function.stats-dens-exponential.php',
    1 => 'stats_dens_exponential',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/stats/functions/stats-dens-chisquare.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.stats-dens-chisquare" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">stats_dens_chisquare</h1>
  <p class="verinfo">(PECL stats &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">stats_dens_chisquare</span> &mdash; <span class="dc-title">Probability density function of the chi-square distribution</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.stats-dens-chisquare-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>stats_dens_chisquare</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.float.php" class="type float">float</a></span> <code class="parameter">$x</code></span>, <span class="methodparam"><span class="type"><a href="language.types.float.php" class="type float">float</a></span> <code class="parameter">$dfr</code></span>): <span class="type"><a href="language.types.float.php" class="type float">float</a></span></div>

  <p class="para rdfs-comment">
   Returns the probability density at <code class="parameter">x</code>, where the
   random variable follows the chi-square distribution of which the degree of
   freedom is <code class="parameter">dfr</code>.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-function.stats-dens-chisquare-parameters">
  <h3 class="title">Parameters</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">x</code></dt>
     <dd>
      <p class="para">
       The value at which the probability density is calculated
      </p>
     </dd>
    
    
     <dt><code class="parameter">dfr</code></dt>
     <dd>
      <p class="para">
       The degree of freedom of the distribution
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.stats-dens-chisquare-returnvalues">
  <h3 class="title">Return Values</h3>
  <p class="para">
   The probability density at <code class="parameter">x</code> or <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> for failure.
  </p>
 </div>


 


 


 


 


</div><?php manual_footer($setup); ?>