{
  "capability_id": "engineering.uncertainty.type_b_nu",
  "tool_id": "type-b-nu",
  "engine": "type-b-nu",
  "calculation_version": "1.0.0",
  "generated_at": "2026-09-15T23:38:12.901Z",
  "engine_build": "2026-09-15",
  "test_count": 8,
  "passed": 8,
  "failed": 0,
  "tests_summary": {
    "golden": {
      "total": 0,
      "passed": 0
    },
    "boundary": {
      "total": 5,
      "passed": 5
    },
    "property": {
      "total": 3,
      "passed": 3
    }
  },
  "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/type-b-nu",
  "api": "https://www.calculatorx.com/api/v1/calc/type-b-nu",
  "schema_input": "https://www.calculatorx.com/schemas/engineering.uncertainty.type_b_nu.input.json",
  "schema_output": "https://www.calculatorx.com/schemas/engineering.uncertainty.type_b_nu.output.json",
  "assumptions": [
    "JCGM 100:2008 G.4.2: ν = ½ (u/σ(u))²",
    "σ(u)=0 → ν is infinite (REST returns nu=null, infinite=true)",
    "Not Type B u_B from a half-width, not Welch ν_eff, and not U = k·u_c"
  ],
  "limitations": [
    "GUM G.4.2 ν from stated u and σ(u) — not Type B u_B = a/√3",
    "Not Welch–Satterthwaite ν_eff from several u_i, ν_i",
    "Not expanded U = k·u_c",
    "Does not take half-width a"
  ],
  "boundary_conditions": [
    "missing u or sigma_u → MISSING_REQUIRED_INPUT",
    "u ≤ 0 → VALUE_MUST_BE_POSITIVE",
    "σ(u) < 0 → VALUE_OUT_OF_RANGE",
    "σ(u)=0 is valid (infinite ν)"
  ],
  "sources": [
    {
      "title": "JCGM 100:2008 — Evaluation of measurement data (GUM)",
      "section": "G.4.2 Type B evaluation of standard uncertainty — degrees of freedom",
      "supports": "ν_i ≈ ½ [Δu_i/u_i]^{-2}. A relative uncertainty of 25% on u_i gives ν_i = 8.",
      "kind": "standard"
    }
  ],
  "methods": [],
  "fingerprint": "sha256:9f1eac07cabde40d191834cc98f960426e72bece63e028e77faca38287cd2970",
  "tests": [
    {
      "id": "boundary-tbnu",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "u": 2,
        "sigma_u": 0.5
      },
      "expect": {
        "nu": 8,
        "rel": 0.25,
        "infinite": false
      },
      "expectWarning": null,
      "actual": {
        "nu": 8,
        "rel": 0.25,
        "u": 2,
        "sigma_u": 0.5,
        "infinite": false
      },
      "tol": 1e-12
    },
    {
      "id": "boundary-tbnu-inf",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "u": 1,
        "sigma_u": 0
      },
      "expect": {
        "nu": null,
        "rel": 0,
        "infinite": true
      },
      "expectWarning": null,
      "actual": {
        "nu": null,
        "rel": 0,
        "u": 1,
        "sigma_u": 0,
        "infinite": true
      },
      "tol": 1e-12
    },
    {
      "id": "boundary-tbnu-missing",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "u": 2
      },
      "expectError": "MISSING_REQUIRED_INPUT",
      "code": "MISSING_REQUIRED_INPUT",
      "error": "sigma_u is required"
    },
    {
      "id": "boundary-tbnu-u",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "u": 0,
        "sigma_u": 0.5
      },
      "expectError": "VALUE_MUST_BE_POSITIVE",
      "code": "VALUE_MUST_BE_POSITIVE",
      "error": "u must be greater than zero"
    },
    {
      "id": "boundary-tbnu-neg",
      "ok": true,
      "kind": "boundary",
      "inputs": {
        "u": 2,
        "sigma_u": -0.1
      },
      "expectError": "VALUE_OUT_OF_RANGE",
      "code": "VALUE_OUT_OF_RANGE",
      "error": "sigma_u must be ≥ 0"
    },
    {
      "id": "property-tbnu",
      "ok": true,
      "kind": "property",
      "detail": "8",
      "expect": 8,
      "actual": 8
    },
    {
      "id": "property-tbnu-inf",
      "ok": true,
      "kind": "property",
      "detail": "∞",
      "expect": null,
      "actual": null
    },
    {
      "id": "property-tbnu-alias",
      "ok": true,
      "kind": "property",
      "detail": "8",
      "expect": 8,
      "actual": 8
    }
  ],
  "tier": "engine_tested",
  "verification": {
    "tests": {
      "passed": 8,
      "total": 8,
      "golden": 0,
      "boundary": 5,
      "property": 3
    },
    "contract_checks": {
      "passed": 4,
      "total": 4
    }
  },
  "evidence_core_generated_at": "2026-09-15T22:36:51.391Z",
  "rendered_at": "2026-09-15T23:38:12.901Z",
  "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": "7b22b0d63d6e02d6665b31db6243dc6f28ac663223a6656463f1b12b0dfd2817",
      "output_schema_sha256": "cf26d94dacd5758ad6abd0a6c918c65e209e07652decb2eba100305caf88d321",
      "evidence_sha256": "b454197a17e91e0f41204a75e2af552477608e99d3bef67a12994a402b1cc95e",
      "evidence_core_sha256": "b454197a17e91e0f41204a75e2af552477608e99d3bef67a12994a402b1cc95e",
      "capability_sha256": "4e75088a919a45ff2154676cc32a36e76fe76fcb556b3d35fb9792a614800761",
      "engine_sha256": "9265836b6b06f498f3f985320eab21319806f5471a924aead2cf954a9b6ffd8f",
      "mcp_contract_sha256": "ef59a935293be4e8212bcd43a3fc15993093aab9a9136fa56d3a8d267774178c"
    },
    "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"
  }
}
