Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

How do I solve thisProblem 2 . GLLS Curve Fit 0 solutions submitted ( max: 2 0 ) Three disease - carrying organisms decay exponentially

How do I solve thisProblem 2. GLLS Curve Fit
0 solutions submitted (max: 20)
Three disease-carrying organisms decay exponentially in seawater according to the following model:
p(t)=Ae-1.5t+Be-0.3t+Ce-0.05t
Write a MATLAB function that uses general linear least-squares to estimate the initial concentration of each organism , and C) with the given dataset and calculate the statisitical measures to quanitfy the quality of the curve fit.
Your function should receive a single input:
A two-column matrix with time t in the first column and concentration p(t) in the second column
and it should have the following output:
A 13 row vector of the fit coefficients A,B, and C
The coefficient of determination ("r-squared value") for the curve fit (scalar value)
The standard error for the fit, pt(scalar value)
Function *
function [coeff, r_sq, s_yx]=P2_concentration(data)
2%write your codes below, do not change the name of the function%
Code to call your function ?
load P2_data.dat
[abc, rSquared, standardError]=P2_concentration(P2_data)
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

OpenStack Trove

Authors: Amrith Kumar, Douglas Shelley

1st Edition

1484212215, 9781484212219

More Books

Students also viewed these Databases questions

Question

What arguments are offered for investing in nondollar bonds?

Answered: 1 week ago

Question

=+Identify trends in the social media industry

Answered: 1 week ago