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

Remove StatsError type & replace Result<T, StatsError> with Option<T> #258

Remove `StatsError` type; use Option<T> instead

71dc1e4
Select commit
Loading
Failed to load commit list.
Closed

Remove StatsError type & replace Result<T, StatsError> with Option<T> #258

Remove `StatsError` type; use Option<T> instead
71dc1e4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 7, 2024 in 1s

92.33% of diff hit (target 89.49%)

View this Pull Request on Codecov

92.33% of diff hit (target 89.49%)

Annotations

Check warning on line 87 in src/distribution/dirichlet.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/distribution/dirichlet.rs#L87

Added line #L87 was not covered by tests

Check warning on line 53 in src/distribution/multinomial.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/distribution/multinomial.rs#L53

Added line #L53 was not covered by tests

Check warning on line 55 in src/distribution/multinomial.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/distribution/multinomial.rs#L55

Added line #L55 was not covered by tests

Check warning on line 57 in src/distribution/multinomial.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/distribution/multinomial.rs#L57

Added line #L57 was not covered by tests

Check warning on line 49 in src/distribution/multivariate_normal.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/distribution/multivariate_normal.rs#L49

Added line #L49 was not covered by tests

Check warning on line 191 in src/function/beta.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/function/beta.rs#L191

Added line #L191 was not covered by tests

Check warning on line 193 in src/function/beta.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/function/beta.rs#L193

Added line #L193 was not covered by tests

Check warning on line 48 in src/function/exponential.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/function/exponential.rs#L48

Added line #L48 was not covered by tests

Check warning on line 67 in src/function/exponential.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/function/exponential.rs#L67

Added line #L67 was not covered by tests

Check warning on line 91 in src/function/exponential.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/function/exponential.rs#L91

Added line #L91 was not covered by tests

Check warning on line 274 in src/function/gamma.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/function/gamma.rs#L274

Added line #L274 was not covered by tests

Check warning on line 277 in src/function/gamma.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/function/gamma.rs#L277

Added line #L277 was not covered by tests

Check warning on line 177 in src/statistics/iter_statistics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/statistics/iter_statistics.rs#L177

Added line #L177 was not covered by tests

Check warning on line 187 in src/statistics/iter_statistics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/statistics/iter_statistics.rs#L187

Added line #L187 was not covered by tests

Check warning on line 207 in src/statistics/iter_statistics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/statistics/iter_statistics.rs#L207

Added line #L207 was not covered by tests

Check warning on line 217 in src/statistics/iter_statistics.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/statistics/iter_statistics.rs#L217

Added line #L217 was not covered by tests

Check warning on line 118 in src/stats_tests/fisher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/stats_tests/fisher.rs#L117-L118

Added lines #L117 - L118 were not covered by tests

Check warning on line 182 in src/stats_tests/fisher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/stats_tests/fisher.rs#L182

Added line #L182 was not covered by tests