Computes MSE = Var + Bias^2 (scalar) or Vcov + bias %*% t(bias) (matrix). Under regularity conditions, asymptotic bias is zero, so MSE equals the variance-covariance matrix.
# S3 method for class 'fisher_mle'
mse(x, theta = NULL)MSE matrix or scalar