File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 44# ' deviation of the quantitative variable `x`. An optional second, categorical
55# ' variable can be specified and values will be calculated separately for
66# ' each group. The number of digits in output can also be specified. Skewness is
7- # ' sample skewness: \eqn{g_1 : = \frac{m_3}{m_2^{3/2}}}, where
8- # ' \eqn{m_2 : = \frac{1}{n}\sum_{i=1}^{n}(x_i - \bar{x})^2}
9- # ' and \eqn{m_3 : = \frac{1}{n}\sum_{i=1}^{n}(x_i - \bar{x})^3} are second and third
7+ # ' sample skewness: \eqn{g_1 = \frac{m_3}{m_2^{3/2}}}, where
8+ # ' \eqn{m_2 = \frac{1}{n}\sum_{i=1}^{n}(x_i - \bar{x})^2}
9+ # ' and \eqn{m_3 = \frac{1}{n}\sum_{i=1}^{n}(x_i - \bar{x})^3} are second and third
1010# ' central sample moments.
1111# '
1212# ' @param x data to summarize.
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ destination: docs
44
55template :
66 bootstrap : 5
7+ math-rendering : mathjax
78
89search :
910 exclude : ['news/index.html']
You can’t perform that action at this time.
0 commit comments