Navigation
  • Home
  • Recent
  • Most Active
  • Popular
  • Blog
  • Credits
  • RSS
  •   Interaction
  • Register
  • Statistics
  •   Help
  • Suggestions
  • Contact Us
  • How to Edit
  • Help



  • [Edit]


    The Leslie Matrix is a discrete and age-structured model of population growth very popular in population ecology. It was invented by and named after P. H. Leslie. The Leslie Matrix (also called the Leslie Model) is one of the best known ways to describe the growth of populations (and their projected age distribution), in which a population is closed to migration and where only one sex, usually the female, is considered.
    The Leslie Matrix is used in ecology to model the changes in a population of organisms over a period of time. In a Leslie Model, the population is divided into groups based either on age classes or life stage. At each time step the population is represented by a vector with an element for each age classes where each element indicates the number of individuals currently in that class.

    The Leslie Matrix is square matrix with the same number of rows and columns as the population vector has elements. The (i,j)th cell in the matrix indicates how many individuals will be in the age class j at the next time step for each individual in stage i. At each time step, the population vector is multiplied by the Leslie Matrix to generate the population vector for the following time step.

    To build a matrix, some information must be known from the population;

    - n_x, the number of individual (n) of each age class x

    - s_x, the fraction of individuals that survives from age class x to age class x+1,

    - f_x, fecundity, the per capita average number of female offsprings reaching n_1 born from mother of the age class x


    egin
    n_1 \
    n_2 \
    n_3 \
    n_4 \
    end_

        Leslie matrix


    top


    egin
    f_1 & f_2 & f_3 & f_4 \
    s_1 & 0 & 0 & 0 \
    0 & s_2 & 0 & 0 \
    0 & 0 & s_3 & 0 \
    end
    egin
    n_1 \ n_2 \ n_3 \ n_4
    end_


    This can be written as;

    mathbf_ = mathbfmathbf_t


    or;

    mathbf_ = mathbf^tmathbf_0


    Where mathbf_t is the population vector at time t and mathbf is the Leslie matrix.

    The Leslie model is very similar to a discrete-time Markov chain. The main difference
    is that in a Markov model, one would have f_x+s_x=1 for each x,
    while the Leslie model may have these sums greater or less than 1.
     
    Search more:
     

       
    Source Privacy License Download Contact Us Atlas
    Scientus.org Dictionary (Yet Another Wiki) RC : 1.39
    MIT OpenCourseWare
    This article is licensed under the GNU Free Documentation License [copyleft]. It uses material from the Wikipedia article "Leslie matrix". link