image thumbnail

updated 2 months ago

Step and impulse responses under the effect of noise or uncertainty by Lazaros Moysis

This file demonstrates how the responses of a system change, for small fluctuations of ω and j. (response, step, impulse)

robust1c.m

image thumbnail

updated 1 year ago

Error propagation function for data arrays by Jan

This function calculates the function value(s) and uncertainty(ies) of a function f(u1,u2,...,ui), (error propagation, physics, measurement)

MQ=mprop(f,u,q,sq)

image thumbnail

updated 2 years ago

determine surface area and uncertainty from points in a plane by Mathias Anton

calculates the surface area and its uncertainty from coord's x,y and their uncertainties ux, uy (mathematics, measurement, surface area)

[A,uA]=flaeche(x,y,ux,uy)

image thumbnail

updated 3 years ago

Propagation of Uncertainty by Brad Ridder

Returns the propagated uncertainty in a function F imparted to it from its variables (uncertainty, error, propagation)

PropError(f,varlist,vals,errs)

image thumbnail

updated 3 years ago

Linear Regression with Errors in X and Y by Travis Wiens

Calculates slope and intercept for linear regression of data with errors in X and Y. (statistics, slope, errors)

ellipse(Xc,Yc,dX,dY,N_p)

york_fit(X,Y,sigma_X,sigma_Y, r)

demo_york.m

image thumbnail

updated 5 years ago

Designing for Reliability and Robustness by Linda Webb

Tools and techniques to create designs that perform as expected over time (paper, optimization, whitepaper)

image thumbnail

updated 5 years ago

Reliable and Roubst Design by Stuart Kozola

MATLAB Code used in the Jan 2008 Digest Article (uncertainty, robust design, optimization)

cumprobPlot(cost)

myCostFcn(x,simParms)

myCostFcnRR(x,simParms)

image thumbnail

updated almost 6 years ago

Imprecise probability propagation Toolbox by Philipp Limbourg

Various methods for presentation, propagation, aggregation and plotting imprecise probability ... (dempster, propa, probability)

[euncraw,euncnorm, euncquot]=dssensitivity(x, parnums, fhan...

[y,a,b]=dsnorm(y)

dscdf(x,varargin)

image thumbnail

updated 6 years ago

Uncertainty Analysis of a DC Motor by Stuart Kozola

Using Statistics for Uncertainty Analysis in System Models (doe, design of experiments, reliability)

Uncertainty Analysis of a DC Motor System Model

coded2real(z,bounds)

mcColorMap(values,cmap)

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 8 years ago

Exponential analysis by Pieter Van Gelder

Performs a fast exponential analysis on the POT dataset stored in array X. (data exploration, exponential, quantile)

expan(X,tp,p);

Contact us