Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php /** * Generates a random deviate from the noncentral F (variance ratio) distributi..

Decoded Output download

<?php

/**
 * Generates a random deviate from the noncentral F (variance ratio) distribution with "dfn" degrees of freedom in the numerator, and "dfd" degrees of freedom in the denominator, and noncentrality parameter "xnonc". Method : directly generates ratio of noncentral numerator chisquare variate to central denominator chisquare variate.
 *
 * @phpstub
 *
 * @param float $dfn
 * @param float $dfd
 * @param float $xnonc
 *
 * @return float 
 */
function stats_rand_gen_noncentral_f($dfn, $dfd, $xnonc)
{
} ?>

Did this file decode correctly?

Original Code

<?php

/**
 * Generates a random deviate from the noncentral F (variance ratio) distribution with "dfn" degrees of freedom in the numerator, and "dfd" degrees of freedom in the denominator, and noncentrality parameter "xnonc". Method : directly generates ratio of noncentral numerator chisquare variate to central denominator chisquare variate.
 *
 * @phpstub
 *
 * @param float $dfn
 * @param float $dfd
 * @param float $xnonc
 *
 * @return float 
 */
function stats_rand_gen_noncentral_f($dfn, $dfd, $xnonc)
{
}

Function Calls

None

Variables

None

Stats

MD5 acb4f93f1e7b18a47b965c385093a18f
Eval Count 0
Decode Time 85 ms