{{-- analysis/notes.blade.php --}} {{-- Note distribution per product with significance vs norme --}} {{-- Legacy: show_table_StudyQuery_notes() --}} @extends('layouts.app') @section('content') @include('components.analysis-nav', ['activeTab' => 'notes']) @include('components.analysis-filter', ['formAction' => route('kms.study.notes', $study->Id)])
| Produit | N | Moyenne | Ecart-type | Min | Max | Bas % | Marais % | Top % | @if($normeId)Signif. | @endif{{ $row['product']['Name'] ?? "Produit {$prodId}" }} | {{ $row['n'] }} | @include('components.cell', ['type' => 'TWO_DECI', 'value' => $row['avg']]) | @include('components.cell', ['type' => 'TWO_DECI', 'value' => $row['std']]) | {{ $row['min'] }} | {{ $row['max'] }} | {{ $row['low']['pct'] }}% | {{ $row['marais']['pct'] }}% | {{ $row['top']['pct'] }}% | @if($normeId){{ $row['significance']?->value ?? '' }} | @endif @endforeach
|---|
Echelle : {{ $notes['scale']->min() }} à {{ $notes['scale']->max() }} | Bas : ≤{{ $notes['scale']->lowMax() }} | Marais : {{ $notes['scale']->lowMax() + 1 }}-{{ $notes['scale']->maraisMax() }} | Top : ≥{{ $notes['scale']->topBoxThreshold() }}