File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ print(c)
189
189
### Basic Statistics <a name =" stats " ></a >
190
190
| Operator | Description | Documentation |
191
191
| :------------- | :------------- | :--------- |
192
- | ` array.mean() ` <\ br>` np.mean(array) ` | Mean| [ link] ( https://docs.scipy.org/doc/numpy/reference/generated/numpy.mean.html#numpy.mean ) |
192
+ | ` array.mean() ` </ br >` np.mean(array) ` | Mean| [ link] ( https://docs.scipy.org/doc/numpy/reference/generated/numpy.mean.html#numpy.mean ) |
193
193
| ` np.median(array) ` | Median| [ link] ( https://docs.scipy.org/doc/numpy/reference/generated/numpy.median.html#numpy.median ) |
194
194
| ` array.corrcoef() ` | Correlation Coefficient| [ link] ( https://docs.scipy.org/doc/numpy/reference/generated/numpy.corrcoef.html#numpy.corrcoef ) |
195
195
| ` array.std(array) ` | Standard Deviation| [ link] ( https://docs.scipy.org/doc/numpy/reference/generated/numpy.std.html#numpy.std ) |
You can’t perform that action at this time.
0 commit comments