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
Repository
WIP successor to Soss.jl
Basic Info
Statistics
- Stars: 74
- Watchers: 4
- Forks: 1
- Open Issues: 22
- Releases: 0
Topics
Metadata Files
README.md
Tilde
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
- Website: cscherrer.github.io
- Repositories: 128
- Profile: https://github.com/cscherrer
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
Top Committers
| Name | 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
- Documentation: https://docs.juliahub.com/General/Tilde/stable/
- License: MIT
-
Latest release: 0.2.0
published over 3 years ago