Refine by Content Type

Refine by Category

Refine by Product

Refine by Time Frame

image thumbnail

updated 3 months ago

Multiple curve fitting with common parameters using NLINFIT by Chen

Wrapper for NLINFIT which allows simultaneous fitting for multiple data sets with shared parameters. (fitting, multiple, nonlinear)

nlinmultifit(x_cell, y_cell, mdl_cell, beta0, options)

image thumbnail

updated 6 months ago

polyparci by Star Strider

POLYPARCI calculates confidence intervals for parameters estimated by ‘polyfit’. (polyfit, statistics, parameter estimation)

polyparci.m

image thumbnail

updated 1 year ago

Inference on quantiles: confidence intervals, p-values, and testing by David Kaplan

Improved quantile inference for one- and two-sample (e.g., treatment vs. control) cases (quantile, studentized quantile, fixed smoothing)

...

image thumbnail

updated almost 2 years ago

Kreyszig confidence by Boris Schauerte

Calculate (binomial) confidence intervals using the method of Kreyszig, 1975. (statistics, kreyszig, confidence interval)

[p_l,p_u]=confidence_kreyszig(k,n,gamma)

image thumbnail

updated almost 2 years ago

quantilese by Ben Petschel

determines quantiles of data and their standard errors or confidence intervals (quantile, standard error, confidence interval)

[q,varargout]=quantilese(x,p,a)

image thumbnail

updated almost 2 years ago

plot_ci by Céldor

Plots confidence intervals and the patch between lines (plot, patch, confidence interval)

plot_ci(X,Y,varargin)

image thumbnail

updated 3 years ago

shadedErrorBar by Rob Campbell

Creates an attractive shaded error region rather than discrete bars. (confidence interval, plot, error bar)

H=shadedErrorBar(x,y,errBar,lineProps,transparent)

image thumbnail

updated 4 years ago

confplot_t by Aaron Schurger

Plots a graded error boundary which varies in color or shades of gray according to a t distribution. (errorbar, confidence interval, statistics)

confplot_t(x,y,s,N,P,CM,varargin)

image thumbnail

updated 4 years ago

Adjust error bar width by Arnaud Laurent

Adjust error bars width in an errorbar plot to a ratio of the x-axis or a length (x-axis units). (errorbar, error bars, cap)

errorbar_tick(h,w,xtype)

image thumbnail

updated almost 7 years ago

Compact data uncertainty format by Peter Mao

given data and uncertainty, this program reformats the number into parenthetic notation. (strings, parentheses, confidence interval)

format_data(datum, sigma, precision, oformat, tex)

image thumbnail

updated 7 years ago

errorfill by Peder Axensten

Use this function to draw a curve and its areas of confidence. (errorplot, confidence interval, plot)

errorfill(x, y, varargin)

image thumbnail

updated 9 years ago

Accurate Confidence Intervals by Tim Ross

Computes especially accurate confidence intervals for proportions, rates, and their differences. (statistics, probability, confidence interval)

binopdf_01ok(x,n,p)

binopdf_of_p(p, x, n)

get_ci_cs1(x,n,alpha)

Contact us