freeCodeCamp/curriculum/math-challenges/46-statistics/linear-regression-and-corre...

84 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "Linear Regression and Correlation",
"order": 11,
"challenges": [
{
"id": "59a5801209a6acac5983b712",
"title": "Linear Equations",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b364",
"title": "Scatter Plots",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b365",
"title": "The Regression Equation",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b366",
"title": "The Correlation Coefficient",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b367",
"title": "Prediction",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983b368",
"title": "Outliers",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
}
]
}