WeightFunctions.OneOverYSquared Field

The weight is equal to the reciprocal of the square of the y-value.

Definition

Namespace: Extreme.Mathematics.Curves
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static readonly Func<double, double, double> OneOverYSquared

Field Value

Func<Double, Double, Double>

See Also