Skip to content

Commit 60b1066

Browse files
authored
Merge pull request #20 from josemoracard/jose2-problems,solutions
fixed text problems.ipynb, solutions.ipynb
2 parents ab6aecf + dc882cd commit 60b1066

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

notebook/problems.ipynb

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,14 @@
88
"# Descriptive statistics problems"
99
]
1010
},
11-
{
12-
"cell_type": "markdown",
13-
"id": "aa8993e4",
14-
"metadata": {},
15-
"source": [
16-
"### Exercise 1"
17-
]
18-
},
1911
{
2012
"cell_type": "markdown",
2113
"id": "5e0ab0d5",
2214
"metadata": {},
2315
"source": [
24-
"We will use Numpy to obtain information to describe statistically.\n",
16+
"### Exercise 1\n",
17+
"\n",
18+
"We will use NumPy to obtain information to describe statistically.\n",
2519
"\n",
2620
"- Generate an array of 100 elements following a normal distribution.\n",
2721
"- Generate an array of 100 elements following a chi-square distribution with 3 degrees of freedom.\n",

notebook/solutions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"source": [
149149
"##### Mode\n",
150150
"\n",
151-
"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."
151+
"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."
152152
]
153153
},
154154
{

0 commit comments

Comments
 (0)