Automatic Interpolation/Extrapolation Techinque?
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
I'm trying to Alteryx(inteded to be used as a verb) a data set that automatically linear extrapolates and interpolates values. For example, see the picture below. The goal is to have values set starting at 5000 and increment by 1000 for every row. Notice how 8000/10,000/11,000/15,000/16,000/17,000 is missing.
Step 1: Decide a max value and increment and insert missing values.
Step 2: Interpolate the missing Factors and if max is greater than what is in the data set, linear extrapolate those Factors. (I think a simple linear regression model will do this part).
The result should look something like the below:
Data workflow with examples above attached. Thank you to anyone who can help.
Solved! Go to Solution.
- Labels:
- Preparation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @jbh1128d1,
What you need is the "Generate Rows" tool.
I've built the workflow for you (attached)
The first one generates the missing Values, and the other generates the factors. You can amend the upper values within these tools.
Let me know if this is what you want.
M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The extrapolated values may not necessarily work this way if they increment in perfect non-linear ways but this type of workflow is exactly what I need. Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
