Michaelis Menten Curve.Km Property
Gets or sets the Michaelis constant (Km).
Definition
Namespace: Numerics.NET.Curves.Nonlinear
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
public double Km { get; set; }Property Value
DoubleRemarks
The Michaelis constant is the substrate concentration at which the reaction rate is half of Vmax. It provides a measure of the substrate's affinity for the enzyme: a lower Km indicates higher affinity.
This value corresponds to the second parameter of the curve.