معرفی شرکت ها


RhythmCount-1.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Python package to analyse the rhythmicity in count data
ویژگی مقدار
سیستم عامل OS Independent
نام فایل RhythmCount-1.1
نام RhythmCount
نسخه کتابخانه 1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Nina Velikajne, Miha Moškon
ایمیل نویسنده nv6920@student.uni-lj.si, miha.moskon@fri.uni-lj.si
آدرس صفحه اصلی https://github.com/ninavelikajne/RhythmCount
آدرس اینترنتی https://pypi.org/project/RhythmCount/
مجوز -
# RhythmCount RhythmCount represents a Python package for detecting and analysing rhythmic patterns in count data. It consists of two modules: * data_processing: specific functions for building and comparing models, cleaning data, calculating confidence intervals, etc. * plot: specific functions for plotting (e.g. plotting models, raw data). To use these modules, add the following code to your Python file: `from RhythmCount import plot, data_processing` RhythmCount can be used in combination with various types of experimental count data. The basic implementation of the RhythmCount for analysing rhythmic count data is made with cosinor method in combination with multiple regression models for count data: Poisson model, Generalized Poisson model, Zero-Inflated Poisson model, Negative Binomial model and Zero-Inflated Negative Binomial model. <br> The input data must be in the required format. The data must contain X and Y columns, where X represents time and Y represents the target variable - count. Once the data has been imported, various types of analysis can be performed. These are described more in details in the examples and documentation. <br/> Helpers only contains functions that are called within the data_processing and plot modules. It is not intended for use by the end user. # Installation RhythmCount can be installed using pip with the command: `pip install RhythmCount` # Documentation and example For more information see [RhythmCount](https://github.com/ninavelikajne/RhythmCount) on GitHub.


نیازمندی

مقدار نام
- pandas
- numpy
- matplotlib
- statsmodels
- scipy


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl RhythmCount-1.1:

    pip install RhythmCount-1.1.whl


نصب پکیج tar.gz RhythmCount-1.1:

    pip install RhythmCount-1.1.tar.gz