Metadata-Version: 2.1
Name: bbplot
Version: 0.0.2
Summary: For generating residual plots
Home-page: 
Author: Bijan B
Author-email: tapesh.2022b@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# bbplot

Generate diagnostics and residual plots.

## Instructions

1. Install:

```
pip install bbplot
```

2. Import:

```
from bbplot import bijan
```

2. Call:

```
bijan.eplot(error)
bijan.resid(error)
bijan.pval(error)
```
