PowerCurve.Exponent Property

Gets or sets the power-law exponent (α).

Definition

Namespace: Numerics.NET.Curves.Nonlinear
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
public double Exponent { get; set; }

Property Value

Double

Remarks

The power-law exponent determines the rate of decay or growth. For positive α, the function decreases as x increases (decay). For negative α, the function increases (growth). The magnitude of α determines how quickly the function changes.

This value corresponds to the second parameter of the curve.

See Also