• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

JuliaStats / Distributions.jl / 2399 / 3
78%
master: 78%

Build:
DEFAULT BRANCH: master
Ran 03 Jun 2019 06:21PM UTC
Files 107
Run time 8s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

03 Jun 2019 06:08PM UTC coverage: 76.025% (+17.5%) from 58.53%
2399.3

push

travis-ci

matbesancon
Native Normal (#875)

* Native Normal

Implements the Normal API natively

* Fallback for invlogcdf

* Fix typo

* Replace piping with multiline function

* Put back gradlogpdf

* Simplify logcdf

Codomain of erf is [-1, 1]. Therefore, we can always use log1p safely.

* ACRC

- Added back mgf, cf
- Use pre-computed log(2)
- Adapt quantile for consistent behavior for invlogcdf

* Ported from StatsFuns

Here is a pass with the precision tweaks from StatsFuns.

* Favor convert

- Favoring convert rather than constructor

* ACRC

StatsFuns implementation covering:
- logpdf
- pdf
- logcdf
- logccdf
- cdf
- ccdf
- invlogcdf
- invlogccdf
- quantile
- cquantile

* add mean for truncated exponential (#842)

* add mean for truncated exponential

* handle numerical and theoretical corner cases

When the difference between left and right truncation points is small,
the naive formula returns NaN or nonsensical results.

* Also consider near-degenerate cases where l-r and θ have different scales.

* simplify condition for midpoint branch

* Add special case for truncating Uniform.

This is implemented by making `Truncated(::Uniform, ...)` return a
`Uniform`.

The advantage is that no other functionality needs to be duplicated.

A minor style infraction is a `T(...)` function not constructing a `T`
object, but I think in this case this is a reasonable compromise.

* special-case uniform

* Update fit.md (#849)

* Add code syntax highlighting for methods. (#848)

* Bernoulli sampler to Bool (#845)

* Make return type same as parameter instead of data (#853)

* make return type same as parameter instead of data

* fix @inbounds, use eachindex(p) and fix test

* remove news (#858)

* remove news

* fix readme

* Chernoff distribution (#840)

* added Chernoff distribution code

* Add files via upload

* Add files via upload

* Update chernoff.jl

* Update chernoff.jl

* Up... (continued)

3875 of 5097 relevant lines covered (76.03%)

1675989.7 hits per line

Source Files on job 2399.3
  • Tree
  • List 0
  • Changed 99
  • Source Changed 3
  • Coverage Changed 99
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2196
  • Travis Job 2399.3
  • f406a279 on github
  • Prev Job for on master (#2393.1)
  • Next Job for on master (#2406.3)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc