Click or drag to resize

RelaxISPlugin_ResultEvaluator Methods

The RelaxISPlugin_ResultEvaluator type exposes the following members.

Methods
 NameDescription
Protected methodAddLogMessage(Exception) Advises RelaxIS to add information about the given exception to the log. Will not work in the object's constructor.
(Inherited from RelaxISPlugin)
Protected methodAddLogMessage(String) Advises RelaxIS to add a new message to the log. Will not work in the object's constructor.
(Inherited from RelaxISPlugin)
Public methodAfterStartupInitialization Is called once after the plugin is initialized with all internal information during program start.
(Inherited from RelaxISPlugin)
Public methodCompareTo Compares the plugin to another based on the SortIndex property
(Inherited from RelaxISPlugin)
Public methodFitFunction Conversion to the internal fitting function interface.
Public methodGetAdditionalInformation Returns additional Name/Value pairs that further describe this specific plugin
(Overrides RelaxISPluginGetAdditionalInformation)
Public methodGetDescriptiveStatistics Calculates descriptive statistics for the given data
Public methodGetFurtherEvaluations This allows the calculation and further evaluation of the fitting results, e.g. calculation of the Activation energy from an Arrhenius fit.
Public methodGetInitialFixedStates This function can designate which parameters are fixed by default. The returned array should have the same length as the number of parameters.
Public methodGetInitialValues This function needs to calculate initial starting parameters for the given X- and Y-Values.
Public methodGetParameterNames Should return a list of parameter names.
Public methodInternalSetProgramInstance Set the internal program instance to a new value.
(Inherited from RelaxISOnlyPlugin)
Public methodInternalSetWCFInstance Set the internal wcf instance to a new value.
(Inherited from RelaxISOnlyPlugin)
Public methodPreTransformXValue 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
Public methodPreTransformYError 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
Public methodPreTransformYValue 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)!
Public methodShouldDiscardPlugin 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)
Public methodStartEvaluator This method is called when the evaluator is selected in RelaxIS before the parameter auto-initialization.
Public methodXYFunction Defines the fitting function, that is used to fit the result-preview graph
Top
See Also