Learn R Programming

probhat (version 0.3.1)

25_empirical-like_distributions: Empirical-Like Models

Description

Fit empirical-like probability distributions, from data.

Usage

cdfuv.el (x, …, w=NA)
qfuv.el (x, …, w=NA)

Arguments

x

Numeric vector of data. Also can be a single-column numeric matrix, preferably with a column name.

w

Optional numeric vector of weights.

Ignored.

Value

Self-referencing function objects.

Refer to Mockup Function Objects

Details

Refer to the vignette for more information.

References

Refer to the vignette for an overview, references and better examples.

See Also

Succinct Constructors Discrete Kernel Smoothing, Continuous Kernel Smoothing, Categorical Distributions

is.el, print.phmodel, plot.eluv

Examples

Run this code
# NOT RUN {
ph.data.prep ()

eFht <- qfuv.el (height)
eFht (0.5)
# }

Run the code above in your browser using DataLab