causal-curve
causal-curve copied to clipboard
A python package with tools to perform causal inference using observational data when the treatment of interest is continuous.
Hi, Currently, the library allows modelling the GPS only assuming a Normal, Lognormal or Gamma distributed Treatment. Is it possible to include the Poisson and Negative-binomial distribution for Count Data?...
Hi guys, It seems to me that the GPS is calculated internally. What if I have a vector with the GPS (calculated using my own code) and I would like...
when I run `gps_point = gps.point_estimate(np.array([1]))` I get this error ``` ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The...