HillEquationCurve.K Property

Gets or sets the half-maximal concentration (K).

Definition

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

Property Value

Double

Remarks

The half-maximal concentration is the value of x at which the response is half of Vmax. It is analogous to EC50 in pharmacology.

This value corresponds to the second parameter of the curve.

See Also