Skip to content

Instantly share code, notes, and snippets.

@behrouz-bakhtiari
Last active August 27, 2020 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save behrouz-bakhtiari/a5c810c2f5ae5f639b0f7608bdc126b8 to your computer and use it in GitHub Desktop.
Save behrouz-bakhtiari/a5c810c2f5ae5f639b0f7608bdc126b8 to your computer and use it in GitHub Desktop.
import numpy as np
mu, sigma = 20, 3
sample = np.random.normal(mu, sigma, 250)
x_bar = sample.mean()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment