hreal | R Documentation |
hreal
is the list of the following:
hspec
: S4 object hspec-class
that specifies the parameter values.
inter_arrival
: the time between two consecutive events.
arrival
: cumulative sum of inter_arrival
.
type
: integer, the type of event.
mark
: the size of mark, an additional information associated with event.
N
: counting process that counts the number of events.
Nc
: counting process that counts the number of events weighted by mark.
lambda
: intensity process, left-continuous version.
lambda_component
: the component of intensity process with mu
not included.
rambda
: intensity process, right-continuous version.
rambda_component
: the right-continuous version of lambda_component
.
Print functions for hreal
are provided.
## S3 method for class 'hreal' print(x, n = 20, ...) ## S3 method for class 'hreal' summary(object, n = 20, ...)
x |
S3-object of |
n |
Number of rows to display. |
... |
Further arguments passed to or from other methods. |
object |
S3-object of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.