<?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 => 'ru',
  ),
  'this' => 
  array (
    0 => 'function.stats-skew.php',
    1 => 'stats_skew',
    2 => 'Вычисляет асимметрию данных в массиве',
  ),
  'up' => 
  array (
    0 => 'ref.stats.php',
    1 => 'Функции статистики',
  ),
  'prev' => 
  array (
    0 => 'function.stats-rand-setall.php',
    1 => 'stats_rand_setall',
  ),
  'next' => 
  array (
    0 => 'function.stats-standard-deviation.php',
    1 => 'stats_standard_deviation',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    'path' => 'reference/stats/functions/stats-skew.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.stats-skew" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">stats_skew</h1>
  <p class="verinfo">(PECL stats &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">stats_skew</span> &mdash; <span class="dc-title">Вычисляет асимметрию данных в массиве</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.stats-skew-description">
  <h3 class="title">Описание</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>stats_skew</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.array.php" class="type array">array</a></span> <code class="parameter">$a</code></span>): <span class="type"><a href="language.types.float.php" class="type float">float</a></span></div>

  <p class="para rdfs-comment">
   Возвращает асимметрию значений в <code class="parameter">a</code>.
  </p>
 </div>

 <div class="refsect1 parameters" id="refsect1-function.stats-skew-parameters">
  <h3 class="title">Список параметров</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">a</code></dt>
     <dd>
      <p class="para">
       Входной массив
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.stats-skew-returnvalues">
  <h3 class="title">Возвращаемые значения</h3>
  <p class="para">
   Возвращает асимметрию значений в <code class="parameter">a</code>
   или <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>, если <code class="parameter">a</code> пуст или не является массивом.
  </p>
 </div>


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