12_succinct_constructors: Succinct Constructors

Description Usage Arguments Details Value References See Also Examples

Description

Currently, these functions call the corresponding univariate constructors.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
pmf.dks (...)
cdf.dks (...)
qf.dks (...)

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

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

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

Arguments

...

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

Details

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

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

Value

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

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

1
2
3
prep.ph.data ()

cFht <- qf.cks (height)

probhat documentation built on May 12, 2021, 5:08 p.m.