StatisticsStandardDeviationAndDofOfSampleMean Method
Standard Deviation of Sample Mean
Namespace: Metas.UncLib.Core.UncAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static Number StandardDeviationAndDofOfSampleMean(
Number[] x,
out int dof
)
Public Shared Function StandardDeviationAndDofOfSampleMean (
x As Number(),
<OutAttribute> ByRef dof As Integer
) As Number
public:
static Number StandardDeviationAndDofOfSampleMean(
array<Number>^ x,
[OutAttribute] int% dof
)
static member StandardDeviationAndDofOfSampleMean :
x : Number[] *
dof : int byref -> Number
- x Number
- Samples
- dof Int32
- Degrees of Freedom
Number