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;
    }