WeightFunctions.OneOverYSquared Field

The weight is equal to the reciprocal of the square of the y-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> OneOverYSquared

Field Value

Func<Double, Double, Double>

See Also