goftest

R package goftest: classical goodness-of-fit tests for univariate distributions

https://github.com/baddstats/goftest

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 1 committers (100.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.4%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

R package goftest: classical goodness-of-fit tests for univariate distributions

Basic Info
  • Host: GitHub
  • Owner: baddstats
  • Language: R
  • Default Branch: master
  • Size: 23.4 KB
Statistics
  • Stars: 5
  • Watchers: 2
  • Forks: 2
  • Open Issues: 2
  • Releases: 0
Created about 9 years ago · Last pushed over 6 years ago
Metadata Files
Readme

README.md

goftest

This repository contains the sources for the contributed R package goftest, which performs goodness-of-fit tests.

The package implements the classical Cramer-von Mises and Anderson-Darling tests of goodness-of-fit for continuous univariate distributions, using modern algorithms to compute the null distributions.

The package was written by Adrian Baddeley, Julian Faraway, John Marsaglia and George Marsaglia.

This package is free open source under the GNU Public Licence GPL 2|3.

Installation

The current official release of goftest is available on CRAN and can be downloaded and installed automatically using the R command install.packages.

The code in this repository is the development version, which may be newer than the official release. The easiest way to install the development version of goftest from github is through the remotes package:

R require(remotes) install_github('baddstats/goftest')

If you don't have remotes installed you should first run

R install.packages('remotes')

Bug reports

Users of goftest are encouraged to report bugs here (go to issues in the menu above, and press new issue to start a new bug report or feature request).

Owner

  • Name: Adrian Baddeley
  • Login: baddstats
  • Kind: user
  • Location: Perth, Western Australia
  • Company: Curtin University

Professor of Computational Statistics, Curtin University

GitHub Events

Total
  • Issues event: 2
  • Watch event: 1
  • Issue comment event: 2
Last Year
  • Issues event: 2
  • Watch event: 1
  • Issue comment event: 2

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 15
  • Total Committers: 1
  • Avg Commits per committer: 15.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Adrian Baddeley a****y@u****u 15
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 5
  • Total pull requests: 0
  • Average time to close issues: about 4 hours
  • Average time to close pull requests: N/A
  • Total issue authors: 4
  • Total pull request authors: 0
  • Average comments per issue: 1.4
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: about 2 hours
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 2.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • NRaillard (2)
  • lkonya2024 (1)
  • CElliott316 (1)
  • PaulMTeggin (1)
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • cran 41,927 last-month
  • Total docker downloads: 1,163,892
  • Total dependent packages: 33
    (may contain duplicates)
  • Total dependent repositories: 36
    (may contain duplicates)
  • Total versions: 10
  • Total maintainers: 1
cran.r-project.org: goftest

Classical Goodness-of-Fit Tests for Univariate Distributions

  • Versions: 7
  • Dependent Packages: 26
  • Dependent Repositories: 32
  • Downloads: 41,927 Last month
  • Docker Downloads: 1,163,892
Rankings
Downloads: 2.2%
Dependent packages count: 3.1%
Dependent repos count: 4.7%
Average: 11.4%
Forks count: 17.1%
Docker downloads count: 17.7%
Stargazers count: 23.6%
Last synced: 12 months ago
conda-forge.org: r-goftest
  • Versions: 3
  • Dependent Packages: 7
  • Dependent Repositories: 4
Rankings
Dependent packages count: 8.0%
Dependent repos count: 16.1%
Average: 37.1%
Forks count: 59.1%
Stargazers count: 65.3%
Last synced: 12 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.3 depends
  • stats * imports