{
  "capability_id": "engineering.conformity.normalized_error",
  "tool_id": "normalized-error",
  "engine": "normalized-error",
  "calculation_version": "1.0.0",
  "generated_at": "2026-09-16T22:03:43.736Z",
  "engine_build": "2026-09-15",
  "test_count": 9,
  "passed": 9,
  "failed": 0,
  "tests_summary": {
    "golden": {
      "total": 0,
      "passed": 0
    },
    "boundary": {
      "total": 5,
      "passed": 5
    },
    "property": {
      "total": 4,
      "passed": 4
    }
  },
  "engine_tested": true,
  "expert_reviewed": false,
  "internally_reviewed": false,
  "review_kind": null,
  "source_checked": true,
  "reviewed_by": null,
  "reviewer_role": null,
  "last_reviewed": null,
  "expert_review": {
    "status": "optional_not_performed",
    "reviewer": null,
    "scope": [
      "formula",
      "input semantics",
      "assumptions",
      "limitations",
      "sources",
      "tests"
    ],
    "note": "Domain expert review is optional under CVP (CVP-EXP-01). Absence does not block CVP Verified. See Review policy for supplemental domain assurance."
  },
  "internal_review": {
    "status": "not_applicable",
    "reviewer": null
  },
  "page": "https://www.calculatorx.com/calc/engineering/normalized-error",
  "api": "https://www.calculatorx.com/api/v1/calc/normalized-error",
  "schema_input": "https://www.calculatorx.com/schemas/engineering.conformity.normalized_error.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/engineering.conformity.normalized_error.output.json",
  "assumptions": [
    "ISO 13528 / ISO/IEC 17043 En with already-expanded Ulab and Uref",
    "|En| ≤ 1 is pass; |En| > 1 is fail",
    "Not zeta (standard u), not TUR, and not an ILAC G8 spec decision"
  ],
  "limitations": [
    "Ulab and Uref are already expanded — this page does not compute U = k·u",
    "Not the zeta-score (that uses standard u, not U)",
    "Not TUR and not an ILAC G8 specification decision on y",
    "|En| ≤ 1 is pass; the test does not add a warning zone"
  ],
  "boundary_conditions": [
    "missing ylab, xref, Ulab, or Uref → MISSING_REQUIRED_INPUT",
    "Ulab ≤ 0 or Uref ≤ 0 → VALUE_MUST_BE_POSITIVE"
  ],
  "sources": [
    {
      "title": "ISO 13528 — Statistical methods for use in proficiency testing by interlaboratory comparison",
      "section": "Normalized error En using expanded uncertainties",
      "supports": "En = (ylab−xref)/√(Ulab²+Uref²); |En| ≤ 1 is satisfactory",
      "kind": "standard"
    },
    {
      "title": "ISO/IEC 17043 — Conformity assessment — General requirements for the competence of proficiency testing providers",
      "section": "Performance evaluation using En",
      "supports": "En is a proficiency-testing performance statistic, not a specification decision rule",
      "kind": "standard"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:30594010561213e600e36197c86411178a36f5e5912b23d47f98902f0577bd2b",
  "tests": [
    {
      "id": "boundary-en",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "ylab": 2.5,
        "xref": 0,
        "Ulab": 3,
        "Uref": 4
      },
      "expect": {
        "En": 0.5,
        "abs_En": 0.5,
        "decision": "pass"
      },
      "expectWarning": null,
      "actual": {
        "En": 0.5,
        "abs_En": 0.5,
        "decision": "pass",
        "ylab": 2.5,
        "xref": 0,
        "Ulab": 3,
        "Uref": 4
      },
      "tol": 1e-12
    },
    {
      "id": "boundary-en-one",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "ylab": 5,
        "xref": 0,
        "Ulab": 3,
        "Uref": 4
      },
      "expect": {
        "En": 1,
        "decision": "pass"
      },
      "expectWarning": null,
      "actual": {
        "En": 1,
        "abs_En": 1,
        "decision": "pass",
        "ylab": 5,
        "xref": 0,
        "Ulab": 3,
        "Uref": 4
      },
      "tol": 1e-12
    },
    {
      "id": "boundary-en-fail",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "ylab": 7.5,
        "xref": 0,
        "Ulab": 3,
        "Uref": 4
      },
      "expect": {
        "En": 1.5,
        "decision": "fail"
      },
      "expectWarning": null,
      "actual": {
        "En": 1.5,
        "abs_En": 1.5,
        "decision": "fail",
        "ylab": 7.5,
        "xref": 0,
        "Ulab": 3,
        "Uref": 4
      },
      "tol": 1e-12
    },
    {
      "id": "boundary-en-missing",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "xref": 0,
        "Ulab": 3,
        "Uref": 4
      },
      "expectError": "MISSING_REQUIRED_INPUT",
      "code": "MISSING_REQUIRED_INPUT",
      "error": "ylab is required"
    },
    {
      "id": "boundary-en-U",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "ylab": 2.5,
        "xref": 0,
        "Ulab": 0,
        "Uref": 4
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "Ulab must be greater than zero"
    },
    {
      "id": "property-en",
      "ok": true,
      "kind": "property",
      "detail": "0.5",
      "expect": 0.5,
      "actual": 0.5
    },
    {
      "id": "property-en-one",
      "ok": true,
      "kind": "property",
      "detail": "1",
      "expect": 1,
      "actual": 1
    },
    {
      "id": "property-en-fail",
      "ok": true,
      "kind": "property",
      "detail": "fail",
      "expect": "fail",
      "actual": "fail"
    },
    {
      "id": "property-en-alias",
      "ok": true,
      "kind": "property",
      "detail": "0.5",
      "expect": 0.5,
      "actual": 0.5
    }
  ],
  "tier": "engine_tested",
  "verification": {
    "tests": {
      "passed": 9,
      "total": 9,
      "golden": 0,
      "boundary": 5,
      "property": 4
    },
    "contract_checks": {
      "passed": 4,
      "total": 4
    }
  },
  "evidence_core_generated_at": "2026-09-15T09:13:28.275Z",
  "rendered_at": "2026-09-16T22:03:43.736Z",
  "release_integrity": {
    "status": "verified",
    "scope": "workspace",
    "production_attestation_required": true,
    "calculation_version": "1.0.0",
    "artifacts": {
      "engine": "1.0.0",
      "page": "1.0.0",
      "capability": "1.0.0",
      "evidence": "1.0.0",
      "input_schema": "1.0.0",
      "output_schema": "1.0.0",
      "mcp_contract": "1.0.0"
    },
    "digests": {
      "input_schema_sha256": "6ec0c7626da46df762348ca264b0cee278acb4e5929d857aa046eb758cf3e24c",
      "output_schema_sha256": "199f4014b5cba69e93ef6b72f724f52eff15c2e5b6b968f8232bad1feb4e0bf4",
      "evidence_sha256": "798e0315265478f1ab0b943e3bdd6d23b5e99671648a2f19635ca8723b6dee92",
      "evidence_core_sha256": "798e0315265478f1ab0b943e3bdd6d23b5e99671648a2f19635ca8723b6dee92",
      "capability_sha256": "7508e43920af98c31232dc0b96ca78b24257428d45ae996324f91f077fe7bb90",
      "engine_sha256": "c8d4ccdbfeaf61d7b024d4e1babb0c2ba3b324c1b37bd0cb456a526d8d2b1bd1",
      "mcp_contract_sha256": "863098b311a7b17dc4b229a6302b90b3545b175f716e5d84772c7be8e9716b86"
    },
    "contract_checks": {
      "total": 4,
      "passed": 4,
      "failed": 0,
      "items": [
        {
          "id": "release-artifacts-aligned",
          "status": "pass",
          "detail": "1.0.0"
        },
        {
          "id": "schema-valid-input-executes",
          "status": "pass"
        },
        {
          "id": "engine-success-output-validates-schema",
          "status": "pass"
        },
        {
          "id": "schema-rejects-incomplete-input",
          "status": "pass"
        }
      ]
    },
    "report": "https://www.calculatorx.com/.well-known/calculatorx-release-integrity.json"
  }
}
