Question

In: Advanced Math

Here are five different functional models that might represent the growth of the number of Zika...

Here are five different functional models that might represent the growth of the number of Zika cases, where x represents the week number, and y represents the number of cumulative cases.

1. Linear y = 258.74x

2. Logarithmic y=937.37ln(x)-202.03

3. Quadratic y = 31.357x ^(2 )+ 134.93x − 122

4. Power y = 55.278x ^2.0101

5. Exponential y=47.399e^(0.6737x)

For each function model listed, create a graph for 1 ≤ x ≤ 5, along with the Zika case data from Step 2. Be sure your graphs clearly label the function and the actual data.

Step 2 that the question is referring to is

Below is data of the weekly number of suspected Zika cases in French Polynesia in 2013.Plot the data on the graph below.

Week #

New Cases

Cumulative Cases

1

49

49

2

191

240

3

369

609

4

331

940

5

333

1273

Solutions

Expert Solution


%%Matlab code for plotting various model
clear all
close all

%all given data
xx=[1 2 3 4 5];
yy=[49 240 609 940 1273];

x=linspace(1,5);
y1= 258.74*x;
y2= 937.37*log(x)-202.03;
y3= 31.357*x.^(2 )+ 134.93*x - 122;
y4= 55.278.*x.^2.0101;
y5= 47.399.*exp(0.6737*x);

hold on
plot(xx,yy,'r*')
plot(x,y1)
plot(x,y2)
plot(x,y3)
plot(x,y4)
plot(x,y5)
hold off

legend('exact data','Linear','Logarithmic','Quadratic','Power','Exponential','location','best')
xlabel('Number of week')
ylabel('Cumulative cases')
title('plotting of suspected zika cases')
grid on; box on;
%%%%%%%%%%%%%%%% End of Code %%%%%%%%%%%%%


Related Solutions

Find five (5) different preserved foods in your fridge and/or cupboard that represent five (5) different...
Find five (5) different preserved foods in your fridge and/or cupboard that represent five (5) different types of food preservation. Provide a picture of that product and briefly discuss what methods were employed to maintain product freshness and safety/hygiene. Please make sure you have a mix of both physical and chemical preservation methods
What do the different growth models identify as the key determinants of economic growth? Identify two...
What do the different growth models identify as the key determinants of economic growth? Identify two key limitations of the neoclassical growth model in explaining contemporary developing country experiences. Finally, compare and contrast Neoclassical, Marxian and Keynesian economic theories.
Describe how molecular models may be used to represent a range of molecules of different shapes.
Describe how molecular models may be used to represent a range of molecules of different shapes.
Explain how molecular models may be used to represent a range of molecules of different shapes.
Explain how molecular models may be used to represent a range of molecules of different shapes.
The data represent the age of world leaders on their day of inauguration. Find the​ five-number...
The data represent the age of world leaders on their day of inauguration. Find the​ five-number summary, and construct a boxplot for the data. Comment on the shape of the distribution. 4848 6565 4949 6262 4343 5656 4343 5757 6868 5555 5858 6464 5757 5050 4848 A) The​ five-number summary is: Create a boxplot of the data. Choose the correct description of the shape of the distribution. A. The distribution is skewed to the right.The distribution is skewed to the...
The data represent the age of world leaders on their day of inauguration. Find the​ five-number...
The data represent the age of world leaders on their day of inauguration. Find the​ five-number summary, and construct a boxplot for the data. Comment on the shape of the distribution. 56 64 48 59 63 68 65 64 68 69 60 45 62 47 57 The​ five-number summary is nothing ​, nothing ​, nothing ​, nothing ​, nothing .
The data represent the age of world leaders on their day of inauguration. Find the five-number...
The data represent the age of world leaders on their day of inauguration. Find the five-number summary, and construct a boxplot for the data. Comment on the shape of the distribution. 60 56 47 59 64 68 57 45 65 64 62 48 63 68 69 The five-number summary is _____ (Use ascending order) Draw the boxplot What is the shape of the distribution? - Rougly symmetric -Skewed to the left -Skewed to the right -Shape of the distribution cannot...
The data represent the age of world leaders on their day of inauguration. Find the​ five-number...
The data represent the age of world leaders on their day of inauguration. Find the​ five-number summary, and construct a boxplot for the data. Comment on the shape of the distribution. 49 57 62 55 43 68 58 64 43 57 56 65 48 48 50 The​ five-number summary is _____​,_______​,_______​,_______​,______. ​(Use ascending​ order.) Choose the correct description of the shape of the distribution. A. The distribution is roughly symmetric.The distribution is roughly symmetric. B. The distribution is skewed to...
There are different kinds of isomers, describe them. Name FIVE functional groups and list a property...
There are different kinds of isomers, describe them. Name FIVE functional groups and list a property of each one. Why is carbon so important to life on earth?
An analyst has kept track of number of defect produced by five workers on five different...
An analyst has kept track of number of defect produced by five workers on five different machines the result are shown below for a run of 400 units per machine M1 M2 M3 M4 M5 1 1 7 4 8 2 2 7 4 5 2 1 3 3 4 3 2 3 4 9 2 8 8 5 5 0 3 2 4 3 USE excel and determine the set of assisments that will minimize the toatal number of...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT