Sets the bias values at the data points.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetBias(
double[] bias
)
Public Overridable Sub SetBias (
bias As Double()
)
public:
virtual void SetBias(
array<double>^ bias
)
abstract SetBias :
bias : float[] -> unit
override SetBias :
bias : float[] -> unit
Parameters
- bias
- Type: SystemDouble
A double array of length xData.Length which contains
bias values in the interval [-1,1]. For each point, if the bias
value is zero, the left and right side tangents are equally
weighted. If the value is near +1, the left-side tangent dominates.
If the value is near -1, the right side tangent dominates.
Default: All values of bias are zero.
See Also