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

TuringLang / JuliaBUGS.jl / 8472460186
82%
main: 84%

Build:
Build:
LAST BUILD BRANCH: sg/#380
DEFAULT BRANCH: main
Ran 28 Mar 2024 07:30PM UTC
Jobs 1
Files 44
Run time 1min
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

28 Mar 2024 07:08PM UTC coverage: 82.529% (-0.07%) from 82.599%
8472460186

push

github

web-flow
Remove support for `cumulative` and `density` (#169)

This PR removes support for `density` and `cumulative` functions.

`density` and `cumulative` function in OpenBUGS takes two arguments:
e.g. `density(x, y)` computes the pdf of the distribution of `x`
evaluated at `y`; `cumulative` computes the cdf.

`density` and `cumulative` are no longer supported in `MultiBUGS` (it
was in `OpenBUGS`). And their functionality is easily supported by just
using `cdf` and `pdf` functions from `Distributions.jl`.

Supporting these functions requires: node functions have access to the
distributions of random variables at run time. In principle, this is not
impossible: we can just pass related information to the node function.
This might actually be desirable as it gives some introspection ability.

But implementing these with compiled node function is not trivial. For
now, I think it is better go for simplicity.

41 of 46 new or added lines in 4 files covered. (89.13%)

1436 of 1740 relevant lines covered (82.53%)

3007440.64 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8472460186.1 28 Mar 2024 07:30PM UTC 0
82.53
GitHub Action Run
Source Files on build 8472460186
Detailed source file information is not available for this build.
  • Back to Repo
  • b37774cb on github
  • Prev Build on master (#8469826333)
  • Next Build on master (#8685899416)
  • Delete
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