Roni Kobrosly

Results 6 comments of Roni Kobrosly

Thanks for the links and the super fast response Ankur! I was thinking something along these lines: https://www.rdocumentation.org/packages/bnlearn/versions/0.8/topics/arc.strength or http://www.bnlearn.com/documentation/man/arc.strength.html "Measure the strength of the probabilistic relationships expressed by the...

Actually, after digging a little deeper, it seems like this method is based on a bootstrapping approach which requires Bayesian Network structure learning: perturb the data and see how often...

Hi @athammad , it should be possible! The GPS is just a conditional prob density function of the exposure given a set of covariates, and it shouldn't matter if you...

Hi @athammad ! You are correct, it is calculated internally, but I believe you should be able to substitute in your estimates of GPS values here: https://github.com/ronikobrosly/causal-curve/blob/bb9dab9362bbf88aef42967d023ed9ceee3672fd/causal_curve/gps_core.py#L462 That is, after...

Thinking about this a bit more, I think there is a simpler approach here that will save you time @athammad . If you already have an estimate of the GPS...

Probably easier than adapting the package to fit your GPS, if that makes sense