Metadata-Version: 2.4
Name: curerate
Version: 0.1.1
Summary: Cure rate models for time-lagged conversion analysis
Project-URL: Homepage, https://github.com/yourusername/curerate
Author-email: Josh Falkiner <joshuafalkiner@gmail.com>
License: MIT License
        
        Copyright (c) 2018 Better
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: emcee
Requires-Dist: jax
Requires-Dist: jaxlib
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: tqdm
Description-Content-Type: text/markdown

# curerate

**curerate** is a Python library for fitting cure rate models — statistical models 
for time-lagged conversions where some fraction of the population will never convert.

It is a modernised fork of [convoys](https://github.com/better/convoys) by Erik Bernhardsson.

## Installation
```bash
pip install curerate
```

## What it does

Cure rate models handle the case where:
- Conversions happen at varying time delays after exposure
- Some fraction of the population will **never** convert

This is common in SaaS free-to-paid conversion, ecommerce, and anywhere 
time-lagged outcomes matter.

## License

MIT