Relax |
The RelaxISPlugin_ResultEvaluator type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddLogMessage(Exception) |
Advises RelaxIS to add information about the given exception to the log. Will not work in the object's constructor.
(Inherited from RelaxISPlugin) |
![]() | AddLogMessage(String) |
Advises RelaxIS to add a new message to the log. Will not work in the object's constructor.
(Inherited from RelaxISPlugin) |
![]() | AfterStartupInitialization |
Is called once after the plugin is initialized with all internal information during program start.
(Inherited from RelaxISPlugin) |
![]() | CompareTo |
Compares the plugin to another based on the SortIndex property
(Inherited from RelaxISPlugin) |
![]() | FitFunction | Conversion to the internal fitting function interface. |
![]() | GetAdditionalInformation |
Returns additional Name/Value pairs that further describe this specific plugin
(Overrides RelaxISPluginGetAdditionalInformation) |
![]() | GetDescriptiveStatistics | Calculates descriptive statistics for the given data |
![]() | GetFurtherEvaluations | This allows the calculation and further evaluation of the fitting results, e.g. calculation of the Activation energy from an Arrhenius fit. |
![]() | GetInitialFixedStates | This function can designate which parameters are fixed by default. The returned array should have the same length as the number of parameters. |
![]() | GetInitialValues | This function needs to calculate initial starting parameters for the given X- and Y-Values. |
![]() | GetParameterNames | Should return a list of parameter names. |
![]() | InternalSetProgramInstance |
Set the internal program instance to a new value.
(Inherited from RelaxISOnlyPlugin) |
![]() | InternalSetWCFInstance |
Set the internal wcf instance to a new value.
(Inherited from RelaxISOnlyPlugin) |
![]() | PreTransformXValue | The pre-transformation is applied to the x-data coming from the result preview plot. E.g. the XYFunction(Double, Double) will only see the transformed values as the X-Parameter |
![]() | PreTransformYError | 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 |
![]() | PreTransformYValue | The pre-transformation is applied to the y-data coming from the result preview plot. E.g. the XYFunction(Double, Double) should also output the transformed value as Y. You should also override PreTransformYError(Double, Double)! |
![]() | ShouldDiscardPlugin |
Called once after the plugin is initialized and after AfterStartupInitialization and signals to RelaxIS if the plugin should be used or discarded.
(Inherited from RelaxISPlugin) |
![]() | StartEvaluator | This method is called when the evaluator is selected in RelaxIS before the parameter auto-initialization. |
![]() | XYFunction | Defines the fitting function, that is used to fit the result-preview graph |