{
  "capability_id": "engineering.conformity.zeta_score",
  "tool_id": "zeta-score",
  "engine": "zeta-score",
  "calculation_version": "1.0.0",
  "generated_at": "2026-09-16T22:03:43.737Z",
  "engine_build": "2026-09-15",
  "test_count": 11,
  "passed": 11,
  "failed": 0,
  "tests_summary": {
    "golden": {
      "total": 0,
      "passed": 0
    },
    "boundary": {
      "total": 6,
      "passed": 6
    },
    "property": {
      "total": 5,
      "passed": 5
    }
  },
  "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/zeta-score",
  "api": "https://www.calculatorx.com/api/v1/calc/zeta-score",
  "schema_input": "https://www.calculatorx.com/schemas/engineering.conformity.zeta_score.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/engineering.conformity.zeta_score.output.json",
  "assumptions": [
    "ISO 13528 zeta-score with standard uncertainties ulab and uref",
    "|ζ| ≤ 2 is pass; 2 < |ζ| < 3 is warning; |ζ| ≥ 3 is fail",
    "Not En (expanded U), not TUR, and not an ILAC G8 spec decision"
  ],
  "limitations": [
    "ulab and uref are standard uncertainties — this page does not compute U = k·u or En",
    "Not the normalized error En (that uses already-expanded U)",
    "Not TUR and not an ILAC G8 specification decision on y",
    "|ζ| ≤ 2 is pass; 2 < |ζ| < 3 is warning; |ζ| ≥ 3 is fail"
  ],
  "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": "Zeta-score using standard uncertainties",
      "supports": "ζ = (ylab−xref)/√(ulab²+uref²); |ζ| ≤ 2 / 2–3 / ≥ 3 as z-score interpretation",
      "kind": "standard"
    },
    {
      "title": "ISO/IEC 17043 — Conformity assessment — General requirements for the competence of proficiency testing providers",
      "section": "Performance evaluation using zeta",
      "supports": "Zeta is a proficiency-testing performance statistic, not a specification decision rule",
      "kind": "standard"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:cce3ed49aca0d3657bb857b027d9b8f8a7abea799f142d54a2693e985a064d4f",
  "tests": [
    {
      "id": "boundary-zeta",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "ylab": 2.5,
        "xref": 0,
        "ulab": 3,
        "uref": 4
      },
      "expect": {
        "zeta": 0.5,
        "abs_zeta": 0.5,
        "decision": "pass"
      },
      "expectWarning": null,
      "actual": {
        "zeta": 0.5,
        "abs_zeta": 0.5,
        "decision": "pass",
        "ylab": 2.5,
        "xref": 0,
        "ulab": 3,
        "uref": 4
      },
      "tol": 1e-12
    },
    {
      "id": "boundary-zeta-two",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "ylab": 10,
        "xref": 0,
        "ulab": 3,
        "uref": 4
      },
      "expect": {
        "zeta": 2,
        "decision": "pass"
      },
      "expectWarning": null,
      "actual": {
        "zeta": 2,
        "abs_zeta": 2,
        "decision": "pass",
        "ylab": 10,
        "xref": 0,
        "ulab": 3,
        "uref": 4
      },
      "tol": 1e-12
    },
    {
      "id": "boundary-zeta-warn",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "ylab": 12.5,
        "xref": 0,
        "ulab": 3,
        "uref": 4
      },
      "expect": {
        "zeta": 2.5,
        "decision": "warning"
      },
      "expectWarning": null,
      "actual": {
        "zeta": 2.5,
        "abs_zeta": 2.5,
        "decision": "warning",
        "ylab": 12.5,
        "xref": 0,
        "ulab": 3,
        "uref": 4
      },
      "tol": 1e-12
    },
    {
      "id": "boundary-zeta-fail",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "ylab": 15,
        "xref": 0,
        "ulab": 3,
        "uref": 4
      },
      "expect": {
        "zeta": 3,
        "decision": "fail"
      },
      "expectWarning": null,
      "actual": {
        "zeta": 3,
        "abs_zeta": 3,
        "decision": "fail",
        "ylab": 15,
        "xref": 0,
        "ulab": 3,
        "uref": 4
      },
      "tol": 1e-12
    },
    {
      "id": "boundary-zeta-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-zeta-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-zeta",
      "ok": true,
      "kind": "property",
      "detail": "0.5",
      "expect": 0.5,
      "actual": 0.5
    },
    {
      "id": "property-zeta-two",
      "ok": true,
      "kind": "property",
      "detail": "2",
      "expect": 2,
      "actual": 2
    },
    {
      "id": "property-zeta-warn",
      "ok": true,
      "kind": "property",
      "detail": "warning",
      "expect": "warning",
      "actual": "warning"
    },
    {
      "id": "property-zeta-fail",
      "ok": true,
      "kind": "property",
      "detail": "fail",
      "expect": "fail",
      "actual": "fail"
    },
    {
      "id": "property-zeta-alias",
      "ok": true,
      "kind": "property",
      "detail": "0.5",
      "expect": 0.5,
      "actual": 0.5
    }
  ],
  "tier": "engine_tested",
  "verification": {
    "tests": {
      "passed": 11,
      "total": 11,
      "golden": 0,
      "boundary": 6,
      "property": 5
    },
    "contract_checks": {
      "passed": 4,
      "total": 4
    }
  },
  "evidence_core_generated_at": "2026-09-15T09:28:34.777Z",
  "rendered_at": "2026-09-16T22:03:43.737Z",
  "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": "e193b55789fdfa84135a19360cd8844b2b57539f491d82de5803e0b75180c4a2",
      "output_schema_sha256": "7be28e24759523604925c1a96795a58c57bb5e16841d3136ca330984101958fe",
      "evidence_sha256": "3366be8289e20c040f42caab6512e4364e46c8e0456cefd93583d87381593dbb",
      "evidence_core_sha256": "3366be8289e20c040f42caab6512e4364e46c8e0456cefd93583d87381593dbb",
      "capability_sha256": "75fa5eb94b5afcd63372ad9d0d167dbf48f0990cbe60624dc3afde39df5c375d",
      "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"
  }
}
