Learn R Programming

dse (version R2000.6-1)

distribution: Plot distribution of estimates

Description

Plot distribution of estimates.

Usage

distribution(obj,  Sort=F, bandwidth=0.2)

Arguments

obj
An object as returned by eval.estimation.
Sort
bandwidth
Passed to density or ksmooth.

Value

  • None

Details

ksmooth is applied if available to get a smoothed estimate of the distribution of the estimates. If ksmooth is not available then density is applied if it is available.

See Also

eval.estimation

Examples

Run this code
if(is.R()) data("eg1.DSE.data.diff", package="dse1")
model <- est.VARX.ls(TSdata(output=output.data(eg1.DSE.data.diff)))
z <-  eval.estimation(model, 
	estimation="est.VARX.ls", estimation.args=list(max.lag=2))
#distribution(z) Rbug v90.1

Run the code above in your browser using DataLab