Learn R Programming

rlfsm (version 1.1.2)

ContinEstim: Parameter estimation procedure in continuous case.

Description

Parameter freq is preserved to allow for investigation of the inference procedure in high frequency case.

Usage

ContinEstim(t1, t2, p, k, path, freq)

Arguments

t1, t2

real number such that t2 > t1 > 0

p

power

k

increment order

path

sample path of lfsm on which the inference is to be performed

freq

Frequency of the motion. It can take two values: "H" for high frequency and "L" for the low frequency setting.

References

MOP18rlfsm

Examples

Run this code
m<-45; M<-60; N<-2^10-M
alpha<-0.8; H<-0.8; sigma<-0.3
p<-0.3; k=3; t1=1; t2=2

lfsm<-path(N=N,m=m,M=M,alpha=alpha,H=H,
           sigma=sigma,freq='L',disable_X=FALSE,seed=3)$lfsm
ContinEstim(t1,t2,p,k,path=lfsm,freq='L')

Run the code above in your browser using DataLab