-
-
Save quantra-go-algo/da591c1a32cda8b5a62eab91f75fd4cd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Compute Standard Deviation | |
data_std_dev = np.std(data) | |
print("Standard Deviation of Data:", data_std_dev) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment