Open
Description
Original Comment by @ricardoV94 : #4746 (comment)
This issue was faced during refactoring of Interpolated
distribution. It uses methods of InterpolatedUnivariateSpline
such as integrate()
and antiderivative()
and these methods aren't directly accessible through the SplineWrapper
Op as symbolic operations. (or rather SplineWrapper
is not supposed to be used that way as of now.)