yrs<-10 1. Use the given info below to answer the following questions: How did stochasticity influence your predictions of bananaquit population growth compared to the deterministic model? Provide data from your model runs to support your answer. Based on work I did on bananaquits (a small bird) in the Caribbean from 2002-2012, I have point estimates of the in normal years as 1.11. If we assume a starting population of 500 birds, let's grow the population for 10 years at this rate. n<-500 lam<1.11 N
yrs<-10 1. Use the given info below to answer the following questions: How did stochasticity influence your predictions of bananaquit population growth compared to the deterministic model? Provide data from your model runs to support your answer. Based on work I did on bananaquits (a small bird) in the Caribbean from 2002-2012, I have point estimates of the in normal years as 1.11. If we assume a starting population of 500 birds, let's grow the population for 10 years at this rate. n<-500 lam<1.11 N
MATLAB: An Introduction with Applications
6th Edition
ISBN:9781119256830
Author:Amos Gilat
Publisher:Amos Gilat
Chapter1: Starting With Matlab
Section: Chapter Questions
Problem 1P
Related questions
Question
![yrs<-10
1. Use the given info below to answer the following questions: How did stochasticity influence your
predictions of bananaquit population growth compared to the deterministic model? Provide data
from your model runs to support your answer.
Based on work I did on bananaquits (a small bird) in the Caribbean from 2002-2012, I have point estimates of the
in normal years as 1.11. If we assume a starting population of 500 birds, let's grow the population for 10 years at this
rate.
n<-500
lam<1.11
N<n
for (i in 1 yrs){N[i+1]<-lam*N[i]}
plot(seq(0,10),N,type=1',col='blue',xlab="Year",ylab="Population Size")
title(paste('Final population size=',round (N[11],0)))
Final population size=1420
Population Size
600 1000 1400
Year
6 8 10
We see an upcurving line of growth, which is really a small portion of the
geometric (the discrete version of exponential) growth curve, with an estimate of 1420 bananaquits after 10 years.
After running this same code 10 more times, below are the graphs for the best-case scenario (highest number),
worst-case scenario (lowest number), and final number for all years. Compare this with the predicted number based
on the deterministic model.
Test #4 (Best Case Scenario)
Final population size=1420
Test #8 (Worst Case Scenario)
Population Size
600 1000 1400
°
2
4
6
8
10
Year
Population Size
450
Population Size
099 099
Test #10: (Last test/Result)
Final population size=456
300
450
600
TITTTTT
0
4
10
Year
Final population size=456
TIT
0
M
2
4
6 8 10
Year](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2F296fef9a-c947-42b6-a55f-96737f4868cc%2F977bd4a4-fe8f-4d08-8610-4c20de78658e%2Fhhu38qf_processed.png&w=3840&q=75)
Transcribed Image Text:yrs<-10
1. Use the given info below to answer the following questions: How did stochasticity influence your
predictions of bananaquit population growth compared to the deterministic model? Provide data
from your model runs to support your answer.
Based on work I did on bananaquits (a small bird) in the Caribbean from 2002-2012, I have point estimates of the
in normal years as 1.11. If we assume a starting population of 500 birds, let's grow the population for 10 years at this
rate.
n<-500
lam<1.11
N<n
for (i in 1 yrs){N[i+1]<-lam*N[i]}
plot(seq(0,10),N,type=1',col='blue',xlab="Year",ylab="Population Size")
title(paste('Final population size=',round (N[11],0)))
Final population size=1420
Population Size
600 1000 1400
Year
6 8 10
We see an upcurving line of growth, which is really a small portion of the
geometric (the discrete version of exponential) growth curve, with an estimate of 1420 bananaquits after 10 years.
After running this same code 10 more times, below are the graphs for the best-case scenario (highest number),
worst-case scenario (lowest number), and final number for all years. Compare this with the predicted number based
on the deterministic model.
Test #4 (Best Case Scenario)
Final population size=1420
Test #8 (Worst Case Scenario)
Population Size
600 1000 1400
°
2
4
6
8
10
Year
Population Size
450
Population Size
099 099
Test #10: (Last test/Result)
Final population size=456
300
450
600
TITTTTT
0
4
10
Year
Final population size=456
TIT
0
M
2
4
6 8 10
Year
AI-Generated Solution
Unlock instant AI solutions
Tap the button
to generate a solution
Recommended textbooks for you
![MATLAB: An Introduction with Applications](https://www.bartleby.com/isbn_cover_images/9781119256830/9781119256830_smallCoverImage.gif)
MATLAB: An Introduction with Applications
Statistics
ISBN:
9781119256830
Author:
Amos Gilat
Publisher:
John Wiley & Sons Inc
![Probability and Statistics for Engineering and th…](https://www.bartleby.com/isbn_cover_images/9781305251809/9781305251809_smallCoverImage.gif)
Probability and Statistics for Engineering and th…
Statistics
ISBN:
9781305251809
Author:
Jay L. Devore
Publisher:
Cengage Learning
![Statistics for The Behavioral Sciences (MindTap C…](https://www.bartleby.com/isbn_cover_images/9781305504912/9781305504912_smallCoverImage.gif)
Statistics for The Behavioral Sciences (MindTap C…
Statistics
ISBN:
9781305504912
Author:
Frederick J Gravetter, Larry B. Wallnau
Publisher:
Cengage Learning
![MATLAB: An Introduction with Applications](https://www.bartleby.com/isbn_cover_images/9781119256830/9781119256830_smallCoverImage.gif)
MATLAB: An Introduction with Applications
Statistics
ISBN:
9781119256830
Author:
Amos Gilat
Publisher:
John Wiley & Sons Inc
![Probability and Statistics for Engineering and th…](https://www.bartleby.com/isbn_cover_images/9781305251809/9781305251809_smallCoverImage.gif)
Probability and Statistics for Engineering and th…
Statistics
ISBN:
9781305251809
Author:
Jay L. Devore
Publisher:
Cengage Learning
![Statistics for The Behavioral Sciences (MindTap C…](https://www.bartleby.com/isbn_cover_images/9781305504912/9781305504912_smallCoverImage.gif)
Statistics for The Behavioral Sciences (MindTap C…
Statistics
ISBN:
9781305504912
Author:
Frederick J Gravetter, Larry B. Wallnau
Publisher:
Cengage Learning
![Elementary Statistics: Picturing the World (7th E…](https://www.bartleby.com/isbn_cover_images/9780134683416/9780134683416_smallCoverImage.gif)
Elementary Statistics: Picturing the World (7th E…
Statistics
ISBN:
9780134683416
Author:
Ron Larson, Betsy Farber
Publisher:
PEARSON
![The Basic Practice of Statistics](https://www.bartleby.com/isbn_cover_images/9781319042578/9781319042578_smallCoverImage.gif)
The Basic Practice of Statistics
Statistics
ISBN:
9781319042578
Author:
David S. Moore, William I. Notz, Michael A. Fligner
Publisher:
W. H. Freeman
![Introduction to the Practice of Statistics](https://www.bartleby.com/isbn_cover_images/9781319013387/9781319013387_smallCoverImage.gif)
Introduction to the Practice of Statistics
Statistics
ISBN:
9781319013387
Author:
David S. Moore, George P. McCabe, Bruce A. Craig
Publisher:
W. H. Freeman