HillEquationCurve.HillCoefficient Property

Gets or sets the Hill coefficient (n).

Definition

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

Property Value

Double

Remarks

The Hill coefficient describes the cooperativity of binding or the steepness of the dose-response curve. Values greater than 1 indicate positive cooperativity (ultrasensitivity), values less than 1 indicate negative cooperativity, and a value of 1 indicates non-cooperative binding (Michaelis-Menten behavior).

This value corresponds to the third parameter of the curve.

See Also