estimate_params_from_data {qqconf}R 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


[Package qqconf version 1.3.2 Index]