Hinweis:Dieser Abschnitt ist nur in englischer Sprache verfügbar. Wir bitten um Ihr Verständnis.
3.5.2.42 Sem
Description
Calculate the sample standard error.
/math-599f178a711ea8396a883eb3757d5eeb.png?v=0)
- where SD is the standard deviation of the dataset.
Syntax
double Sem(dataset vd)
Parameters
vd
- Input dataset.
Return
Return the Sample Standard Error.
Example
double ee=Sem(col(A)); ee=;