In statistics, a confidence interval is a measure of the precision of an estimate of an underlying parameter.
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-regressionI 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-modelsI have made a model that looks at a number of variables and the effect that has on pregnancy outcome. …
r confidence-intervalIn R I have the following matrix (each row represents a bootstrap 95% confidence interval generated from the same sample data): …
r confidence-intervalI 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 rocI am trying to calculate the mean and confidence interval(95%) of a column "Force" in a large dataset. I need …
python pandas confidence-intervalI have some time series which slowly increases, but over a short period of time they are very wavy. For …
python matplotlib plot seaborn confidence-intervalIs there a way to add confidence intervals to a qqplot? I have a dataset of gene expression values, which …
r confidence-intervalI'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-intervalLast 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