Metadata-Version: 2.4
Name: finRav
Version: 0.4.9
Summary: Financial stochastic processes and statistical tools
Project-URL: Homepage, https://github.com/ravivherrera/finRav
Project-URL: Issues, https://github.com/ravivherrera/finRav/issues
Author-email: Raviv Rafael Herrera <ravivhe94@gmail.com>
License: MIT
License-File: LICENSE
Requires-Python: >=3.9
Requires-Dist: matplotlib>=3.8
Requires-Dist: numpy>=1.23
Requires-Dist: pandas>=2.0
Requires-Dist: scipy>=1.10
Description-Content-Type: text/markdown

# FinRav 💹

**FinRav** is an open-source Python library for **quantitative finance** and **statistical modeling**.  
It provides clean, modular tools for simulating stochastic processes and analyzing financial time series.

---

## ✨ Features
- **stoch** — A comprehensive module for simulating stochastic processes,
including Brownian motion, fractional Brownian motion, and other time-series models commonly used in quantitative finance.


- **stats** — A collection of statistical analysis tools for parameter estimation, distribution fitting, 
and evaluating heavy-tailed behavior in financial data


- **monte_carlo** — A flexible Monte Carlo simulation framework for modeling uncertainty, pricing derivatives, 
and analyzing risk under stochastic dynamics.


## ⚙️ Installation
```bash
pip install finRav
```