wangys96 / Cross-Quantilogram

A quantile dependent method to calculate the correlation between two series.
MIT License
16 stars 6 forks source link

Unable to import CrossQuantilogram as cq #2

Open Rfileforme88 opened 2 years ago

Rfileforme88 commented 2 years ago

import pandas as mypf import numpy as mynp import matplotlib.pyplot as myplot import CrossQuantilogram as cq ModuleNotFoundError Traceback (most recent call last) C:\Users\ECONOM~1\AppData\Local\Temp/ipykernel_7860/1289324908.py in 2 import numpy as mynp 3 import matplotlib.pyplot as myplot ----> 4 import CrossQuantilogram as cq

ModuleNotFoundError: No module named 'CrossQuantilogram'

Rfileforme88 commented 2 years ago

I have been trying to import the package but in vain. Kindly suggest. thanks.