PhpBench\Model\Result\ComputedResult::getZValue PHP Méthode

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