Remove StatsError
type & replace Result<T, StatsError>
with Option<T>
#258
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
codecov / codecov/patch
src/stats_tests/fisher.rs#L182
Added line #L182 was not covered by tests