distribution
Plot distribution of estimates
Description
Plot distribution of estimates.
Usage
distribution(obj, Sort=F, bandwidth=0.2)
Required Arguments
- obj
-
An object as returned by eval.estimation.
Optional Arguments
- Sort
-
If Sort is true then sort is applied. This helps (a bit)
with estimation methods like black.box which may not return parameters
of the same length or in the same order.
- bandwidth
-
Passed to density or ksmooth.
Value
Details
density (or ksmooth in Splus) is applied to get a smoothed
estimate of the distribution of the estimates.
See Also
Examples
return to Table of Contents