Learn R Programming

NTLKwIEx (version 0.1.0)

Sim_NTLKwIEx: Estimate parameters with constraints

Description

This function generates a histogram that depicts the distribution of the provided input data. Additionally, it estimates the parameters of a distribution that would correspond to the given data. By overlaying the estimated density function onto the histogram, Sim_NTLKwIEx enables an immediate comparison between the empirical distribution and the estimated one. Sim_NTLKwIEx proves to be a valuable tool for initial data exploration, streamlining trend identification, and understanding key features. Its usage comes recommended for tasks that require a swift exploratory analysis of data distributions.

Usage

Sim_NTLKwIEx(data)

Value

Numeric vector of estimated parameters.

Arguments

data

Numeric vector of data values.

Examples

Run this code
Sim_NTLKwIEx(c(38.181,	38.542,	38.928,	39.334,35.8))

Run the code above in your browser using DataLab