SeriesStatsExtensionsInterpolateLinearK Method |
Namespace: Deedle
public static Series<K, double> InterpolateLinear<K>( this Series<K, double> series, IEnumerable<K> keys, Func<K, K, double> keyDiff )
[Missing <param name="series"/> documentation for "M:Deedle.SeriesStatsExtensions.InterpolateLinear``1(Deedle.Series{``0,System.Double},System.Collections.Generic.IEnumerable{``0},System.Func{``0,``0,System.Double})"]
[Missing <param name="keys"/> documentation for "M:Deedle.SeriesStatsExtensions.InterpolateLinear``1(Deedle.Series{``0,System.Double},System.Collections.Generic.IEnumerable{``0},System.Func{``0,``0,System.Double})"]
[Missing <param name="keyDiff"/> documentation for "M:Deedle.SeriesStatsExtensions.InterpolateLinear``1(Deedle.Series{``0,System.Double},System.Collections.Generic.IEnumerable{``0},System.Func{``0,``0,System.Double})"]
[Missing <returns> documentation for "M:Deedle.SeriesStatsExtensions.InterpolateLinear``1(Deedle.Series{``0,System.Double},System.Collections.Generic.IEnumerable{``0},System.Func{``0,``0,System.Double})"]