vault backup: 2024-01-24 14:39:59

This commit is contained in:
zleyyij 2024-01-24 14:40:00 -07:00
parent 0cfb607824
commit 72ab2aa67f

View File

@ -42,4 +42,5 @@ To determine by how much the standard error is affected, if `n` is the sample si
Accuracy in statistics refers to how small the standard error is. A smaller standard error means your data is more accurate. Accuracy in statistics refers to how small the standard error is. A smaller standard error means your data is more accurate.
$$ \sqrt{\frac{(\% of 1)(\% of 0)}{}}} You can use the below equation to find the percentage standard error of a box model that has ones and zeros. the % of ones and zeros should be represented as a proportion (EG: `60% = 0.6`).
$$ \sqrt{\frac{(\% of 1)(\% of 0)}{num_{draws}}} $$