ra_fit: (experimental) fit a set of observations to a specific...

View source: R/ra_fit.R

ra_fitR Documentation

(experimental) fit a set of observations to a specific distribution

Description

Experimental: This function fits a vector of values to a specified distribution. The distribution is fitted based on an optimization of the residual sum of squares (rss). Currently, the function supports only a few distributions, including: NORMAL, POISSON, PERT, TRIANGLE, and UNIFORM

Usage

ra_fit(x, dist, full = F, bw = 0.2, digits = 2)

Arguments

x

Data to fit

dist

Distribution specification


jpablo91/QuantRRA documentation built on July 3, 2024, 10:46 p.m.