Top "Interpolation" questions

Anything related to function interpolation, i.e. the mathematical techniques for estimating the (unknown) value of a function in a point on the basis of a set of known values in other (usually nearby) points.

interpolate missing values 2d python

I have a 2d array(or matrix if you prefer) with some missing values represented as NaN. The missing values …

python numpy interpolation
Interpolate function using Apache Commons Math

I'm trying to implement some Interpolation functions to plot some values where the X value = Date.seconds and the Y …

java interpolation apache-commons-math
Infinite ObjectAnimator with interpolator... How to accelerate only the initial start?

I have a object animator with infinite repeat mode. I want to accelerate it only the first time it starts... …

android animation android-animation interpolation objectanimator
Dynamically define a variable in LESS CSS

I am trying to create a mixin that dynamically defines variables in LESS CSS, by actually assigning them a composite …

css less interpolation mixins
Math: Ease In, ease Out a displacement using Hermite curve with time constraint

I'm trying to write a method that interpolates from 0 to x (position of an object in one dimension) over time …

math interpolation spline smoothing
Akima interpolation of an array of doubles

Assuming I have an array of doubles, what's a good algorithm to sample this series using Akima interpolation? I'm too …

c# interpolation spline
How do I escape #{ from string interpolation

I have a heredoc where I am using #{} to interpolate some other strings, but there is an instance where I …

ruby-on-rails ruby interpolation
Python/Scipy Interpolation (map_coordinates)

I'm trying to do some interpolation with scipy. I've gone through many examples, but I'm not finding exactly what I …

python numpy scipy interpolation
Interpolate missing values in a time series with a seasonal cycle

I have a time series for which I want to intelligently interpolate the missing values. The value at a particular …

r interpolation time-series
Texture mapping in MATLAB

I have points in 3D space and their corresponding 2D image points. How can I make a mesh out of …

matlab plot interpolation texture-mapping geometry-surface