Library of Stan Models for Survival Analysis
Project description
.. survivalstan documentation master file, created by
sphinx-quickstart on Fri Jan 6 06:25:53 2017.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Survivalstan
============
Survivalstan is a library of Survival Models written in `Stan <http://mc-stan.org>`_
It also contains a number of utility functions helpful when doing survival analysis.
Typical usage:
::
import survivalstan
# .. prep your data
fit1 = survivalstan.fit_stan_survival_model(...)
survivalstan.utils.plot_stan_summary([fit1], metric=’Rhat’)
survivalstan.utils.plot_coefs([fit1])
Features
--------
- Variety of standard survival models
- Weibull, Exponential, and Gamma parameterization
- A variety of semi-parametric and non-parametric baseline hazards
- Supports time-varying-coefficients
- Estimate time-varying effects
- Varying-effects by group
- Extensible framework - bring your own Stan code, or edit the models provided
- Uses `pandas <https://pandas.pydata.org>`_ data frames & `patsy <https://pypi.python.org/pypi/patsy>`_ formulas
- Graphical posterior predictive checking
- Plot posterior estimates of key parameters using `seaborn <https://pypi.python.org/pypi/seaborn>`_
- Annotated posterior draws of parameter estimates, as `pandas <http://pandas.pydata.org>`_ dataframes
- Supports caching via `stancache <http://github.com/jburos/stancache>`_ or `pystan-cache <https://github.com/paulkernfeld/pystan-cache>`_
Installation
------------
Install survivalstan via pip:
::
pip install survivalstan
Contribute
----------
- Issue Tracker: http://github.com/hammerlab/survivalstan/issues
- Source Code: http://github.com/survivalstan/survivalstan
Support
-------
If you are having issues or questions, please let us know.
Please submit an issue `github <http://github.com/hammerlab/survivalstan/issues>`_ or via `gitter <https://gitter.im/survivalstan>`_
License
-------
The project is licensed under the Apache 2.0 license.
Documentation
-------------
`Documentation http://jburos.github.io/survivalstan`_ is available online.
sphinx-quickstart on Fri Jan 6 06:25:53 2017.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Survivalstan
============
Survivalstan is a library of Survival Models written in `Stan <http://mc-stan.org>`_
It also contains a number of utility functions helpful when doing survival analysis.
Typical usage:
::
import survivalstan
# .. prep your data
fit1 = survivalstan.fit_stan_survival_model(...)
survivalstan.utils.plot_stan_summary([fit1], metric=’Rhat’)
survivalstan.utils.plot_coefs([fit1])
Features
--------
- Variety of standard survival models
- Weibull, Exponential, and Gamma parameterization
- A variety of semi-parametric and non-parametric baseline hazards
- Supports time-varying-coefficients
- Estimate time-varying effects
- Varying-effects by group
- Extensible framework - bring your own Stan code, or edit the models provided
- Uses `pandas <https://pandas.pydata.org>`_ data frames & `patsy <https://pypi.python.org/pypi/patsy>`_ formulas
- Graphical posterior predictive checking
- Plot posterior estimates of key parameters using `seaborn <https://pypi.python.org/pypi/seaborn>`_
- Annotated posterior draws of parameter estimates, as `pandas <http://pandas.pydata.org>`_ dataframes
- Supports caching via `stancache <http://github.com/jburos/stancache>`_ or `pystan-cache <https://github.com/paulkernfeld/pystan-cache>`_
Installation
------------
Install survivalstan via pip:
::
pip install survivalstan
Contribute
----------
- Issue Tracker: http://github.com/hammerlab/survivalstan/issues
- Source Code: http://github.com/survivalstan/survivalstan
Support
-------
If you are having issues or questions, please let us know.
Please submit an issue `github <http://github.com/hammerlab/survivalstan/issues>`_ or via `gitter <https://gitter.im/survivalstan>`_
License
-------
The project is licensed under the Apache 2.0 license.
Documentation
-------------
`Documentation http://jburos.github.io/survivalstan`_ is available online.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
survivalstan-0.1.2.8.tar.gz
(59.9 kB
view details)
File details
Details for the file survivalstan-0.1.2.8.tar.gz.
File metadata
- Download URL: survivalstan-0.1.2.8.tar.gz
- Upload date:
- Size: 59.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e33bc551947caa232b5397a23d13898b0329e415ddebf8875e8555fa8dc88d7c
|
|
| MD5 |
45ab5727d97d0db6396041915c6de877
|
|
| BLAKE2b-256 |
86fa751a9011f2cc0e4a990b16fbbc50fdf91c73266ad761c91ca532e166ae23
|