Description Usage Arguments Details Value Author(s) See Also Examples
support.facto
computes the de facto numerical limits of a density function
with theoretical infinite support. This function is an (internal) function of
the GoFKernel
package.
1 | support.facto(f, lower = -Inf, upper = Inf)
|
f |
a density function. |
lower |
theoretical lower limit of the support of the random variable, default -Inf. |
upper |
theoretical upper limit of the support of the random variable, default, Inf. |
support.facto
requires that the two first ordinary moments of f
exist;
otherwise, support.facto
returns the introduced limits.
A two components vector with the de facto lower and upper limits of f
.
Jose M. Pavia
area.between
, dgeometric.test
, inverse
, random.function
and fan.test
.
1 |
Loading required package: KernSmooth
KernSmooth 2.23 loaded
Copyright M. P. Wand 1997-2009
[1] -9.500817 9.500817
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.