Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gvonness committed Jul 14, 2023
1 parent e1e4999 commit 5ca4dc1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ case class GaussianAnalyticPosterior[F[_]: Async](
@unused
lazy val maxLogPdf: F[Double] = logPdfAt(mean)

lazy val entropy: Double = rawDistribution.entropy

lazy val priorEntropies = priors.map(_.entropy)

private lazy val rawDistribution: MultivariateGaussian = {
val priorsAdded: AnalyticPosteriorAccumulation[F] =
priors.toVector
Expand Down

0 comments on commit 5ca4dc1

Please sign in to comment.