Learn R Programming

probhat (version 0.3.1)

21_succinct_constructors: Succinct Constructors

Description

Currently, these functions call the corresponding univariate constructors.

Usage

pmf.dks (…)
cdf.dks (…)
qf.dks (…)

pdf.cks (…) cdf.cks (…) qf.cks (…)

pmf.cat (…) cdf.cat (…) qf.cat (…)

cdf.el (…) qf.el (…)

dfreq (…) gfreq (…)

Arguments

Argument list for the corresponding constructor. Refer to the details section.

Value

Refer to univariate constructors. i.e. pmfuv.dks.

Details

Currently, these functions call the corresponding constructor with a uv suffix.

i.e. pmf.dks calls pmfuv.dks pdf.cks calls pdfuv.cks

The last two, dfreq and gfreq construct pmfuv.dks and pmfuv.cat models, but with freq=TRUE.

References

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

See Also

Discrete Kernel Smoothing, Continuous Kernel Smoothing Categorical Distributions, Empirical-Like Distributions

Conditional Distributions with Mixed Input Types These can be used for statistical classification purposes.

Examples

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

cFht <- qf.cks (height)
cFht (0.5)
# }

Run the code above in your browser using DataLab