<?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 => 'zh',
  ),
  'this' => 
  array (
    0 => 'function.stats-stat-binomial-coef.php',
    1 => 'stats_stat_binomial_coef',
    2 => 'Returns a binomial coefficient',
  ),
  'up' => 
  array (
    0 => 'ref.stats.php',
    1 => 'Statistic 函数',
  ),
  'prev' => 
  array (
    0 => 'function.stats-standard-deviation.php',
    1 => 'stats_standard_deviation',
  ),
  'next' => 
  array (
    0 => 'function.stats-stat-correlation.php',
    1 => 'stats_stat_correlation',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/stats/functions/stats-stat-binomial-coef.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.stats-stat-binomial-coef" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">stats_stat_binomial_coef</h1>
  <p class="verinfo">(PECL stats &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">stats_stat_binomial_coef</span> &mdash; <span class="dc-title">Returns a binomial coefficient</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.stats-stat-binomial-coef-description">
  <h3 class="title">说明</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>stats_stat_binomial_coef</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$x</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$n</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 binomial coefficient of <code class="parameter">n</code> choose <code class="parameter">x</code>.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-function.stats-stat-binomial-coef-parameters">
  <h3 class="title">参数</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">x</code></dt>
     <dd>
      <p class="para">
       The number of chooses from the set
      </p>
     </dd>
    
    
     <dt><code class="parameter">n</code></dt>
     <dd>
      <p class="para">
       The number of elements in the set
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.stats-stat-binomial-coef-returnvalues">
  <h3 class="title">返回值</h3>
  <p class="para">
   Returns the binomial coefficient
  </p>
 </div>


 


 


 


 


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