Actions
GetStatisticsDetail » 이력 » 개정판 3
« 뒤로 |
개정판 3/10
(비교(diff))
| 다음 »
이름없음, 2021/06/09 08:35
GetStatisticsDetail¶
- 특정 Proposal에 대한 통계 결과 상세 조회
DetailRequest
| field | type | description | note |
|---|---|---|---|
| did | String | 사용자 did | |
| command | String | 요청에 대한 Command 종류 | |
| proposalId | String | 상세 조회하려는ProposalId |
ProposalStatistics
| field | type | description | note |
|---|---|---|---|
| proposalId | String | ProposalId | |
| statistics | Statistics | 통계 결과 객체 |
Statistics
| field | type | description | note |
|---|---|---|---|
| AgeGroup | AgeGroup |
AgeGroup
| field | type | description | note |
|---|---|---|---|
| errorRate | errorRate | ||
| estimated | [Float] | ||
| responseCount | Long |
ErrorRate
| field | type | description | note |
|---|---|---|---|
| maximum | String | ||
| mean | String | ||
| median | String | ||
| minimum | String | ||
| q1 | String | ||
| q3 | String | ||
| std | String |
Response Example
query {
getStatisticsDetail(detailRequest : {
command : "detailStatistics"
did : "NfoPEFaG1adkCpijR85L66"
ProposalId : "orPxmv15e2oSPufT3Tkew4vm6Cmzt6UaY14KrVUuSVT4U8LehyCFd8UaBo3CXgodwNZpeBiupkSGSqqo8Xd64ZKUSKE59RwiuVgM8hyn4kgBAZ5zr"
}) {
proposalId
statistics {
ageGroup {
errorRate {
maximum
mean
median
q1
q3
std
}
estimated
responseCount
}
}
}
}
Request Example
{
"data": {
"getDetail": {
"proposalId": "orPxmv15e2oSPufT3Tkew4vm6Cmzt6UaY14KrVUuSVT4U8LehyCFd8UaBo3CXgodwNZpeBiupkSGSqqo8Xd64ZKUSKE59RwiuVgM8hyn4kgBAZ5zr",
"statistics": {
"ageGroup": {
"errorRate": {
"maximum": "0.0296",
"mean": "0.0108",
"median": "0.0085",
"q1": "0.0046",
"q3": "0.0151",
"std": "0.0075"
},
"estimated": [
0.31617647,
0.07195378,
0.34375,
0.19012605,
0.08245798
],
"responseCount": 1000
}
}
}
}
}
이름없음이(가) 4년 이상 전에 변경 · 3 revisions