bristlecone

An F# library for mechanistic modelling of ecological time series data

https://github.com/andrewiom/bristlecone

Science Score: 26.0%

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

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

Keywords

dendroecology mechanistic-models time-series
Last synced: 10 months ago · JSON representation

Repository

An F# library for mechanistic modelling of ecological time series data

Basic Info
Statistics
  • Stars: 8
  • Watchers: 4
  • Forks: 1
  • Open Issues: 12
  • Releases: 1
Topics
dendroecology mechanistic-models time-series
Created over 8 years ago · Last pushed 11 months ago
Metadata Files
Readme License

README.MD

Bristlecone logo

An F# library for model-fitting model-selection (MFMS) of ecological models to observational data. The library was developed for tree ring analysis, but can be used for other time-series modelling problems.


Builds

GitHub Actions | :---: | Github Actions |

NuGet

Package | Stable | Prerelease --- | --- | --- Bristlecone | NuGet Badge | NuGet Badge Bristlecone.Dendro | NuGet Badge | NuGet Badge


Getting Started

Bristlecone logo

To get started with Bristlecone, see the documentation website with tutorials, examples and API specification.

In addition, in the samples folder there are example scripts for simple to more complex models.

Benchmarks

A suite of benchmarks - covering optimisation methods and ecological time-series models - are included in the test/Bristlecone.Benchmark project. The most recent results of the benchmark tests are here.

Developers: Build Instructions

Bristlecone uses FAKE for building, testing, documentation, and publishing. After cloning the repo, run dotnet tool restore then either dotnet fake build -t Build to compile only, or dotnet fake build -t All to build, test, and compile documentation.

Contribute

Contributions, issues, and pull-requests are most welcome.

Logo based on Free Vector Art by www.vecteezy.com

Owner

  • Name: Andrew Martin
  • Login: AndrewIOM
  • Kind: user
  • Location: Isle of Man
  • Company: University of Oxford

Environmental Scientist - Long-Term Ecology, Biodiversity, Dendrochronology

GitHub Events

Total
  • Issues event: 1
  • Push event: 11
  • Pull request event: 1
  • Fork event: 1
Last Year
  • Issues event: 1
  • Push event: 11
  • Pull request event: 1
  • Fork event: 1

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 162
  • Total Committers: 1
  • Avg Commits per committer: 162.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Andrew Martin A****M 162

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 13
  • Total pull requests: 17
  • Average time to close issues: 10 days
  • Average time to close pull requests: about 14 hours
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 0.15
  • Average comments per pull request: 0.0
  • Merged pull requests: 16
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • AndrewIOM (13)
Pull Request Authors
  • AndrewIOM (24)
  • Thorium (1)
Top Labels
Issue Labels
enhancement (7) bug (2) type: documentation (1)
Pull Request Labels

Packages

  • Total packages: 5
  • Total downloads:
    • nuget 11,384 total
  • Total dependent packages: 2
    (may contain duplicates)
  • Total dependent repositories: 0
    (may contain duplicates)
  • Total versions: 23
  • Total maintainers: 1
proxy.golang.org: github.com/AndrewIOM/bristlecone
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 5.4%
Average: 5.6%
Dependent repos count: 5.8%
Last synced: 10 months ago
proxy.golang.org: github.com/andrewiom/bristlecone
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 5.4%
Average: 5.6%
Dependent repos count: 5.8%
Last synced: 10 months ago
nuget.org: bristlecone.charts.r

An F# library for model-fitting model-selection (MFMS) of ecological models to observational data. The library was developed for individual-based plant modelling using tree ring time-series, but can be used for any ecological models.

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 694 Total
Rankings
Dependent repos count: 10.2%
Average: 12.0%
Dependent packages count: 13.9%
Maintainers (1)
Last synced: 10 months ago
nuget.org: bristlecone

An F# library for model-fitting model-selection (MFMS) of ecological models to observational data. The library was developed for individual-based plant modelling using tree ring time-series, but can be used for any ecological models.

  • Versions: 10
  • Dependent Packages: 2
  • Dependent Repositories: 0
  • Downloads: 6,348 Total
Rankings
Dependent repos count: 10.2%
Dependent packages count: 13.9%
Average: 15.9%
Downloads: 23.8%
Maintainers (1)
Last synced: 10 months ago
nuget.org: bristlecone.dendro

An F# library for model-fitting model-selection (MFMS) of ecological models to observational data. The library was developed for individual-based plant modelling using tree ring time-series, but can be used for any ecological models.

  • Versions: 8
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 4,342 Total
Rankings
Dependent repos count: 13.8%
Dependent packages count: 18.8%
Average: 20.5%
Downloads: 28.9%
Maintainers (1)
Last synced: 10 months ago

Dependencies

paket.lock nuget
  • 123 dependencies
.github/workflows/pr.yml actions
  • actions/checkout master composite
  • actions/setup-dotnet v1 composite
  • r-lib/actions/setup-r v1 composite
.github/workflows/push.yml actions
  • actions/checkout master composite
  • actions/setup-dotnet v1 composite
  • peaceiris/actions-gh-pages v3 composite
  • r-lib/actions/setup-r v1 composite