v1.5.0
What's Changed
- A class
LinearFactorModel
was added that can generate data following a Linear factor model for testing/illustration/etc. purposes by @sdfordham in #51 - A
ConformalInference
class was added that can compute confidence intervals following Chernozhukov et al. A confidence interval method was added to theSynth
class that can generate confidence intervals using this class by @sdfordham in #56
Full Changelog: v1.4.0...v1.5.0