dash.math.unbias
Returns the coefficient of unbiased estimation
Syntax
Description
Returns the coefficient of unbiased estimation for a sample size of N. The coefficient is calculated via: unbias = 1 / (N - 1)
Input Arguments
N
scalar positive integer
The sample size
Output Arguments
unbias
numeric scalar
The coefficient of unbiased estimation