estimate_params_from_data: Estimate Parameters from Data

View source: R/utils.R

estimate_params_from_dataR Documentation

Estimate Parameters from Data

Description

For select distributions, parameters are estimated from data. Generally, the MLEs are used. However, for the normal distribution we use robust estimators.

Usage

estimate_params_from_data(distr_name, obs)

Arguments

distr_name

MASS name of distribution

obs

observation vector

Value

list of distribution parameters


qqconf documentation built on April 15, 2023, 1:10 a.m.