freeCodeCamp/math-challenges/46-statistics/chi-square-distribution.json

45 lines
748 B
JSON

{
"name": "Chi-Square Distribution",
"order": 10,
"challenges": [
{
"id": "59a5801209a6acac5983b711",
"title": "Chi-Square Probability",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b361",
"title": "Chi-Square Goodness-of-Fit Test",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b362",
"title": "Chi-Square Test of Independence",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
}
]
}