Top "Confidence-interval" questions

In statistics, a confidence interval is a measure of the precision of an estimate of an underlying parameter.

Simple binary logistic regression using MATLAB

I'm working on doing a logistic regression using MATLAB for a simple classification problem. My covariate is one continuous variable …

matlab classification probability confidence-interval logistic-regression
Extract prediction band from lme fit

I have following model x <- rep(seq(0, 100, by=1), 10) y <- 15 + 2*rnorm(1010, 10, 4)*x + rnorm(1010, 20, 100) id <- NULL …

r prediction confidence-interval mixed-models
Odds ratio and confidence intervals from glmer output

I have made a model that looks at a number of variables and the effect that has on pregnancy outcome. …

r confidence-interval
Check interval contains number in R

In R I have the following matrix (each row represents a bootstrap 95% confidence interval generated from the same sample data): …

r confidence-interval
scikit-learn - ROC curve with confidence intervals

I am able to get a ROC curve using scikit-learn with fpr, tpr, thresholds = metrics.roc_curve(y_true,y_…

python scikit-learn confidence-interval roc
Confidence Interval in Python dataframe

I am trying to calculate the mean and confidence interval(95%) of a column "Force" in a large dataset. I need …

python pandas confidence-interval
How to plot a time series array, with confidence intervals displayed, in python?

I have some time series which slowly increases, but over a short period of time they are very wavy. For …

python matplotlib plot seaborn confidence-interval
Adding confidence intervals to a qq plot?

Is there a way to add confidence intervals to a qqplot? I have a dataset of gene expression values, which …

r confidence-interval
Confidence interval for exponential curve fit

I'm trying to obtain a confidence interval on an exponential fit to some x,y data (available here). Here's the …

python numpy scipy confidence-interval
Calculating length of 95%-CI using dplyr

Last time I asked how it was possible to calculate the average score per measurement occasion (week) for a variable (…

r ggplot2 linechart confidence-interval trend