Simulation & Probabilistic Analysis SDK
Add Distribution Fitting & Simulation Features to Your Applications

SPA SDK Help HomeLearn More About the SPA SDK

SPAStatistics.Defined (property, read-only)

Description

Returns whether the specified statistic is defined. You should use this property to ensure the statistic is defined before using the SPAStatistics.Value property to obtain the actual statistic value.

For theoretical distributions, if min/max is not defined, then the distribution does not have a lower/upper bound, i.e. min=-INF or max=+INF.

Syntax

object.Defined(statisticType As SPAStatisticType)

Arguments

Name & type
Description
Accepted values
statisticType
(SPAStatisticType)
Statistic type SPAStatMin Minimum value
SPAStatMax Maximum value
SPAStatMode Mode
SPAStatMean Mean
SPAStatVariance Variance
SPAStatStDeviation Standard deviation
SPAStatCoefOfVar Coefficient of variation
SPAStatSkewness Skewness
SPAStatKurtosis Excess kurtosis

Return Value

(Boolean) - whether the statistic is defined.

Copyright © MathWave Technologies
www.mathwave.com