theta_ci: Generate the Confidence Interval for Theta Estimates
Description
Create an Asymptotic CI for the Theta Estimates.
Usage
theta_ci(theta, A, v_hat, omega, alpha)
Value
A mat
that has the first column
Arguments
- theta
A vec
containing the estimates
- A
A mat
that is the first derivative matrix.
- v_hat
A mat
that is the bootstrapped V matrix
- omega
A mat
that is the inverse of the diagonal V matrix.
- alpha
A double
that contains the confidence level.