bounder_range | R Documentation |
Estimate the bounds of the distribution a sample came from using the range of the sample.
Use with the bounder
argument to density_bounded()
.
Supports automatic partial function application.
bounder_range(x)
x |
numeric vector containing a sample to estimate the bounds of. |
Estimate the bounds of a distribution using range(x)
.
A length-2 numeric vector giving an estimate of the minimum and maximum bounds
of the distribution that x
came from.
The bounder
argument to density_bounded()
.
Other bounds estimators:
bounder_cdf()
,
bounder_cooke()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.