
interpolation
词源
源自拉丁语 'interpolatio',意为'修补'或'插入',由 'inter-'(在...之间)和 'polire'(抛光、修饰)组成。
noun
❶ 指在已知数据点之间估算或插入新数值的过程,常见于数学、统计学和计算机图形学等领域。
“Linear interpolation is used to estimate values between two known data points.”
(线性插值用于估算两个已知数据点之间的数值。)
“The software uses interpolation to smooth the curves in the graph.”
(该软件使用插值法使图表中的曲线更平滑。)
❶ 在文本或话语中插入额外的内容或评论,通常用于补充说明或修正。
“The editor made an interpolation to clarify the author's ambiguous statement.”
(编辑插入了一段话以澄清作者模棱两可的陈述。)
“His speech contained several interpolations that were not in the original script.”
(他的演讲中包含了几处原稿中没有的插入内容。)
常见短语
linear interpolation — 一种简单的插值方法,假设两个已知点之间的变化是线性的,常用于估算中间值。
“Linear interpolation is often used in computer graphics to render smooth transitions.”
(线性插值常用于计算机图形学中以呈现平滑的过渡效果。)
spline interpolation — 使用多项式函数进行插值的方法,能够生成更平滑的曲线,适用于复杂的数据集。
“Spline interpolation produces smoother curves than linear interpolation for the same data set.”
(对于相同的数据集,样条插值比线性插值生成的曲线更平滑。)