معرفی شرکت ها


dnest4-0.2.4


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Diffusive nested sampling in Python
ویژگی مقدار
سیستم عامل -
نام فایل dnest4-0.2.4
نام dnest4
نسخه کتابخانه 0.2.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Daniel Foreman-Mackey
ایمیل نویسنده foreman.mackey@gmail.com
آدرس صفحه اصلی https://github.com/eggplantbren/DNest4
آدرس اینترنتی https://pypi.org/project/dnest4/
مجوز MIT
These are experimental Python bindings to the DNest4 sampler allowing the user to implement their models in Python. See the example(s) in ``examples`` for some demos for how you might do this. Building -------- DNest4 relies on recent C++11 features so building with python can be fun. On a Mac, you might need to do something like: .. code-block:: bash MACOSX_DEPLOYMENT_TARGET=10.9 python setup.py install If you only want the postprocessing scripts and don't want to worry about building the bindings, you can run: .. code-block:: bash python setup.py install --without-cext and then use it as follows: .. code-block:: import dnest # NOTE: the path will default to the current working directory if you # don't give another path. dnest.postprocess("/path/to/where/you/ran/your/model") Author ------ These bindings were written by `Dan Foreman-Mackey <https://github.com/dfm>`_ and they are licensed as part of DNest4 with the MIT license.


نحوه نصب


نصب پکیج whl dnest4-0.2.4:

    pip install dnest4-0.2.4.whl


نصب پکیج tar.gz dnest4-0.2.4:

    pip install dnest4-0.2.4.tar.gz