<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.stats.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'intro.stats.php',
    1 => 'Вступ',
    2 => 'Вступ',
  ),
  'up' => 
  array (
    0 => 'book.stats.php',
    1 => 'Statistics',
  ),
  'prev' => 
  array (
    0 => 'book.stats.php',
    1 => 'Statistics',
  ),
  'next' => 
  array (
    0 => 'stats.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/stats/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intro.stats" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   <div class="warning"><strong class="warning">Увага</strong>
 <p class="simpara">This extension is <em>unmaintained</em>.</p>
</div>
   This is the statistics extension. It contains few dozens of functions
   useful for statistical computations. It is a wrapper around 2 scientific
   libraries, namely DCDFLIB (Library of C routines for Cumulative
   Distributions Functions, Inverses, and Other parameters) by B. Brown &amp;
   J. Lavato and RANDLIB by Barry Brown, James Lavato &amp; Kathy Russell.
   Includes CD and PD functions.
  </p>
 </div><?php manual_footer($setup); ?>