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

SPA SDK Help HomeLearn More About the SPA SDK

SPAStatistics.Value (property)

Description

Returns the specified sample statistic or the theoretical distribution statistic value, depending on the context in which the SPAStatistics object is used. Before using this property, you should check whether the statistic is defined using the SPAStatistics.Defined property. See the Descriptive Statistics topic for details and examples.

Syntax

object.Value(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
SPAStatP5
SPAStatP10
...
SPAStatP90
SPAStatP95
Sample percentiles/distribution quantiles (you can also use the SPAStatistics.Percentile property)

Return Value

(Double) - the statistic value.

Copyright © MathWave Technologies
www.mathwave.com