-
Notifications
You must be signed in to change notification settings - Fork 1
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
what's the difference between interpolation and imputation? #1
Comments
According to Wiki, “imputation” is the process of replacing missing data with substituted values; "interpolation" is a process of constructing new data points based on known data points. I think this is the reason why we call "time series imputation" and "spatial interpolation": each time series has its own historical recordings, we perform imputation to fill the missing parts; however, for a new location in space, we don't have any historical recordings/observations (no sensor is installed here), so we need to perform interpolation to infer the value of this new point. Hope this helps. |
OK, I think this explanation is perfect. |
Thanks for your work! I just found out there is a typo in the SIGMOD 2023 时序&时空数据论文总结, Paper 12 is not mine, lol~ |
Thanks for your correction, this typo has been corrected now. |
Hi, I found two papers about ST interpolation with codes. Maybe you can add them to your list.
|
Hi, I am researching the papers related to interpolation, and your GitHub is very helpful to me.
I would like to ask what is the difference between interpolation and imputation? One is the spatial dimension and the other is the temporal dimension?
Thank you.
The text was updated successfully, but these errors were encountered: