PhpBench\Model\Result\ComputedResult::getZValue PHP Method

getZValue() public method

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