| PLP {simts} | R Documentation | 
Definition of a Power Law Process
Description
Definition of a Power Law Process
Usage
PLP(sigma2 = 1, d = 0.4)
Arguments
sigma2 | 
 A   | 
d | 
 A   | 
Value
An S3 object containing the specified ts.model with the following structure:
- process.desc
 Used in summary: "SIGMA2","d"
- theta
 Parameter vector including
\sigma^2,d- plength
 Number of parameters
String containing simplified model
- desc
 "PLP"
- obj.desc
 Depth of Parameters e.g. list(1,1)
- starting
 Find starting values? TRUE or FALSE (e.g. specified value)
Author(s)
Lionel Voirol, Davide Cucci
Examples
PLP()
PLP(sigma2 = 1, d = 0.4)
[Package simts version 0.2.2 Index]