Media
@if($valor_estadistico["media"]== null)
- -
@else
{{ round($valor_estadistico["media"], 3) }}
@endif
D.E.
@if($valor_estadistico["de"]== null)
- -
@else
{{ round($valor_estadistico["de"], 3) }}
@endif
C.V.
@if($valor_estadistico["cv"]== null)
- -
@else
{{ round($valor_estadistico["cv"], 3) }}
@endif
@if($eventos == 1)
DIANA
@if($valor_estadistico["diana"]== null)
Indeterminada
@else
{{ round($valor_estadistico["diana"], 3) }}
@endif
@else
DIANA
@if($valor_estadistico["diana"]== null)
Indeterminada
@else
{{ round($valor_estadistico["diana"], 3) }}
@endif
@endif
Sesgo
@if($valor_estadistico["sesgo"]== null)
- -
@else
{{ round($valor_estadistico["sesgo"], 3) }}
@endif
Sigma
@if($valor_estadistico["sigma"]== null)
- -
@elseif($valor_estadistico["sigma"] < $constante_z)
{{ round($valor_estadistico["sigma"], 3) }}
@elseif($valor_estadistico["sigma"] >= $constante_z && $valor_estadistico["sigma"] < 3)
{{ round($valor_estadistico["sigma"], 3) }}
@elseif($valor_estadistico["sigma"] >= 3 && $valor_estadistico["sigma"] < 5)
{{ round($valor_estadistico["sigma"], 3) }}
@elseif($valor_estadistico["sigma"] >= 5)
{{ round($valor_estadistico["sigma"], 3) }}
@endif
N Totales {{ $valor_estadistico["puntos_t"] }}
N Aprobados {{ $valor_estadistico["puntos_a"] }}
N Rechazados {{ $valor_estadistico["puntos_r"] }}
Incertidumbre estandar
@if($valor_estadistico["de"]== null)
- -
@else
{{ round($valor_estadistico["de"], 3) }}
@endif
Incertidumbre expandida
@if($valor_estadistico["de"]== null)
- -
@else
{{ $constante_z * round($valor_estadistico["de"], 3) }}
@endif