We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 630c169 commit efc99bcCopy full SHA for efc99bc
kde.go
@@ -165,7 +165,7 @@ func (gauss Gaussian) EntropyUpper() float64 {
165
// H(X) <= d/2 - d/2 * ln(4) - \sum_i c_i ln \sum_j c_j p_tilde(mu_i)
166
// H(X) <= d/2 - d/2 * ln(4) - \sum_i c_i ln p_tilde(mu_i)
167
// where p_tilde is the probability under the mixture if the covariance
168
-// is Σ/4
+// is Σ*4
169
func (gauss Gaussian) EntropyLower() float64 {
170
// Rather than implement the above directly, note that this is the same
171
// formula as above with the scaled covariance.
0 commit comments