Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
slitivnov
/
mcmc
like
0
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
slitivnov
commited on
Feb 29, 2024
Commit
62df53f
·
verified
·
1 Parent(s):
16f8bd1
Update mh.py
Browse files
Files changed (1)
hide
show
mh.py
+1
-1
mh.py
CHANGED
Viewed
@@ -27,4 +27,4 @@ x = np.linspace(0, 1, 1000)
27
y = [p(e) for e in x]
28
plt.hist(S, bins=40, density=True)
29
plt.plot(x, y)
30
-
plt.show()
27
y = [p(e) for e in x]
28
plt.hist(S, bins=40, density=True)
29
plt.plot(x, y)
30
+
plt.show()