RelaxISPlugin_ResultEvaluatorGetDescriptiveStatistics Method |
Calculates descriptive statistics for the given data
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public virtual Dictionary<string, Object> GetDescriptiveStatistics(
double[] XValues,
double[] YValues
)
Public Overridable Function GetDescriptiveStatistics (
XValues As Double(),
YValues As Double()
) As Dictionary(Of String, Object)
Dim instance As RelaxISPlugin_ResultEvaluator
Dim XValues As Double()
Dim YValues As Double()
Dim returnValue As Dictionary(Of String, Object)
returnValue = instance.GetDescriptiveStatistics(XValues,
YValues)
Parameters
- XValues Double
- The X-Values of the data
- YValues Double
- The Y-Values of the data
Return Value
DictionaryString,
ObjectKey/Value Pairs of a name for a statistic and its result. Result can be numeric or something else.
See Also