genpark-ab-test-calculator-skill
mcp
Warn
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 9 GitHub stars
Code Pass
- Code scan — Scanned 4 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
GenPark AI Skill - Standard statistical Z-score and p-value analyzer for A/B tests
README.md
genpark-ab-test-calculator-skill
GenPark AI Agent Skill -- Two-tailed Z-score A/B test statistical calculator.
Quick Start
from client import ABTestCalculatorClient
client = ABTestCalculatorClient()
res = client.calculate_results(5000, 100, 5000, 140)
print(res["is_significant"])
📊 Agentic Architecture Flowchart
graph LR
User([User / AI Agent]) -->|JSON Request| Skill[GenPark AI Skill]
Skill -->|Execution Logic| CoreEngine[Core Analytics & Processing]
CoreEngine -->|Structured Output| User
🔌 MCP (Model Context Protocol) Integration
Run natively as an MCP server for Cursor, Claude Desktop & LLM frameworks:
python mcp_server.py
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found