freeCodeCamp/math-challenges/46-statistics/discrete-distributions.json

58 lines
931 B
JSON
Raw Normal View History

{
"name": "Discrete Distributions",
"order": 4,
"challenges": [
{
"id": "59a5801209a6acac5983b705",
"title": "Discrete Probability",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b334",
"title": "Expected Value",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b335",
"title": "Binomial Probability",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b336",
"title": "Poisson Probability",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
}
]
}