{
  "family": "type_a_uncertainty",
  "generator_id": "type-a-mpmath-o3",
  "generator_version": "1.0.0",
  "seed": "20260916.type-a-o3",
  "mpmath_dps": 80,
  "precision_bits": 265,
  "library": "mpmath 1.4.1",
  "notes": "Type A mean/s/u_A only. Independent of Node Math and the IUT.",
  "vectors": [
    {
      "id": "o3-123",
      "kind": "bessel",
      "inputs": {
        "values": [
          1,
          2,
          3
        ],
        "ddof": 1
      },
      "mean_f64": 2.0,
      "mean_decimal": "2.000000000000000000000000000000000000000",
      "std_f64": 1.0,
      "std_decimal": "1.000000000000000000000000000000000000000",
      "u_A_f64": 0.5773502691896257,
      "u_A_decimal": "0.5773502691896257645091487805019574556476"
    },
    {
      "id": "o3-ddof0",
      "kind": "population",
      "inputs": {
        "values": [
          1,
          2,
          3
        ],
        "ddof": 0
      },
      "mean_f64": 2.0,
      "mean_decimal": "2.000000000000000000000000000000000000000",
      "std_f64": 0.816496580927726,
      "std_decimal": "0.8164965809277260327324280249019637973220",
      "u_A_f64": 0.4714045207910317,
      "u_A_decimal": "0.4714045207910316829338962414032326928566"
    },
    {
      "id": "o3-scale",
      "kind": "scale",
      "inputs": {
        "values": [
          10,
          20,
          30
        ],
        "ddof": 1
      },
      "mean_f64": 20.0,
      "mean_decimal": "20.00000000000000000000000000000000000000",
      "std_f64": 10.0,
      "std_decimal": "10.00000000000000000000000000000000000000",
      "u_A_f64": 5.773502691896257,
      "u_A_decimal": "5.773502691896257645091487805019574556476"
    },
    {
      "id": "o3-const",
      "kind": "constant",
      "inputs": {
        "values": [
          5,
          5,
          5
        ],
        "ddof": 1
      },
      "mean_f64": 5.0,
      "mean_decimal": "5.000000000000000000000000000000000000000",
      "std_f64": 0.0,
      "std_decimal": "0.0",
      "u_A_f64": 0.0,
      "u_A_decimal": "0.0"
    },
    {
      "id": "o3-two",
      "kind": "two-point",
      "inputs": {
        "values": [
          3,
          7
        ],
        "ddof": 1
      },
      "mean_f64": 5.0,
      "mean_decimal": "5.000000000000000000000000000000000000000",
      "std_f64": 2.8284271247461903,
      "std_decimal": "2.828427124746190097603377448419396157139",
      "u_A_f64": 2.0,
      "u_A_decimal": "2.000000000000000000000000000000000000000"
    },
    {
      "id": "o3-five",
      "kind": "n5",
      "inputs": {
        "values": [
          1,
          2,
          3,
          4,
          5
        ],
        "ddof": 1
      },
      "mean_f64": 3.0,
      "mean_decimal": "3.000000000000000000000000000000000000000",
      "std_f64": 1.5811388300841898,
      "std_decimal": "1.581138830084189665999446772216359266860",
      "u_A_f64": 0.7071067811865476,
      "u_A_decimal": "0.7071067811865475244008443621048490392848"
    },
    {
      "id": "o3-neg",
      "kind": "centered",
      "inputs": {
        "values": [
          -2,
          -1,
          0,
          1,
          2
        ],
        "ddof": 1
      },
      "mean_f64": 0.0,
      "mean_decimal": "0.0",
      "std_f64": 1.5811388300841898,
      "std_decimal": "1.581138830084189665999446772216359266860",
      "u_A_f64": 0.7071067811865476,
      "u_A_decimal": "0.7071067811865475244008443621048490392848"
    },
    {
      "id": "o3-default-ddof",
      "kind": "default-ddof",
      "inputs": {
        "values": [
          1,
          2,
          3
        ]
      },
      "mean_f64": 2.0,
      "mean_decimal": "2.000000000000000000000000000000000000000",
      "std_f64": 1.0,
      "std_decimal": "1.000000000000000000000000000000000000000",
      "u_A_f64": 0.5773502691896257,
      "u_A_decimal": "0.5773502691896257645091487805019574556476"
    }
  ]
}
