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 fHMM_model.

alpha

A numeric between 0 and 1, the alpha level for the confidence interval. By default, alpha = 0.05, which computes a 95% confidence interval.

Value

A list containing the following elements:


[Package fHMM version 1.4.1 Index]