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

JuliaStats / Distributions.jl / 2399
78%

Build:
DEFAULT BRANCH: master
Ran 03 Jun 2019 06:20PM UTC
Jobs 6
Files 107
Run time 17min
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

pending completion
2399

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)

3142 of 4177 relevant lines covered (75.22%)

10459980.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2399.1 03 Jun 2019 06:20PM UTC 0
58.63
Travis Job 2399.1
2 2399.2 03 Jun 2019 06:21PM UTC 0
69.23
Travis Job 2399.2
3 2399.3 03 Jun 2019 06:21PM UTC 0
76.03
Travis Job 2399.3
4 2399.4 03 Jun 2019 06:22PM UTC 0
58.63
Travis Job 2399.4
5 2399.5 03 Jun 2019 06:23PM UTC 0
69.23
Travis Job 2399.5
6 2399.6 03 Jun 2019 06:37PM UTC 0
76.03
Travis Job 2399.6
Source Files on build 2399
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2399
  • f406a279 on github
  • Prev Build on master (#2393)
  • Next Build on master (#2406)
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