Pareto Distribution
Pareto Distribution
Dark mode
Dark code
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP BOOTSTRAP HOW TO W3.CSS C C++ C# REACT R JQUERY DJANGO
y y g
NumPy Array Join
ADVERTISEMENT
NumPy Array Split
NumPy Array Search
NumPy Array Sort
NumPy Array Filter
Draw out a sample for pareto distribution with shape of 2 with size 2x3:
NumPy ufunc
ufunc Intro from numpy import random
ufunc Create Function
x = random.pareto(a=2, size=(2, 3))
print(x)
Try it Yourself »
Result
Try it Yourself »
ADVERTISEMENT
ADVERTISEMENT
FORUM | ABOUT
W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we
cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.