Skip to content

Instantly share code, notes, and snippets.

@quantra-go-algo
Created February 29, 2024 05:05
Show Gist options
  • Save quantra-go-algo/da591c1a32cda8b5a62eab91f75fd4cd to your computer and use it in GitHub Desktop.
Save quantra-go-algo/da591c1a32cda8b5a62eab91f75fd4cd to your computer and use it in GitHub Desktop.
# 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