Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Engineering Analysis Project: Statistical Characterization and Linear Regression, Study Guides, Projects, Research of Engineering

A project for the university of central florida's egn-3420 engineering analysis course, focusing on statistical characterization and linear regression. Students are required to calculate various statistical quantities for a given dataset, write and test matlab functions for mean, median, mode, range, standard deviation, variance, and coefficient of variation. They also need to implement linear regression and nonlinear models (power and saturation-growth rate) in matlab.

Typology: Study Guides, Projects, Research

Pre 2010

Uploaded on 11/08/2009

koofers-user-yqp
koofers-user-yqp 🇺🇸

10 documents

1 / 1

Toggle sidebar

Related documents


Partial preview of the text

Download Engineering Analysis Project: Statistical Characterization and Linear Regression and more Study Guides, Projects, Research Engineering in PDF only on Docsity! University of Central Florida School of Electrical Engineering and Computer Science EGN-3420 - Engineering Analysis. Fall 2009 - dcm Project 3 due Thursday week 12 (100 points) This project covers statistical characterization and linear regression. The material required for this project can be found in Chapters 14 and 15 of the textbook. Task 1 (40 points). Consider a discrete random variable X with probability density function pX(x). Define the following quantities: (1) mean; (2) median; (3) mode; (4) range; (5) stan- dard deviation; (6) variance; (7) coefficient of variation. Assume now that X is a continuous random variable; provide the expressions for quantities (1)-(7). Consider the following set of data: 28.65 26.55 26.65 27.65 27.35 28.35 26.85 28.65 29.65 27.85 27.05 28.25 28.85 26.75 27.65 28.45 28.65 28.45 31.65 26.35 27.75 29.25 27.65 28.65 27.65 28.55 27.65 27.25 Sort the data, place it in 10 bins, and plot the histogram of the data. Use Matlab functions to compute the : (1) sample mean; (2) sample median; (3) mode; (4) range; (5) sample standard deviation; (6) sample variance; (7) sample coefficient of variation. Construct a Matlab function to report the quantities (1)-(7) given a vector of data. Test the function using the data in the table. Task 2 (30 points). Write and test a Matlab function implementing linear regression; the function should also report the standard error of the estimate and plot the predicted values minus the the sample ones function of the argument. Test your function using the data in the Table 13.1 on page 285 of the textbook. Task 3 (30 points). Two examples of nonlinear models are the power equation: y = αaβx and the saturation-growth rate equation: y = γ x δ + x . Write a Matlab function to fit a power model; the function should return the best-fit param- eters α and β as well as r2 the coefficient of determination (see page 298 for the definition of r2) for the untransformed model. Test the function using the following data: x y 400 270 70 82 45 50 2 4.8 0.3 1.45 0.16 0.97 Write a Matlab function to fit a saturation-growth rate model; the function should return the best-fit parameters γ and δ. Test the function using the same data. Discuss the results. 1
Docsity logo



Copyright © 2024 Ladybird Srl - Via Leonardo da Vinci 16, 10126, Torino, Italy - VAT 10816460017 - All rights reserved