Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vishrut-b authored Dec 27, 2024
1 parent dcf94c6 commit 80a08d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Where :
- $n$: Number of data points.
- $X_i$: Individual feature values.

- **\( \sigma \):** The standard deviation of the feature, measuring the spread or variability of the data around the mean, calculated as:
- **$\sigma$:** The standard deviation of the feature, measuring the spread or variability of the data around the mean, calculated as:
$$
\sigma = \sqrt{\frac{\sum_{i=1}^{n} (X_i - \mu)^2}{n}}
$$
Expand Down

0 comments on commit 80a08d6

Please sign in to comment.