'Declaration Protected Friend Overrides ReadOnly Property PrerequisiteFunctions As StatFunction()
'Usage Dim instance As StandardDeviationFunction Dim value() As StatFunction value = instance.PrerequisiteFunctions
protected internal override StatFunction[] PrerequisiteFunctions {get;}
Property Value
A array of StatResult objects representing the results of the prerequisite functions. The results will be returned in the same order as the statistical functions defined by the PrerequisiteFunctions property. The following table provides a list of the prerequisite statistical functions for this function.
Index | Prerequisite statistical function |
---|---|
0 | VarianceFunction |