пятница, 16 августа 2019 г.

Logistic population growth model

15.8 - Population Growth Example. Census Data. A simple model for population growth towards an asymptote is the logistic model. where $y_ $ is the population size at time $x_ $, $\beta_ $ is the asymptote towards which the population grows, $\beta_ $ reflects the size of the population at time x = 0 (relative to its asymptotic size), and $\beta_ $ controls the growth rate of the population. We fit this model to Census population data (us_census.txt) for the United States (in millions) ranging from 1790 through 1990 (see below). The data are graphed (see below) and the line represents the fit of the logistic population growth model. To fit the logistic model to the U. S. Census data, we need starting values for the parameters. It is often important in nonlinear least squares estimation to choose reasonable starting values, which generally requires some insight into the structure of the model. We know that $\beta_ $ represents asymptotic population. The data in the plot above show that in 1990 the U. S. population stood at about 250 million and did not appear to be close to an asymptote; so as not to extrapolate too far beyond the data, let us set the starting value of $\beta_ $ to 350. It is convenient to scale time so that $x_ =0$ in 1790, and so that the unit of time is 10 years. Then substituting $\beta_ =350$ and $x=0$ into the model, using the value $y_ =3.929$ from the data, and assuming that the error is 0, we have. Solving for $\beta_ $ gives us a plausible start value for this parameter: Finally, returning to the data, at time x = 1 (i.e., at the second Census performed in 1800), the population was $y_ =5.308$. Using this value, along with the previously determined start values for $\beta_ $ and $\beta_ $, and again setting the error to 0, we have. Solving for $\beta_ $ we get. So now we have starting values for the nonlinear least squares algorithm that we use. Below is the output from fitting the model in Minitab v17 using Gauss-Netwon: Select Stat > Regression > Nonlinear Regression Select "population" for the Response Type the following into the "Edit directly" box under Expectation Function: beta1/(1+exp(beta2+beta3*(year-1790)/10)) Click Parameters and type in the values specified above (350, 4.5, and –0.3) As you can see, the starting values resulted in convergence with values not too far from our guess. Here is a plot of the residuals versus the year. As you can see, the logistic functional form that we chose did catch the gross characteristics of this data, but some of the nuances appear to not be as well characterized. Since there are indications of some cyclical behavior, a model incorporating correlated errors or, perhaps, trigonometric functions could be investigated.

Комментариев нет:

Отправить комментарий