Click or drag to resize

RelaxISPlugin_ResultEvaluatorGetDescriptiveStatistics Method

Calculates descriptive statistics for the given data

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public virtual Dictionary<string, Object> GetDescriptiveStatistics(
	double[] XValues,
	double[] YValues
)

Parameters

XValues  Double
The X-Values of the data
YValues  Double
The Y-Values of the data

Return Value

DictionaryString, Object
Key/Value Pairs of a name for a statistic and its result. Result can be numeric or something else.
See Also