# Microgram: signal-detection-signal-theory-detect

`station__algovigilance__microgram-signal-detection-signal-theory-detect` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Compute single-sensor detection probability.

## Agent metadata

- `idempotent`: true
- `read_only`: true
- `expected_latency_ms`: unknown (not yet contract-tested)
- `cost_tokens_estimate`: unknown

## Input schema

- `expected` *number* (required) — Expected count or rate (under null hypothesis)
- `observed` *number* (required) — Observed count or rate
- `threshold` *number* — Detection threshold (default: 2.0)

## Example call

```json
POST /api/mcp
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-signal-detection-signal-theory-detect",
    "arguments": {
      "expected": 0,
      "observed": 0
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-signal-detection-signal-theory-detect](/tools/algovigilance__microgram-signal-detection-signal-theory-detect) — HTML page
- [/tools/algovigilance__microgram-signal-detection-signal-theory-detect/json](/tools/algovigilance__microgram-signal-detection-signal-theory-detect/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
