Standard error

SE=fracssqrtnSE=\\frac{s}{\\sqrt{n}}

What it does

Calculates standard error from the supplied values.

When to use it

Use this statistics formula when the named quantities are known.

Variables

Worked example

{
  "inputs": {
    "count": 25,
    "standardDeviation": 10
  },
  "result": 2
}

Common mistakes

Check units, signs, brackets and that every value is entered in the stated units.