可用統計模型
SIR 流行病模型
藥物療效分析
存活分析
臨床試驗統計
公衛趨勢預測
疫苗效力評估
API 呼叫範例
cURL
curl -X POST https://api.boshan.roamer-tech.info/v1/models/health-statistics/run \
-H "Authorization: Bearer sk_live_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"data": [...],
"parameters": {
"model_type": "default",
"forecast_periods": 12
}
}'