|
MeasuresStandardError Method (Int32, Double)
|
Computes the Standard Error vector for a given matrix.
Namespace:
Accord.Statistics
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static double[] StandardError(
int samples,
double[] standardDeviations
)
Public Shared Function StandardError (
samples As Integer,
standardDeviations As Double()
) As Double()
Request Example
View SourceParameters
- samples
- Type: SystemInt32
The number of samples in the matrix. - standardDeviations
- Type: SystemDouble
The values' standard deviation vector, if already known.
Return Value
Type:
DoubleReturns the standard error vector for the matrix.
See Also