logarithmic_bandwidth_set: Construct a Logarithmic Bandwidth Set

Description Usage Arguments Details Value See Also

View source: R/logarithmic_bandwidth_set.R

Description

logarithmic_bandwidth_set returns a logarithmically scaled sequence of length.out elements between from and to.

Usage

1
logarithmic_bandwidth_set(from, to, length.out)

Arguments

from

strictly positive numeric scalar; the starting value of the sequence.

to

strictly positive numeric scalar; the end value of the sequence.

length.out

non-negative numeric scalar; desired length of the sequence (will be rounded up if fractional).

Details

Numerical inputs should all be finite (that is, not infinite, NaN or NA).

Value

A logarithmically spaced sequence of length.out elements between from and to.

See Also

seq for linearly scaled sequences.


hericks/KDE documentation built on Aug. 22, 2020, 12:04 a.m.