-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·13 lines (13 loc) · 1.32 KB
/
Copy pathDESCRIPTION
File metadata and controls
executable file
·13 lines (13 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
Package: tolerance
Type: Package
Title: Statistical Tolerance Intervals and Regions
Version: 3.0.0
Date: 2024-04-18
Authors@R: c(person("Derek S.", "Young", role = c("aut", "cre"),
email = "derek.young@uky.edu", comment = c(ORCID = "0000-0002-3048-3803")),
person("Kedai", "Cheng", role = "aut", comment = c(ORCID = "0009-0004-2720-1299")))
Maintainer: Derek S. Young <derek.young@uky.edu>
Depends: R (>= 3.5.0)
Imports: MASS, plotly, stats4
Description: Statistical tolerance limits provide the limits between which we can expect to find a specified proportion of a sampled population with a given level of confidence. This package provides functions for estimating tolerance limits (intervals) for various univariate distributions (binomial, Cauchy, discrete Pareto, exponential, two-parameter exponential, extreme value, hypergeometric, Laplace, logistic, negative binomial, negative hypergeometric, normal, Pareto, Poisson-Lindley, Poisson, uniform, and Zipf-Mandelbrot), Bayesian normal tolerance limits, multivariate normal tolerance regions, nonparametric tolerance intervals, tolerance bands for regression settings (linear regression, nonlinear regression, nonparametric regression, and multivariate regression), and analysis of variance tolerance intervals. Visualizations are also available for most of these settings.
License: GPL (>= 2)