WeightedRegressionLocalT Method (Matrix`1T, Matrix`1T, Vector`1T, Double, FuncDouble, T) |
Note: This API is now obsolete.
Namespace: MathNet.Numerics.LinearRegression
[ObsoleteAttribute("Warning: This function is here to stay but its signature will likely change. Opting out from semantic versioning.")] public static Matrix<T> Local<T>( Matrix<T> x, Matrix<T> y, Vector<T> t, double radius, Func<double, T> kernel ) where T : struct, new(), IEquatable<T>, IFormattable