summary: Compute the summary information of the maximum likelihood...

Description Usage Arguments Examples

View source: R/summary.R

Description

Compute the summary information of the maximum likelihood estimate

Usage

1
summary(logdensity, x, del, param0, args = NULL)

Arguments

logdensity

the model log likelihood function

x

Time series of the observed state variables

del

The uniform time step between observations

param0

The maximum likelihood estimated parameter

args

Passed to internal functions

Examples

1
2
3
4
## Not run: 
 summary(ModelU1,c(0.1,0.2,0.13,0.14),0.1,c(0.01,0.2))

## End(Not run)

mfrdixon/MLEMVD documentation built on May 22, 2019, 8:52 p.m.