PhpBench\Model\Result\ComputedResult::getZValue PHP Метод

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
    public function getZValue()
    {
        return $this->zValue;
    }