Closed njalex22 closed 3 years ago
Hello,
norm.random(n=1000)
norm.cdf(rvs)
assert cdf == psuedo_obs(rvs)
Hope this addresses your questions
Yes, that is helpful thanks! I may have another question or two as I continue to test this package, but this leaves me in a good spot right now.
Hello, based on my understanding of copulas and experience using them in other languages, I believe the input data must be uniformly distributed before it can be fit to a copula. This is specified in definition 1, point 2 here. This is appears to be consistent with your example, where you fit a gaussian copula to data and state that the function will internally convert the data to psuedo observations here. I have a few questions:
Thank you!