stats_rand_gen_noncentral_t

Generates a single random deviate from a non-central t-distribution

説明

float stats_rand_gen_noncentral_t(float $df, float $xnonc)

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

パラメータ

df

The degrees of freedom

xnonc

The non-centrality parameter

戻り値

A random deviate