PHP Functions : Statistics Functions

Context of the notion in the technology: Document / Topc: PHP Functions
Related Keywords: PHP Functions Statistics Functions
Help URL: http://www.php.net/manual/en/ref.stats.php


Items Related to Statistics Functions

Inner Elements of Statistics Functions

Statistics Functions contains following items:
  • stats_absolute_deviation (stats absolute deviation)
  • stats_cdf_beta (stats cdf beta)
  • stats_cdf_binomial (stats cdf binomial)
  • stats_cdf_cauchy (stats cdf cauchy)
  • stats_cdf_chisquare (stats cdf chisquare)
  • stats_cdf_exponential (stats cdf exponential)
  • stats_cdf_f (stats cdf f)
  • stats_cdf_gamma (stats cdf gamma)
  • stats_cdf_laplace (stats cdf laplace)
  • stats_cdf_logistic (stats cdf logistic)
  • stats_cdf_negative_binomial (stats cdf negative binomial)
  • stats_cdf_noncentral_chisquare (stats cdf noncentral chisquare)
  • stats_cdf_noncentral_f (stats cdf noncentral f)
  • stats_cdf_poisson (stats cdf poisson)
  • stats_cdf_t (stats cdf t)
  • stats_cdf_uniform (stats cdf uniform)
  • stats_cdf_weibull (stats cdf weibull)
  • stats_covariance (stats covariance)
  • stats_den_uniform (stats den uniform)
  • stats_dens_beta (stats dens beta)
  • stats_dens_cauchy (stats dens cauchy)
  • stats_dens_chisquare (stats dens chisquare)
  • stats_dens_exponential (stats dens exponential)
  • stats_dens_f (stats dens f)
  • stats_dens_gamma (stats dens gamma)
  • stats_dens_laplace (stats dens laplace)
  • stats_dens_logistic (stats dens logistic)
  • stats_dens_negative_binomial (stats dens negative binomial)
  • stats_dens_normal (stats dens normal)
  • stats_dens_pmf_binomial (stats dens pmf binomial)
  • stats_dens_pmf_hypergeometric (stats dens pmf hypergeometric)
  • stats_dens_pmf_poisson (stats dens pmf poisson)
  • stats_dens_t (stats dens t)
  • stats_dens_weibull (stats dens weibull)
  • stats_harmonic_mean (stats harmonic mean)
  • stats_kurtosis (stats kurtosis)
  • stats_rand_gen_beta (stats rand gen beta)
  • stats_rand_gen_chisquare (stats rand gen chisquare)
  • stats_rand_gen_exponential (stats rand gen exponential)
  • stats_rand_gen_f (stats rand gen f)
  • stats_rand_gen_funiform (stats rand gen funiform)
  • stats_rand_gen_gamma (stats rand gen gamma)
  • stats_rand_gen_ibinomial_negative (stats rand gen ibinomial negative)
  • stats_rand_gen_ibinomial (stats rand gen ibinomial)
  • stats_rand_gen_int (stats rand gen int)
  • stats_rand_gen_ipoisson (stats rand gen ipoisson)
  • stats_rand_gen_iuniform (stats rand gen iuniform)
  • stats_rand_gen_noncenral_chisquare (stats rand gen noncenral chisquare)
  • stats_rand_gen_noncentral_f (stats rand gen noncentral f)
  • stats_rand_gen_noncentral_t (stats rand gen noncentral t)
  • stats_rand_gen_normal (stats rand gen normal)
  • stats_rand_gen_t (stats rand gen t)
  • stats_rand_get_seeds (stats rand get seeds)
  • stats_rand_phrase_to_seeds (stats rand phrase to seeds)
  • stats_rand_ranf (stats rand ranf)
  • stats_rand_setall (stats rand setall)
  • stats_skew (stats skew)
  • stats_standard_deviation (stats standard deviation)
  • stats_stat_binomial_coef (stats stat binomial coef)
  • stats_stat_correlation (stats stat correlation)
  • stats_stat_gennch (stats stat gennch)
  • stats_stat_independent_t (stats stat independent t)
  • stats_stat_innerproduct (stats stat innerproduct)
  • stats_stat_noncentral_t (stats stat noncentral t)
  • stats_stat_paired_t (stats stat paired t)
  • stats_stat_percentile (stats stat percentile)
  • stats_stat_powersum (stats stat powersum)
  • stats_variance (stats variance)


PHP is a scripted programming language that can be used to create websites. Short for "PHP: Hypertext Preprocessor" (the initials actually come from the earliest version of the program, which was called "Personal Home Page" but in their current form, constitute a recursive acronym), it is an open-source, reflective programming language used mainly for developing server-side applications and dynamic web content, and more recently, a broader range of software applications. For example, MediaWiki, the software behind Wikipedia, is written in PHP.PHP allows interaction with a large number of relational database management systems, such as MySQL, Oracle, IBM DB2, Microsoft SQL Server, PostgreSQL, Firebird and SQLite. PHP runs on most major operating systems, including Unix, Linux, Netware, Windows, and Mac OS X, and can interact with many major web servers.
   -- wikipedia.org

Home