Click or drag to resize

RelaxISPlugin_ResultEvaluatorPreTransformYError Method

The pre-transformation is applied to the y-error-data coming from the result preview plot. This should be the correct error-propagation formula for the PreTransformYValue(Double) transformation you apply

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public virtual double PreTransformYError(
	double YInput,
	double YError
)

Parameters

YInput  Double
The Y-Value associated with the error
YError  Double
The error value to transform

Return Value

Double
The transformed error value, e.g. the error with the correct error propagation applied
See Also