<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'ref.stats.php',
    1 => 'Statistic Funktionen',
    2 => 'Statistic Funktionen',
  ),
  'up' => 
  array (
    0 => 'book.stats.php',
    1 => 'Statistics',
  ),
  'prev' => 
  array (
    0 => 'stats.installation.php',
    1 => 'Installation',
  ),
  'next' => 
  array (
    0 => 'function.stats-absolute-deviation.php',
    1 => 'stats_absolute_deviation',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/stats/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.stats.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.stats" class="reference">
 <h1 class="title">Statistic Funktionen</h1>

 







































































































































































































































































































































































































































<h2>Inhaltsverzeichnis</h2><ul class="chunklist chunklist_reference"><li><a href="function.stats-absolute-deviation.php">stats_absolute_deviation</a> — Returns the absolute deviation of an array of values</li><li><a href="function.stats-cdf-beta.php">stats_cdf_beta</a> — Calculates any one parameter of the beta distribution given values for the others</li><li><a href="function.stats-cdf-binomial.php">stats_cdf_binomial</a> — Calculates any one parameter of the binomial distribution given values for the others</li><li><a href="function.stats-cdf-cauchy.php">stats_cdf_cauchy</a> — Calculates any one parameter of the Cauchy distribution given values for the others</li><li><a href="function.stats-cdf-chisquare.php">stats_cdf_chisquare</a> — Calculates any one parameter of the chi-square distribution given values for the others</li><li><a href="function.stats-cdf-exponential.php">stats_cdf_exponential</a> — Calculates any one parameter of the exponential distribution given values for the others</li><li><a href="function.stats-cdf-f.php">stats_cdf_f</a> — Calculates any one parameter of the F distribution given values for the others</li><li><a href="function.stats-cdf-gamma.php">stats_cdf_gamma</a> — Calculates any one parameter of the gamma distribution given values for the others</li><li><a href="function.stats-cdf-laplace.php">stats_cdf_laplace</a> — Calculates any one parameter of the Laplace distribution given values for the others</li><li><a href="function.stats-cdf-logistic.php">stats_cdf_logistic</a> — Calculates any one parameter of the logistic distribution given values for the others</li><li><a href="function.stats-cdf-negative-binomial.php">stats_cdf_negative_binomial</a> — Calculates any one parameter of the negative binomial distribution given values for the others</li><li><a href="function.stats-cdf-noncentral-chisquare.php">stats_cdf_noncentral_chisquare</a> — Calculates any one parameter of the non-central chi-square distribution given values for the others</li><li><a href="function.stats-cdf-noncentral-f.php">stats_cdf_noncentral_f</a> — Calculates any one parameter of the non-central F distribution given values for the others</li><li><a href="function.stats-cdf-noncentral-t.php">stats_cdf_noncentral_t</a> — Calculates any one parameter of the non-central t-distribution give values for the others</li><li><a href="function.stats-cdf-normal.php">stats_cdf_normal</a> — Calculates any one parameter of the normal distribution given values for the others</li><li><a href="function.stats-cdf-poisson.php">stats_cdf_poisson</a> — Calculates any one parameter of the Poisson distribution given values for the others</li><li><a href="function.stats-cdf-t.php">stats_cdf_t</a> — Calculates any one parameter of the t-distribution given values for the others</li><li><a href="function.stats-cdf-uniform.php">stats_cdf_uniform</a> — Calculates any one parameter of the uniform distribution given values for the others</li><li><a href="function.stats-cdf-weibull.php">stats_cdf_weibull</a> — Calculates any one parameter of the Weibull distribution given values for the others</li><li><a href="function.stats-covariance.php">stats_covariance</a> — Computes the covariance of two data sets</li><li><a href="function.stats-dens-beta.php">stats_dens_beta</a> — Probability density function of the beta distribution</li><li><a href="function.stats-dens-cauchy.php">stats_dens_cauchy</a> — Probability density function of the Cauchy distribution</li><li><a href="function.stats-dens-chisquare.php">stats_dens_chisquare</a> — Probability density function of the chi-square distribution</li><li><a href="function.stats-dens-exponential.php">stats_dens_exponential</a> — Probability density function of the exponential distribution</li><li><a href="function.stats-dens-f.php">stats_dens_f</a> — Probability density function of the F distribution</li><li><a href="function.stats-dens-gamma.php">stats_dens_gamma</a> — Probability density function of the gamma distribution</li><li><a href="function.stats-dens-laplace.php">stats_dens_laplace</a> — Probability density function of the Laplace distribution</li><li><a href="function.stats-dens-logistic.php">stats_dens_logistic</a> — Probability density function of the logistic distribution</li><li><a href="function.stats-dens-normal.php">stats_dens_normal</a> — Probability density function of the normal distribution</li><li><a href="function.stats-dens-pmf-binomial.php">stats_dens_pmf_binomial</a> — Probability mass function of the binomial distribution</li><li><a href="function.stats-dens-pmf-hypergeometric.php">stats_dens_pmf_hypergeometric</a> — Probability mass function of the hypergeometric distribution</li><li><a href="function.stats-dens-pmf-negative-binomial.php">stats_dens_pmf_negative_binomial</a> — Probability mass function of the negative binomial distribution</li><li><a href="function.stats-dens-pmf-poisson.php">stats_dens_pmf_poisson</a> — Probability mass function of the Poisson distribution</li><li><a href="function.stats-dens-t.php">stats_dens_t</a> — Probability density function of the t-distribution</li><li><a href="function.stats-dens-uniform.php">stats_dens_uniform</a> — Probability density function of the uniform distribution</li><li><a href="function.stats-dens-weibull.php">stats_dens_weibull</a> — Probability density function of the Weibull distribution</li><li><a href="function.stats-harmonic-mean.php">stats_harmonic_mean</a> — Returns the harmonic mean of an array of values</li><li><a href="function.stats-kurtosis.php">stats_kurtosis</a> — Computes the kurtosis of the data in the array</li><li><a href="function.stats-rand-gen-beta.php">stats_rand_gen_beta</a> — Generates a random deviate from the beta distribution</li><li><a href="function.stats-rand-gen-chisquare.php">stats_rand_gen_chisquare</a> — Generates a random deviate from the chi-square distribution</li><li><a href="function.stats-rand-gen-exponential.php">stats_rand_gen_exponential</a> — Generates a random deviate from the exponential distribution</li><li><a href="function.stats-rand-gen-f.php">stats_rand_gen_f</a> — Generates a random deviate from the F distribution</li><li><a href="function.stats-rand-gen-funiform.php">stats_rand_gen_funiform</a> — Generates uniform float between low (exclusive) and high (exclusive)</li><li><a href="function.stats-rand-gen-gamma.php">stats_rand_gen_gamma</a> — Generates a random deviate from the gamma distribution</li><li><a href="function.stats-rand-gen-ibinomial.php">stats_rand_gen_ibinomial</a> — Generates a random deviate from the binomial distribution</li><li><a href="function.stats-rand-gen-ibinomial-negative.php">stats_rand_gen_ibinomial_negative</a> — Generates a random deviate from the negative binomial distribution</li><li><a href="function.stats-rand-gen-int.php">stats_rand_gen_int</a> — Generates random integer between 1 and 2147483562</li><li><a href="function.stats-rand-gen-ipoisson.php">stats_rand_gen_ipoisson</a> — Generates a single random deviate from a Poisson distribution</li><li><a href="function.stats-rand-gen-iuniform.php">stats_rand_gen_iuniform</a> — Generates integer uniformly distributed between LOW (inclusive) and HIGH (inclusive)</li><li><a href="function.stats-rand-gen-noncentral-chisquare.php">stats_rand_gen_noncentral_chisquare</a> — Generates a random deviate from the non-central chi-square distribution</li><li><a href="function.stats-rand-gen-noncentral-f.php">stats_rand_gen_noncentral_f</a> — Generates a random deviate from the noncentral F distribution</li><li><a href="function.stats-rand-gen-noncentral-t.php">stats_rand_gen_noncentral_t</a> — Generates a single random deviate from a non-central t-distribution</li><li><a href="function.stats-rand-gen-normal.php">stats_rand_gen_normal</a> — Generates a single random deviate from a normal distribution</li><li><a href="function.stats-rand-gen-t.php">stats_rand_gen_t</a> — Generates a single random deviate from a t-distribution</li><li><a href="function.stats-rand-get-seeds.php">stats_rand_get_seeds</a> — Get the seed values of the random number generator</li><li><a href="function.stats-rand-phrase-to-seeds.php">stats_rand_phrase_to_seeds</a> — Generate two seeds for the RGN random number generator</li><li><a href="function.stats-rand-ranf.php">stats_rand_ranf</a> — Generates a random floating point number between 0 and 1</li><li><a href="function.stats-rand-setall.php">stats_rand_setall</a> — Set seed values to the random generator</li><li><a href="function.stats-skew.php">stats_skew</a> — Computes the skewness of the data in the array</li><li><a href="function.stats-standard-deviation.php">stats_standard_deviation</a> — Returns the standard deviation</li><li><a href="function.stats-stat-binomial-coef.php">stats_stat_binomial_coef</a> — Returns a binomial coefficient</li><li><a href="function.stats-stat-correlation.php">stats_stat_correlation</a> — Returns the Pearson correlation coefficient of two data sets</li><li><a href="function.stats-stat-factorial.php">stats_stat_factorial</a> — Returns the factorial of an integer</li><li><a href="function.stats-stat-independent-t.php">stats_stat_independent_t</a> — Returns the t-value from the independent two-sample t-test</li><li><a href="function.stats-stat-innerproduct.php">stats_stat_innerproduct</a> — Returns the inner product of two vectors</li><li><a href="function.stats-stat-paired-t.php">stats_stat_paired_t</a> — Returns the t-value of the dependent t-test for paired samples</li><li><a href="function.stats-stat-percentile.php">stats_stat_percentile</a> — Returns the percentile value</li><li><a href="function.stats-stat-powersum.php">stats_stat_powersum</a> — Returns the power sum of a vector</li><li><a href="function.stats-variance.php">stats_variance</a> — Returns the variance</li></ul>
</div>
<?php manual_footer($setup); ?>