Workflow: XY Values to Functions #2069
OAGr
started this conversation in
Squiggle Improvement Proposal
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It can be painful to draw out some curve of how I expect some variable will change in the future.
One way of doing this would be to list out some specific points and their values in the future, and have a function interpolate that data.
For example, if I were to estimate the number of employees at QURI in the future, I could estimate:
Then I'd want a function (t -> dist) that takes in a time from 2023.5 to 2025, and returns the expected dist.
This probably requires interpolating between distributions.
#2064
We could start with linear interpolation, and have something more advanced later on.
Generally, going between "points of XY values" and "functions" seems like an important thing to get good at.
My guess is that eventually, we'll want an "multidimensional pointset format" to convert things into and work with, but that could be a while.
Beta Was this translation helpful? Give feedback.
All reactions