Tilde

WIP successor to Soss.jl

https://github.com/cscherrer/tilde.jl

Science Score: 18.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.7%) to scientific vocabulary

Keywords

bayesian-inference bayesian-statistics julia-language metaprogramming probabilistic-programming statistics
Last synced: 4 months ago · JSON representation ·

Repository

WIP successor to Soss.jl

Basic Info
  • Host: GitHub
  • Owner: cscherrer
  • License: mit
  • Language: Julia
  • Default Branch: main
  • Homepage:
  • Size: 383 KB
Statistics
  • Stars: 74
  • Watchers: 4
  • Forks: 1
  • Open Issues: 22
  • Releases: 0
Topics
bayesian-inference bayesian-statistics julia-language metaprogramming probabilistic-programming statistics
Created almost 4 years ago · Last pushed about 3 years ago
Metadata Files
Readme License Citation

README.md

Tilde

Stable Dev Build Status Coverage

WIP, successor to Soss.jl

For a high-level description of Tilde's design, check out this blog post

```julia julia> m = @model (x, s) begin σ ~ Exponential() @inbounds x[1] ~ Normal(σ = σ) n = length(x) @inbounds for j = 2:n x[j] ~ StudentT(1.5, x[j - 1], σ) end end;

julia> x = zeros(3);

julia> r = rand(m(x,10)) (σ = 9.096155145583953, x = [14.876934886768867, 6.612967845518229, 2.045770246490428])

julia> x 3-element Vector{Float64}: 14.876934886768867 6.612967845518229 2.045770246490428

julia> ℓ = logdensityof(m(x, 1.0) | (;x), (σ = 1.0,)) -122.91114458882001

Owner

  • Name: Chad Scherrer
  • Login: cscherrer
  • Kind: user
  • Location: Seattle, WA
  • Company: Redpoll

Probabilistic programming in Rust and Julia

Citation (CITATION.bib)

@misc{Tilde.jl,
	author  = {Chad Scherrer <chad.scherrer@gmail.com> and contributors},
	title   = {Tilde.jl},
	url     = {https://github.com/cscherrer/Tilde.jl},
	version = {v0.1.0},
	year    = {2022},
	month   = {3}
}

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 95
  • Total Committers: 3
  • Avg Commits per committer: 31.667
  • Development Distribution Score (DDS): 0.2
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Chad Scherrer c****r@g****m 76
mschauer m****r@w****e 16
CompatHelper Julia c****y@j****g 3
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 4
  • Total pull requests: 39
  • Average time to close issues: 2 days
  • Average time to close pull requests: 10 days
  • Total issue authors: 3
  • Total pull request authors: 3
  • Average comments per issue: 3.25
  • Average comments per pull request: 0.59
  • Merged pull requests: 12
  • Bot issues: 0
  • Bot pull requests: 25
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • mschauer (2)
  • cscherrer (1)
  • JuliaTagBot (1)
Pull Request Authors
  • github-actions[bot] (25)
  • cscherrer (11)
  • mschauer (3)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 4
juliahub.com: Tilde

WIP successor to Soss.jl

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Stargazers count: 9.3%
Dependent repos count: 9.9%
Average: 24.6%
Dependent packages count: 38.9%
Forks count: 40.4%
Last synced: 5 months ago