pub fn test_ci(coef: f64, se: f64, df: f64, alpha: f64) -> StringExpand description
Test function for confidence interval computation.
Returns JSON with the computed confidence interval for a coefficient.
ยงErrors
Returns a JSON error object if domain check fails.