Skip to content

Commit b67276f

Browse files
committed
feat: add one more package
1 parent 0b855b9 commit b67276f

File tree

1 file changed

+25
-2
lines changed

1 file changed

+25
-2
lines changed

_pages/packages.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: single
3-
title: R Packages
3+
title: Packages
44
permalink: /packages/
55
author_profile: true
66
header:
@@ -50,5 +50,28 @@ Test (un)confoundedness by comparing an effect from an RCT-like dataset to the s
5050

5151
--------------------------------------------------------------------------------
5252

53-
For more R packages and data science content, check out my [GitHub profile](https://github.com/DiogoRibeiro7).
53+
# Python Packages
54+
55+
This section includes Python libraries I've developed or contributed to, with a focus on statistical modeling, survival analysis, and reproducibility.
56+
57+
## Available Packages
58+
59+
### [genSurvPy](/packages/gensurvpy/)
60+
61+
A Python package for generalized survival analysis. It includes tools for simulation, estimation, and diagnostics in complex time-to-event models, including proportional hazards and accelerated failure time frameworks.
62+
63+
**Features:**
64+
65+
- Flexible simulation of survival datasets under user-defined models
66+
- Support for right-censored and interval-censored data
67+
- Estimation under both PH and AFT models using parametric or semi-parametric methods
68+
- Modular API for custom hazard and survival functions
69+
- Publication-ready plots using matplotlib and seaborn
70+
- Documentation built with Sphinx, deployed to both Read the Docs and this site
71+
72+
[View Documentation →](/packages/gensurvpy/)
73+
74+
--------------------------------------------------------------------------------
75+
76+
For more R and Python packages, as well as general data science content, visit my [GitHub profile](https://github.com/DiogoRibeiro7).
5477

0 commit comments

Comments
 (0)