Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement gradlogpartition for Exponential Family Distributions #149

Merged
merged 79 commits into from
Jan 31, 2024

Add more tests

6f31e89
Select commit
Loading
Failed to load commit list.
Merged

Implement gradlogpartition for Exponential Family Distributions #149

Add more tests
6f31e89
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 31, 2024 in 0s

76.38% of diff hit (target 79.77%)

View this Pull Request on Codecov

76.38% of diff hit (target 79.77%)

Annotations

Check warning on line 85 in src/distributions/categorical.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/distributions/categorical.jl#L85

Added line #L85 was not covered by tests

Check warning on line 94 in src/distributions/dirichlet.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/distributions/dirichlet.jl#L92-L94

Added lines #L92 - L94 were not covered by tests

Check warning on line 125 in src/distributions/gamma_family/gamma_family.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/distributions/gamma_family/gamma_family.jl#L123-L125

Added lines #L123 - L125 were not covered by tests

Check warning on line 29 in src/distributions/gamma_family/gamma_shape_rate.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/distributions/gamma_family/gamma_shape_rate.jl#L29

Added line #L29 was not covered by tests

Check warning on line 71 in src/distributions/geometric.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/distributions/geometric.jl#L69-L71

Added lines #L69 - L71 were not covered by tests

Check warning on line 80 in src/distributions/lognormal.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/distributions/lognormal.jl#L76-L80

Added lines #L76 - L80 were not covered by tests

Check warning on line 192 in src/distributions/matrix_dirichlet.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/distributions/matrix_dirichlet.jl#L188-L192

Added lines #L188 - L192 were not covered by tests

Check warning on line 128 in src/distributions/negative_binomial.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/distributions/negative_binomial.jl#L126-L128

Added lines #L126 - L128 were not covered by tests

Check warning on line 611 in src/distributions/normal_family/normal_family.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/distributions/normal_family/normal_family.jl#L608-L611

Added lines #L608 - L611 were not covered by tests

Check warning on line 33 in src/distributions/normal_family/normal_mean_precision.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/distributions/normal_family/normal_mean_precision.jl#L33

Added line #L33 was not covered by tests

Check warning on line 170 in src/distributions/pareto.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/distributions/pareto.jl#L168-L170

Added lines #L168 - L170 were not covered by tests

Check warning on line 78 in src/distributions/rayleigh.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/distributions/rayleigh.jl#L76-L78

Added lines #L76 - L78 were not covered by tests

Check warning on line 116 in src/distributions/weibull.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/distributions/weibull.jl#L116

Added line #L116 was not covered by tests

Check warning on line 121 in src/distributions/weibull.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/distributions/weibull.jl#L119-L121

Added lines #L119 - L121 were not covered by tests

Check warning on line 293 in src/distributions/wishart.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/distributions/wishart.jl#L293

Added line #L293 was not covered by tests

Check warning on line 300 in src/distributions/wishart.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/distributions/wishart.jl#L296-L300

Added lines #L296 - L300 were not covered by tests

Check warning on line 302 in src/distributions/wishart.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/distributions/wishart.jl#L302

Added line #L302 was not covered by tests

Check warning on line 348 in src/exponential_family.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/exponential_family.jl#L348

Added line #L348 was not covered by tests