Skip to content

Commit

Permalink
Merge pull request #20 from josemoracard/jose2-problems,solutions
Browse files Browse the repository at this point in the history
fixed text problems.ipynb, solutions.ipynb
  • Loading branch information
alesanchezr authored Mar 12, 2024
2 parents ab6aecf + dc882cd commit 60b1066
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions notebook/problems.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,14 @@
"# Descriptive statistics problems"
]
},
{
"cell_type": "markdown",
"id": "aa8993e4",
"metadata": {},
"source": [
"### Exercise 1"
]
},
{
"cell_type": "markdown",
"id": "5e0ab0d5",
"metadata": {},
"source": [
"We will use Numpy to obtain information to describe statistically.\n",
"### Exercise 1\n",
"\n",
"We will use NumPy to obtain information to describe statistically.\n",
"\n",
"- Generate an array of 100 elements following a normal distribution.\n",
"- Generate an array of 100 elements following a chi-square distribution with 3 degrees of freedom.\n",
Expand Down
2 changes: 1 addition & 1 deletion notebook/solutions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"source": [
"##### Mode\n",
"\n",
"In a continuous array, values are usually represented as intervals rather than distinct numbers. Thus, finding the mode is slightly different from how it's done in a discrete array. For continuous data, we typically find the \"modal class\" or the interval with the highgers frequency."
"In a continuous array, values are usually represented as intervals rather than distinct numbers. Thus, finding the mode is slightly different from how it's done in a discrete array. For continuous data, we typically find the \"modal class\" or the interval with the highest frequency."
]
},
{
Expand Down

0 comments on commit 60b1066

Please sign in to comment.