Fonctions sur les statistiques
PHP Manual

stats_rand_gen_noncentral_chisquare

(PECL stats >= 1.0.0)

stats_rand_gen_noncentral_chisquareGenerates a random deviate from the non-central chi-square distribution

Description

float stats_rand_gen_noncentral_chisquare ( float $df , float $xnonc )

Returns a random deviate from the non-central chi-square distribution with degrees of freedom, df, and non-centrality parameter, xnonc.

Liste de paramètres

df

The degrees of freedom

xnonc

The non-centrality parameter

Valeurs de retour

A random deviate


Fonctions sur les statistiques
PHP Manual