Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Construct ΔQ from empirical data via linear interpolation #75

Open
HeinrichApfelmus opened this issue Dec 11, 2024 · 1 comment
Open

Comments

@HeinrichApfelmus
Copy link
Collaborator

HeinrichApfelmus commented Dec 11, 2024

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.

@semanticphilosopher
Copy link
Collaborator

My first issue is creating QTAs - typically these are stepwise and should be able to be created from appropriate dirac elements

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants