https://github.com/abarbour/kelvin

Solutions to the the Kelvin differential equation in R:

https://github.com/abarbour/kelvin

Science Score: 10.0%

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

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 2 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.3%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Solutions to the the Kelvin differential equation in R:

Basic Info
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 14 years ago · Last pushed 10 months ago
Metadata Files
Readme

README.md

kelvin

Solutions to the the Kelvin differential equation in R

by Andrew J Barbour

Downloads License

Codecov test coverage R-CMD-check <!-- badges: end -->


Calculation of solutions to the Kelvin Differential Equation using Bessel functions namely BesselJ and BesselK from the Bessel package.

Background information

The following is taken from Wolfram:

Kelvin defined the Kelvin functions bei and ber according to

ber_v(x) + i*bei_v(x)
=   J_v(x*exp(2*pi*i/4))
=   exp(v*pi*i)*J_v(x*exp(-pi*i/4))
=   exp(v*pi*i/2)*I_v(x*exp(pi*i/4))
=   exp(3*v*pi*i/2)*I_v(x*exp(-3*pi*i/4))

where J_v(x) is a Bessel function of the first kind and I_v(x) is a modified Bessel function of the first kind. These functions satisfy the Kelvin differential equation.

Similarly, the functions kei and ker by

ker_v(x) + i*kei_v(x) = exp(-v*pi*i/2)*K_v(x*exp(pi*i/4))

where K_v(x) is a modified Bessel function of the second kind. For the special case v=0,

J_0(i*sqrt(i)*x)
=   J_0(sqrt(2)*(i-1)*x/2)
=   ber(x) + i*bei(x)

Owner

  • Name: Andy Barbour
  • Login: abarbour
  • Kind: user
  • Location: Menlo Park, CA
  • Company: @usgs

GitHub Events

Total
  • Push event: 9
  • Create event: 1
Last Year
  • Push event: 9
  • Create event: 1

Committers

Last synced: 8 months ago

All Time
  • Total Commits: 75
  • Total Committers: 2
  • Avg Commits per committer: 37.5
  • Development Distribution Score (DDS): 0.133
Past Year
  • Commits: 10
  • Committers: 1
  • Avg Commits per committer: 10.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Andy Barbour a****r@g****m 65
Andy Barbour a****r@u****u 10
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total 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
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
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 229 last-month
  • Total docker downloads: 42,005
  • Total dependent packages: 1
  • Total dependent repositories: 2
  • Total versions: 6
  • Total maintainers: 1
cran.r-project.org: kelvin

Calculate Solutions to the Kelvin Differential Equation using Bessel Functions

  • Versions: 6
  • Dependent Packages: 1
  • Dependent Repositories: 2
  • Downloads: 229 Last month
  • Docker Downloads: 42,005
Rankings
Docker downloads count: 0.6%
Dependent packages count: 18.1%
Dependent repos count: 19.3%
Average: 25.7%
Forks count: 27.8%
Stargazers count: 34.6%
Downloads: 53.9%
Maintainers (1)
Last synced: 7 months ago

Dependencies

DESCRIPTION cran
  • R >= 2.10.1 depends
  • Bessel >= 0.5 imports
  • knitr * suggests
  • rmarkdown * suggests
  • testthat * suggests