PHP Class PhpBench\Model\Result\ComputedResult

Inheritance: implements PhpBench\Model\ResultInterface
Afficher le fichier Open project: dantleech/phpbench

Méthodes publiques

Méthode Description
__construct ( float $zValue, float $deviation )
fromArray ( array $values )
getDeviation ( ) : float Return the percentage deviation from the mean of the iteration set of the iteration to which this result belongs.
getKey ( )
getMetrics ( )
getZValue ( ) : float Return the ZValue - the number of standard deviations away from the mean of the iteration set to which the iteration of this result belongs.

Method Details

__construct() public méthode

public __construct ( float $zValue, float $deviation )
$zValue float
$deviation float

fromArray() public static méthode

public static fromArray ( array $values )
$values array

getDeviation() public méthode

Return the percentage deviation from the mean of the iteration set of the iteration to which this result belongs.
public getDeviation ( ) : float
Résultat float

getKey() public méthode

public getKey ( )

getMetrics() public méthode

public getMetrics ( )

getZValue() public méthode

Return the ZValue - the number of standard deviations away from the mean of the iteration set to which the iteration of this result belongs.
public getZValue ( ) : float
Résultat float