You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The previous prototype included a function fromEmpirical to construct a ΔQ by linear interpolation of empirical data. This is missing from this version.
This is mostly a convenience function which can be implemented using existing functionality:
The function fromPositiveMeasure can be used to construct a ΔQ from a piecewise distribution function; the missing bit is the linear interpolation, which can be accomplished with lineFromTo from Numeric.Polynomial.Simple.
The text was updated successfully, but these errors were encountered:
The previous prototype included a function
fromEmpirical
to construct a ΔQ by linear interpolation of empirical data. This is missing from this version.This is mostly a convenience function which can be implemented using existing functionality:
The function
fromPositiveMeasure
can be used to construct a ΔQ from a piecewise distribution function; the missing bit is the linear interpolation, which can be accomplished withlineFromTo
fromNumeric.Polynomial.Simple
.The text was updated successfully, but these errors were encountered: