معرفی شرکت ها


densityestimation-0.1.2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Density estimation functions.
ویژگی مقدار
سیستم عامل -
نام فایل densityestimation-0.1.2
نام densityestimation
نسخه کتابخانه 0.1.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده UNKNOWN
ایمیل نویسنده UNKNOWN
آدرس صفحه اصلی https://pypi.python.org/pypi?%3Aaction=pkg_edit&name=densityestimation
آدرس اینترنتی https://pypi.org/project/densityestimation/
مجوز MIT
================== Density Estimation ================== This package provides functions for three specific types of density estimators. You might find it most useful for tasks involving plotting kernel density estimates, histograms and nearest-neighbor density estimates. Typical intallation often looks like this:: !pip install densityestimation Dependencies ============ * Numpy * Matplotlib Examples ======== | import numpy as np | sample = np.random.normal(0,1,1000) | kde(sample) | | import numpy as np | sample = np.random.normal(0,1,1000) | hist(sample) | | import numpy as np | sample = np.random.normal(0,1,1000) | nnde(sample) Contributors ============= We would like to thank our professor, Brian Chapman, for guiding us through our first ever endeavors involving Python. It is because of you, this class and this project that density estimation in Python will never be the same, or at least in our eyes.


نحوه نصب


نصب پکیج whl densityestimation-0.1.2:

    pip install densityestimation-0.1.2.whl


نصب پکیج tar.gz densityestimation-0.1.2:

    pip install densityestimation-0.1.2.tar.gz