geostats

Introduction to statistics for (geo)scientists

https://github.com/pvermees/geostats

Science Score: 36.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
    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: 10 months ago · JSON representation

Repository

Introduction to statistics for (geo)scientists

Basic Info
  • Host: GitHub
  • Owner: pvermees
  • License: gpl-3.0
  • Language: TeX
  • Default Branch: main
  • Homepage:
  • Size: 250 MB
Statistics
  • Stars: 25
  • Watchers: 2
  • Forks: 3
  • Open Issues: 0
  • Releases: 0
Created over 5 years ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

geostats

Lecture notes, example datasets and code for the introductory statistics module for geoscientists at University College London (UCL). The notes can be found here

installation

The geostats package requires R, which can be downloaded from CRAN. In R, the geostats package can be installed from CRAN as follows:

install.packages('geostats')

The latest development version can be installed from GitHub using the remotes package:

install.packages('remotes') remotes::install_github('pvermees/geostats/package')

example

The following code snippet creates a fifth order Koch snowflake:

library('geostats') koch(n=5)

A complete list of documented geostats functions can be viewed by entering help(package='geostats') at the R command prompt.

Author

Pieter Vermeesch

License

This project is licensed under the GPL-3 License

Owner

  • Name: Pieter Vermeesch
  • Login: pvermees
  • Kind: user
  • Location: London
  • Company: University College London

GitHub Events

Total
  • Watch event: 5
  • Delete event: 1
  • Push event: 67
  • Pull request event: 30
  • Create event: 1
Last Year
  • Watch event: 5
  • Delete event: 1
  • Push event: 67
  • Pull request event: 30
  • Create event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 153
  • Total Committers: 2
  • Avg Commits per committer: 76.5
  • Development Distribution Score (DDS): 0.039
Past Year
  • Commits: 46
  • Committers: 2
  • Avg Commits per committer: 23.0
  • Development Distribution Score (DDS): 0.13
Top Committers
Name Email Commits
pvermees p****h@u****k 147
Heather Tweedie r****2@g****m 6
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 57
  • Average time to close issues: N/A
  • Average time to close pull requests: 17 minutes
  • Total issue authors: 0
  • Total pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 54
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 34
  • Average time to close issues: N/A
  • Average time to close pull requests: 6 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 31
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • pvermees (65)
  • rhtweedie (2)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 328 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 7
  • Total maintainers: 1
cran.r-project.org: geostats

An Introduction to Statistics for Geoscientists

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 328 Last month
Rankings
Stargazers count: 13.8%
Forks count: 14.9%
Average: 24.8%
Dependent packages count: 29.8%
Downloads: 30.1%
Dependent repos count: 35.5%
Maintainers (1)
Last synced: 11 months ago

Dependencies

package/DESCRIPTION cran
  • R >= 3.5.0 depends
  • MASS * suggests