normal_prob
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Normal Distribution Probability — CDF, survival, z-score, and percentile queries for any normal distribution.
Parameters schema
{
"type": "object",
"properties": {
"a": {
"type": "number",
"description": "Lower bound for P(a<X<b)"
},
"b": {
"type": "number",
"description": "Upper bound for P(a<X<b)"
},
"x": {
"type": "number",
"description": "Point for P(X<=x), P(X>x), z-score"
},
"mean": {
"type": "number",
"description": "Distribution mean (default 0)"
},
"std_dev": {
"type": "number",
"description": "Standard deviation > 0 (default 1)"
},
"percentile": {
"type": "number",
"description": "0..100 -> value at that percentile"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries