compute_ci {fHMM} | R Documentation |
Compute confidence intervals
Description
This helper function computes confidence intervals for the estimates of an
fHMM_model
object using the inverse Fisher information.
Usage
compute_ci(x, alpha = 0.05)
Arguments
x |
An object of class |
alpha |
A |
Value
A list
containing the following elements:
-
lb
: lower bound of confidence -
estimate
: point estimate -
ub
: upper bound of confidence
[Package fHMM version 1.4.2 Index]