PHP Класс PhpBench\Model\Result\ComputedResult

Наследование: implements PhpBench\Model\ResultInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__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.

Описание методов

__construct() публичный Метод

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

fromArray() публичный статический Метод

public static fromArray ( array $values )
$values array

getDeviation() публичный Метод

Return the percentage deviation from the mean of the iteration set of the iteration to which this result belongs.
public getDeviation ( ) : float
Результат float

getKey() публичный Метод

public getKey ( )

getMetrics() публичный Метод

public getMetrics ( )

getZValue() публичный Метод

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
Результат float