small typos

This commit is contained in:
Morten Hjorth-Jensen
2023-08-31 06:13:22 +02:00
parent 126d8d69b1
commit e9bac09427
8 changed files with 440 additions and 440 deletions
+1 -1
View File
@@ -377,7 +377,7 @@ function, that is we have
</p>
$$
\frac{\partial^2 C(\boldsymbol{\beta})}{\partial \boldsymbol{\beta}^T\partial \boldsymbol{\beta}} =\frac{2}{n}\boldsymbol{X}^T\boldsymbol{X}.
\frac{\partial^2 C(\boldsymbol{\beta})}{\partial \boldsymbol{\beta}\partial \boldsymbol{\beta}^T} =\frac{2}{n}\boldsymbol{X}^T\boldsymbol{X}.
$$
<p>This quantity defines was what is called the Hessian matrix (the second derivative of a function we want to optimize).</p>
+1 -1
View File
@@ -405,7 +405,7 @@ with a factor \( 1/(n-1) \). This is called <a href="https://mathworld.wolfram.c
method corrects the bias in the estimation of the population variance
and covariance. It also partially corrects the bias in the estimation
of the population standard deviation. If you use a library like
<b>Scikit-Learn</b> or <b>nunmpy's</b> function calculate the covariance, this
<b>Scikit-Learn</b> or <b>nunmpy's</b> function to calculate the covariance, this
quantity will be computed with a factor \( 1/(n-1) \).
</p>
+2 -2
View File
@@ -2950,7 +2950,7 @@ function, that is we have
<p>&nbsp;<br>
$$
\frac{\partial^2 C(\boldsymbol{\beta})}{\partial \boldsymbol{\beta}^T\partial \boldsymbol{\beta}} =\frac{2}{n}\boldsymbol{X}^T\boldsymbol{X}.
\frac{\partial^2 C(\boldsymbol{\beta})}{\partial \boldsymbol{\beta}\partial \boldsymbol{\beta}^T} =\frac{2}{n}\boldsymbol{X}^T\boldsymbol{X}.
$$
<p>&nbsp;<br>
@@ -3018,7 +3018,7 @@ with a factor \( 1/(n-1) \). This is called <a href="https://mathworld.wolfram.c
method corrects the bias in the estimation of the population variance
and covariance. It also partially corrects the bias in the estimation
of the population standard deviation. If you use a library like
<b>Scikit-Learn</b> or <b>nunmpy's</b> function calculate the covariance, this
<b>Scikit-Learn</b> or <b>nunmpy's</b> function to calculate the covariance, this
quantity will be computed with a factor \( 1/(n-1) \).
</p>
</section>
+2 -2
View File
@@ -2823,7 +2823,7 @@ function, that is we have
</p>
$$
\frac{\partial^2 C(\boldsymbol{\beta})}{\partial \boldsymbol{\beta}^T\partial \boldsymbol{\beta}} =\frac{2}{n}\boldsymbol{X}^T\boldsymbol{X}.
\frac{\partial^2 C(\boldsymbol{\beta})}{\partial \boldsymbol{\beta}\partial \boldsymbol{\beta}^T} =\frac{2}{n}\boldsymbol{X}^T\boldsymbol{X}.
$$
<p>This quantity defines was what is called the Hessian matrix (the second derivative of a function we want to optimize).</p>
@@ -2879,7 +2879,7 @@ with a factor \( 1/(n-1) \). This is called <a href="https://mathworld.wolfram.c
method corrects the bias in the estimation of the population variance
and covariance. It also partially corrects the bias in the estimation
of the population standard deviation. If you use a library like
<b>Scikit-Learn</b> or <b>nunmpy's</b> function calculate the covariance, this
<b>Scikit-Learn</b> or <b>nunmpy's</b> function to calculate the covariance, this
quantity will be computed with a factor \( 1/(n-1) \).
</p>
+2 -2
View File
@@ -2900,7 +2900,7 @@ function, that is we have
</p>
$$
\frac{\partial^2 C(\boldsymbol{\beta})}{\partial \boldsymbol{\beta}^T\partial \boldsymbol{\beta}} =\frac{2}{n}\boldsymbol{X}^T\boldsymbol{X}.
\frac{\partial^2 C(\boldsymbol{\beta})}{\partial \boldsymbol{\beta}\partial \boldsymbol{\beta}^T} =\frac{2}{n}\boldsymbol{X}^T\boldsymbol{X}.
$$
<p>This quantity defines was what is called the Hessian matrix (the second derivative of a function we want to optimize).</p>
@@ -2956,7 +2956,7 @@ with a factor \( 1/(n-1) \). This is called <a href="https://mathworld.wolfram.c
method corrects the bias in the estimation of the population variance
and covariance. It also partially corrects the bias in the estimation
of the population standard deviation. If you use a library like
<b>Scikit-Learn</b> or <b>nunmpy's</b> function calculate the covariance, this
<b>Scikit-Learn</b> or <b>nunmpy's</b> function to calculate the covariance, this
quantity will be computed with a factor \( 1/(n-1) \).
</p>
Binary file not shown.
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -2132,7 +2132,7 @@ function, that is we have
!bt
\[
\frac{\partial^2 C(\bm{\beta})}{\partial \bm{\beta}^T\partial \bm{\beta}} =\frac{2}{n}\bm{X}^T\bm{X}.
\frac{\partial^2 C(\bm{\beta})}{\partial \bm{\beta}\partial \bm{\beta}^T} =\frac{2}{n}\bm{X}^T\bm{X}.
\]
!et
This quantity defines was what is called the Hessian matrix (the second derivative of a function we want to optimize).
@@ -2194,7 +2194,7 @@ with a factor $1/(n-1)$. This is called "Bessel's correction":"https://mathworld
method corrects the bias in the estimation of the population variance
and covariance. It also partially corrects the bias in the estimation
of the population standard deviation. If you use a library like
_Scikit-Learn_ or _nunmpy's_ function calculate the covariance, this
_Scikit-Learn_ or _nunmpy's_ function to calculate the covariance, this
quantity will be computed with a factor $1/(n-1)$.
!split