WeightFunctions.OneOverX Field

The weight is equal to the reciprocal of the x-value.

Definition

Namespace: Numerics.NET.Curves
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static readonly Func<double, double, double> OneOverX

Field Value

Func<Double, Double, Double>

See Also