Up: Previous: Subsections - CHERIC

1y ago
2 Views
1 Downloads
1.20 MB
14 Pages
Last View : 1m ago
Last Download : 3m ago
Upload by : Wren Viola
Transcription

Next: Numerical Differentiation and Integration Up: Numerical Analysis for Chemical Previous: OptimizationSubsectionszLeast-Squares Regression{ Linear Regression{ General Linear Least-Squares{ Nonlinear RegressionzInterpolation{ Newton's Divided-Difference Interpolating Polynomials{ Lagrange Interpolating Polynomial{ Spline InterpolationzFourier Approximation{ Curve Fitting with Sinusoidal Functions{ Fourier Integral and Transform{ Discrete Fourier Transform (DFT){ Fast Fourier Transform (FFT){ The Power Spectrum{ Curve Fitting with Libraries and PackagieszEngineering Applications: Curve FittingCurve FittingFigure 5.1: Three attempts to fit a best curve.The simplest method for fitting a curve to data is to plot the points and then sketch a linezzz(a) Characterize the general upward trend of the data with a straight line(b) Use straight-line segment or linear interpolation(c) Use curves to try to captuer the meanderingsSimple statisticszArithmetic meanzStandard deviation : the measure of spread of a sample

whereis the total sum of the squares of the residual between the data points and the mean, orzVariance : The square of the standard deviationzCoefficient of variation (c.v.) : The spread of dataLeast-Squares RegressionLest-squares regression is drived from a curve that minimized the discrepancy between the data points and the curve.Linear RegressionA least-squares approximation is fitting a straight line to a set of paired observation. The mathematical expression for the straight line is(5.1)The error, or residual, is the discrepancy between the true value ofand the approximate value,and that is(5.2)The criterion for least-squares regression is(5.3)To determine values ofand, differentiate (5.3)(5.4)(5.5)And setting these derivatives equal to zero, we get the so-called normal equations

0(5.6)0(5.7)The coefficients of a straight line are(5.8)(5.9)Quantification of error of linear regressionzThe sum of the square of the residual{ A sampled data system{zA linear regressioned systemStandard deviation{ A sampled data systemquantifies the spread around mean.{A linear regressioned systemquantifies the spread around the regression line.zThe goodness of a fitwhereis called the coefficient of determination andSee the figure 17.4 in the textbookis the correlation coefficient.

Figure 5.2: The residual in linear regressionGeneral Linear Least-SquaresThe general linear least-square model:(5.15)In matrix notation(5.16)Note that Z is not a square matrix but we want to know about.(5.17)Now A is(5.18)Nonlinear RegressionGauss-Newton method1.2.Use a Taylor series to linearize a nonlinear functionApply least-square theorie to obtain new estimate of the parameters that move in the direction of minimizing the residual.InterpolationNewton's Divided-Difference Interpolating PolynomialsLinear interpolation : connect two data points with a straight line(5.19)

Quadratic interpolation : connect three data points with a second-order polynomial(5.20)whereNewton's interpolating polynomial : connectdata withth-order polynomial(5.21)where the coefficients arewhere the bracket function evaluations are finite divided differences.th finite divided difference is(5.22)Newton's divided-difference interpolating polynomial is(5.23)Lagrange Interpolating PolynomialThe Lagrange interpolating polynomial is simply a reformulation of the Newton polynomial that avoids the computation of divided differences.(5.24)where

(5.25)wheredesignates the product of.''Spline InterpolationSpline interpolation is an alternative approach that lower-order polynomial is applied to subsets of data point. Especially, when third-order curves areemployed to connect each pair of data points, it is called cubic spline.Linear splines : the simplest connection between two points is a straight line.whereis the slope of the straight line(5.26)Quadratic splines : connect three points with second-order polynomials.zzzzThe function values of adjacent polynomials must be equal at the interior knots.The first and last functions must pass through the end points.The first derivatives at the interior knots must be equal.Assume that the second derivative is zero at the first point.Cubic splines : derive a third-order polynomial for each interval between knots(5.27)Fourier ApproximationIn early 1800s, the French mathematician Fourier proposed that any function can be represented by an infinite sum of sine and cosine terms.'' There arefunctions that do not have a representation as a Fourier series, however, most functions can be so represented. Fourier approximation is another representationof a function with trigonometric series.Trigonometric identitieszzzFourier series

Assume thatis a periodic function of periodand is integrable over a period.(5.28)z: integrating on both sides of (5.28) fromto.The last two integrations of trigonometric terms are equal to zero. Hencez: multiply both sides of (5.28) byand integrateThe only nonzero term on the right is whenz: multiply both sides of (5.28) byand integrateThe only nonzero term on the right is whenFourier series for any periodConsider the function whose period isin the first summation.in the second summation

(5.33)where the Fourier coefficients ofare given by the Euler formulas(5.34)Fourier series for even and odd functionszEven function:And integral value of a even function iszOdd function:And integral value of a even function iszFourier cosine series: the Fourier series of an even function of periodzFourier sine series: the Fourier series of an odd function of period.Complex form of Fourier series : Real sines and cosines can be expressed in terms of complex exponentials by the formulas(5.41)

From this(5.42)(5.43)(5.44)With the above equation(5.45)whereThis is the so-called complex form of the Fourier series, or complex Fourier series of.Sinusoidal function : represent any waveform with a sine or cosine(5.46)whereis the mean value,is the amplitude,The angular frequency is related to frequencyis the angular frequency, andis the phase angle or phase shift.(in cycles/time)(5.47)and frequency is(5.48)The trigonometric identity gives(5.49)where,

Curve Fitting with Sinusoidal FunctionsLeast-squares fit of a sinusoidal function is to determine coefficient values that minimize(5.50)(5.51)For equispaced system(5.52)where. These relationhips give(5.53)or(5.54)(5.55)(5.56)The above equations are similar with the determination of Fourier series.

Figure 5.3: The Fourier series approximation of the square wave.Fourier Integral and TransformSome of phenomenon does not occured repeatedly or it will be a long time until it occurs again. In this case we use Fourier integral that can be used torepresent nonperiodic functions, for example a single voltage pulse not repeated, or a flash of light, or a sound which is not repeated. The transition from aperiodic to a nonperiodic function can be effected by allowing the period to approach infinity. In other words, asrepeats itself and thus becomes aperiodic.becomes infinite, the function neverFrom Fourier series to the Fourier intergralConsider any periodic functionof period(5.57)where. Insertandwhich are given by the Euler formulas.Now set(5.58)Then, and

Letand assume a periodic functionto be a aperiodic function.(5.59)Thenand the first term of function approaches zero.(5.60)results inand the sum of infinite series become an integral from 0 to.(5.61)Introduceandas(5.62)Finally Fourier series for an aperiodic equation become(5.63)This is called a representation ofby a Fourier integral.Alternatively, the Fourier integral can be written as complex Fourier series.(5.64)(5.65)Use(5.66)(5.67)

where(5.68)Ifgoes to zero, a limit of a sum becomes an r Transform(5.73)andFourier transform ofare called a pair of Fourier transforms. Usually,is called the Fourier transform of, andis called the inverse.Discrete Fourier Transform (DFT)In engineering, functions are often represented by finite sets of discrete values and data is often collected in or converted to such a discrete format. For thediscrete time system, a discrete Fourier transform can be written as(5.74)and the inverse Fourier transform as

(5.75)where.Fast Fourier Transform (FFT)The fast Fourier transform (FFT) is an algorithm that has been developed to compute the DFT in an extremely economical fashion.The Power SpectrumA power spectrum is developed from the Fourier transform and it is derived from the analysis of the power output of electrical systems. The power of aperiodic signal can be defined as(5.76)A power spectrum can be calculated by the power associated with each frequency component.Curve Fitting with Libraries and nefftIMSL: various routines are exist to solve curve fitting and fft problems{{{{{{zEngineering Applications: Curve FittingSee the textbookNext: Numerical Differentiation and Integration Up: Numerical Analysis for Chemical Previous: OptimizationTaechul Lee2001-11-29

Least-Squares Regression Lest-squares regression is drived from a curve that minimized the discrepancy between the data points and the curve. Linear Regression A least-squares approximation is fitting a straight line to a set of paired observation. The mathematical expression for the straight line is

Related Documents:

̶Estimated 30% of DVT/PE patients die within 3mths ̶Up to 50% treated with blood thinners alone develop post - thrombotic syndrome (PTS) 3,5,6 Peripheral Vascular Clot is Significantly Under Treated. 1. Society of Interventional Radiology. Fact Sheet. March 2005. 2. White RH. The epidemiology of venous thromboembolism.

Major chapters of the handbook are numbered with a thousand series number. There are 13 major chapters to this handbook. They are numbered 1000 to 14000. Subsections of chapters are numbered with a hundred series number. As an example, there are three major subsections of Section 2000, and they are numbered 2100 to 2300.

Note that R903, R904 and R905.1 and their respective subsections apply to all roofing types unless indicated otherwise. Section R905.2 and its subsections apply specifically to asphalt shingle roofs unless indicated otherwise. Other roofing material types are further regulated under their own respective sections. R903 WEATHER PROTECTION

to renovation work certain specified subsections of the other subcodes of the Uniform Construction Code. Only those subsections specifically referenced in N.J.A.C. 5:23-6.8 apply to renovation work. All materials and methods used in renovation work must comply with the requirements of that section. 4. This subcode never requires renovation.

Paper 67 SSC CGL Previous Papers Solved Tier I Download Held 08.07.2012 Morning Shift-2 Paper 68 SSC CGL Tier I Previous Question Papers Solved Held 08.07.2012 Evening Shift-1 Paper 69 SSC Previous Papers CGL Tier I Solved Held 08.07.2012 Evening Shift-2 Paper 70 SSC CGL Previous Exam Papers Solved Delhi Police Held 19.08.2012

Comparison of injection molding and injection/compression molding for the replication of microstructure Korea-Australia Rheology J., 27(4), 2015 311 those of CIM. A more detailed description of the exper-imental method can be found in previous studies (Hong et al., 2014). 3. Numerical Model In the polymer injection molding simulation, two

previous index next. 3 Introduction and Registration Welcome to itauprivatebank.com _5 Login and Password Activation _ 6 Index Navigation Menu Options_ 10 Preferences _11 Frequently Asked Questions _12 previous next. 4 Introduction and Registration previous index next. 5 Welcome to Itaú Private Bank.com Pass the mouse over the orange circle. previous index next. 6 Login .

Plan and monitor animal diet and nutrition LANAnC46 Plan and monitor animal diet and nutrition 1 Overview This standard covers planning and monitoring the diet and nutrition for animals in your care. You will need to identify the nutritional requirements of the animals and develop feeding plans containing all the necessary information for those responsible for feeding the animals. You will .