{
  "id": "p-value-calculator",
  "version": "7.0.0",
  "name": "P-value Calculator",
  "shortName": "P-value",
  "description": "Calculate P-values from Z-scores (Normal Distribution).",
  "category": "Math & Statistics",
  "categorySlug": "math-statistics",
  "keywords": [
    "value"
  ],
  "status": "live",
  "workStatus": "pending",
  "reviewStatus": "pending",
  "migrationStatus": "migrated",
  "migratedDate": "2026-08-18",
  "engine": "legacy-react",
  "creator": null,
  "reviewer": null,
  "quality": {
    "availability": "live",
    "technicalReviewRecord": "/reviews/p-value-calculator.json",
    "qualifiedReview": "pending",
    "qualifiedReviewer": null,
    "qualifiedReviewDate": null,
    "formulaVersion": "7.0.0",
    "referenceCoverage": "references-pending",
    "releaseTestScope": "Catalog and regression checks are not a professional formula audit; consult release evidence.",
    "historicalMetadataDate": "2026-08-18",
    "historicalMetadataNotice": "The imported date is not evidence of a completed human review."
  },
  "notice": "Implements a normal z test only, not a general p-value calculator for every statistical model.",
  "urls": {
    "page": "/calculator/p-value-calculator/",
    "definition": "/calculator/p-value-calculator/definition.json",
    "schema": "/calculator/p-value-calculator/schema.json",
    "llms": "/calculator/p-value-calculator/llms.txt",
    "legacyDefinition": "/calculator/p-value-calculator.json"
  },
  "queryExample": "https://askcalculators.com/calculator/p-value-calculator/?zScore=1.96",
  "queryParameters": {
    "zScore": {
      "label": "Z-score",
      "type": "number",
      "required": false,
      "default": 1.96
    }
  },
  "inputs": [
    {
      "id": "zScore",
      "label": "Z-score",
      "type": "number",
      "defaultValue": 1.96
    }
  ],
  "outputs": [
    {
      "id": "result",
      "label": "Result",
      "format": "text",
      "primary": true
    }
  ],
  "formula": {
    "expression": "For the selected normal z test, the p-value is calculated from the standard-normal cumulative distribution and the chosen tail.",
    "note": "Implements a normal z test only, not a general p-value calculator for every statistical model."
  },
  "examples": [
    {
      "label": "Reproducible default-input example (not a personal recommendation)",
      "inputs": {
        "zScore": 1.96
      }
    }
  ],
  "sources": []
}
