Fact-checked by Grok 2 weeks ago

Leslie matrix

The Leslie matrix is a , age-structured widely used in and to project the size and composition of populations over time, based on age-specific birth and survival rates. It represents these dynamics through a square matrix, typically denoted as L, where the first row contains the fertility rates (average number of female offspring produced per individual in each age class), the subdiagonal entries are the survival probabilities (probability of surviving from one age class to the next), and all other elements are zero. Developed by ecologist Patrick H. Leslie in his 1945 paper "On the Use of Matrices in Certain Population Mathematics," the model assumes a closed population with no , density-independent vital rates, and focuses on one sex (usually females, as they determine reproductive potential). The model's power lies in its application of linear algebra to projection: if \mathbf{n}_t is a column representing the number of individuals in each age class at time t, then the population at the next time step is given by \mathbf{n}_{t+1} = L \mathbf{n}_t. Repeated multiplication yields long-term projections, revealing the finite growth rate \lambda as the dominant (largest) eigenvalue of L, which determines whether the population grows (\lambda > 1), declines (\lambda < 1), or remains stable (\lambda = 1). The corresponding right eigenvector provides the stable age distribution—the long-term proportional structure toward which the population converges, regardless of initial conditions—while the left eigenvector indicates the reproductive values of each age class. Since its introduction, the Leslie matrix has become a foundational tool in matrix population models (MPMs), applied to diverse species from insects and plants to mammals and humans, aiding in conservation, wildlife management, and demographic forecasting. For instance, it helps assess harvesting sustainability in fisheries or predict extinction risks by incorporating sensitivity analyses of vital rates. Extensions include stage-structured variants (Lefkovitch matrices) for non-age-based classifications like size or maturity, but the classic Leslie form remains essential for its simplicity and interpretability in age-explicit data.

Definition and Formulation

Historical Development

Similar matrix models for age-structured populations were independently developed shortly before by Harro Bernardelli in 1941 and E. G. Lewis in 1942. The Leslie matrix model was introduced by British ecologist in his seminal 1945 paper, "On the use of matrices in certain population mathematics," published in the journal . In this work, Leslie adapted matrix algebra to project age-structured population growth, providing a discrete-time framework for demographic analysis that facilitated computations previously limited by iterative methods. This development occurred amid post-World War II advancements in mathematical demography, which built upon earlier foundations laid by Leonhard Euler in the 18th century and Alfred J. Lotka in the early 20th century. Euler's 1760 analysis of stable population structures and Lotka's 1907 derivation of the intrinsic rate of increase from age-specific schedules inspired Leslie's matrix approach, enabling more efficient modeling of fertility and survival rates in both human and nonhuman populations. The timing aligned with renewed interest in quantitative ecology following wartime disruptions, as researchers sought tools for forecasting population dynamics in resource management and control efforts. In the late 1940s and 1950s, Leslie and collaborators applied the model to both human demography and animal populations, including detailed studies of vole (Microtus) dynamics at the Bureau of Animal Population in Oxford. These early applications demonstrated the matrix's utility in simulating multi-year projections from empirical life tables, influencing pest control strategies and ecological forecasting during a period of expanding field data collection. By the 1970s, the Leslie matrix had gained widespread adoption in ecology, prominently featured in E. C. Pielou's influential textbook Population and Community Ecology: Principles and Methods (1974), which integrated it into standard curricula for analyzing structured population growth. This milestone reflected the model's transition from specialized demographic tools to a core method in population biology, supported by accessible computational aids and its alignment with empirical studies in conservation and wildlife management.

Matrix Structure and Components

The Leslie matrix L is defined as an n \times n non-negative square matrix that models the age-structured dynamics of a population divided into n discrete age classes. The matrix's distinctive structure places age-specific fertility rates f_i (the expected number of offspring produced per individual in age class i per time step) along the first row, such that L_{1,i} = f_i for i = 1, 2, \dots, n. Survival probabilities p_i (the proportion of individuals in age class i that survive to age class i+1) occupy the subdiagonal entries, with L_{i+1,i} = p_i for i = 1, 2, \dots, n-1; all remaining entries are zero, ensuring that population transitions occur only through survival to the next age class or births assigned to the first class. This form can be expressed explicitly as L = \begin{pmatrix} f_1 & f_2 & f_3 & \cdots & f_{n-1} & f_n \\ p_1 & 0 & 0 & \cdots & 0 & 0 \\ 0 & p_2 & 0 & \cdots & 0 & 0 \\ \vdots & \vdots & \ddots & \ddots & \vdots & \vdots \\ 0 & 0 & \cdots & p_{n-2} & 0 & 0 \\ 0 & 0 & \cdots & 0 & p_{n-1} & 0 \end{pmatrix}, where the survival probability from the final age class is implicitly p_n = 0, reflecting no transition beyond the last class. The formulation relies on key assumptions, including discrete time steps (typically annual or census intervals) during which vital rates are measured, non-overlapping generations within each age class such that individuals do not age continuously within a step, and constant fertility and survival rates across time periods.

Population Dynamics Modeling

Discrete-Time Projection

The population at discrete time t in a model is represented by a column vector \mathbf{n}(t) = \begin{pmatrix} n_1(t) \\ n_2(t) \\ \vdots \\ n_m(t) \end{pmatrix}, where n_i(t) is the number of individuals (typically females) in the i-th age class, and m is the number of age classes. This vector captures the age-structured composition of the population at each census interval, usually one year or a biologically relevant time step. The projection from time t to t+1 is obtained by multiplying the population vector by the Leslie matrix L, yielding the equation \mathbf{n}(t+1) = L \mathbf{n}(t). Here, L incorporates age-specific fertilities on the first row and survival probabilities on the subdiagonal, briefly referencing components such as fertilities f_i and survivals p_i from prior formulations. This matrix multiplication updates the age distribution: newborns in the first class are the sum of births across all classes, while individuals in subsequent classes are survivors from the previous class shifted forward. For projections over multiple time steps, the model iterates the process, giving \mathbf{n}(t+k) = L^k \mathbf{n}(t) for k steps ahead, which facilitates forecasts of total population size N(t+k) = \sum_{i=1}^m n_i(t+k) and age composition. Computing powers of L or successive multiplications allows prediction of short-term dynamics, such as population growth or decline, based on the initial age structure. As an illustrative example in a three-age-class model, consider an initial vector \mathbf{n}(0) = \begin{pmatrix} 100 \\ 50 \\ 30 \end{pmatrix} and a Leslie matrix L = \begin{pmatrix} 0 & 1.2 & 0.8 \\ 0.9 & 0 & 0 \\ 0 & 0.6 & 0 \end{pmatrix}. The one-step projection is \mathbf{n}(1) = L \mathbf{n}(0) = \begin{pmatrix} 0 \cdot 100 + 1.2 \cdot 50 + 0.8 \cdot 30 \\ 0.9 \cdot 100 + 0 \cdot 50 + 0 \cdot 30 \\ 0 \cdot 100 + 0.6 \cdot 50 + 0 \cdot 30 \end{pmatrix} = \begin{pmatrix} 84 \\ 90 \\ 30 \end{pmatrix}, demonstrating the updated numbers: 84 newborns, 90 survivors to the second class, and 30 survivors to the third class.

Interpretation of Entries

The fertility rates f_i in the Leslie matrix represent the net reproductive output for individuals in age class i, defined as the average number of female offspring produced per female during the projection interval. This metric incorporates the age-specific maternity function, which quantifies the birth rate, along with adjustments for the sex ratio at birth—typically assumed to be 0.5 to focus on female contributions to population growth. The survival probabilities p_i denote the likelihood that an individual in age class i survives to the next age class i+1 over the specified time interval. These values are commonly derived from age-specific mortality rates m_i using the relation p_i = 1 - m_i, reflecting the proportion of individuals that persist through environmental, predatory, or other risks without reproduction or further aging effects. Age classes within the model are generally structured as equal-width time intervals aligned with the census or projection period, such as annual bins (e.g., 0–1 year for newborns, 1–2 years for yearlings). For post-reproductive classes, fertility rates are set to f_i = 0, ensuring that only viable reproductive ages contribute to future population sizes while allowing survival to capture overall longevity. Parameter selection for f_i and p_i profoundly influences projection outcomes, with sensitivity analyses revealing life-history dependent effects. In long-lived mammals, such as elephants or deer, alterations to adult survival probabilities p_i typically exert stronger control over long-term population growth due to extended reproductive lifespans, whereas in short-lived insects like aphids, variations in early fertility rates f_i dominate because of rapid turnover and high fecundity concentrated in brief periods.

Mathematical Analysis

Eigenvalues and Population Growth

The eigenvalues of the Leslie matrix L are determined by solving the characteristic equation \det(L - \lambda I) = 0, where I is the identity matrix. This equation yields n eigenvalues for an n \times n matrix, but the dominant eigenvalue \lambda_1, which is real, positive, and has the largest magnitude, is of primary interest in population dynamics. The value of \lambda_1 represents the finite rate of population increase per time step, with \lambda_1 > 1 indicating growth, \lambda_1 < 1 decline, and \lambda_1 = 1 stability. To facilitate comparison with continuous-time models, the intrinsic rate of increase is often defined as r = \ln(\lambda_1). The Perron-Frobenius theorem applies to the Leslie matrix when it is nonnegative and irreducible (typically the case for primitive Leslie matrices with positive fertilities in at least one class), guaranteeing that \lambda_1 is simple (algebraic multiplicity one), strictly positive, and greater in magnitude than all other eigenvalues |\lambda_i| < \lambda_1 for i \neq 1. This theorem ensures that \lambda_1 uniquely governs the long-term asymptotic behavior of the population projection \mathbf{n}(t) = L^t \mathbf{n}(0), with the population growing or declining exponentially at rate \lambda_1. The theorem's conditions are satisfied in standard Leslie models due to the subdiagonal survival probabilities and nonnegative fertilities, preventing cycles or negative growth dominance. Computing \lambda_1 analytically is feasible only for small n; for example, with n=2, the characteristic equation reduces to a quadratic \lambda^2 - f_1 \lambda - s_1 f_2 = 0, solvable via the quadratic formula. For larger n, numerical methods are essential, such as the power iteration algorithm, which iteratively applies L to an initial positive vector \mathbf{v}^{(0)} to converge to the dominant eigenvector scaled by \lambda_1: \mathbf{v}^{(k+1)} = L \mathbf{v}^{(k)} / \|L \mathbf{v}^{(k)}\|, with the Rayleigh quotient approximating \lambda_1. This method exploits the Perron-Frobenius properties for rapid convergence in ecological applications. Asymptotically, the total population size N(t) = \sum \mathbf{n}(t) follows N(t) \sim c \lambda_1^t as t \to \infty, where c > 0 is a constant depending on initial conditions \mathbf{n}(0). This trajectory underscores \lambda_1's role in long-term , with transient oscillations from other eigenvalues damping out due to |\lambda_i| < \lambda_1.

Stable Age Distribution

In the Leslie matrix model, the stable age distribution is given by the right eigenvector \mathbf{v} corresponding to the dominant eigenvalue \lambda_1, the largest real eigenvalue of the matrix L, which satisfies L \mathbf{v} = \lambda_1 \mathbf{v} with all components of \mathbf{v} positive by the Perron-Frobenius theorem applicable to nonnegative irreducible matrices. This eigenvector \mathbf{v}, when normalized such that its components sum to 1, yields the stable proportions c_i = v_i / \sum_j v_j for each age class i, representing the long-term relative frequencies of individuals in each age group under constant vital rates. Regardless of the initial population vector \mathbf{n}(0), the normalized population structure \mathbf{n}(t) / \|\mathbf{n}(t)\| converges to \mathbf{v} as t \to \infty, provided \lambda_1 > |\lambda_i| for all other eigenvalues \lambda_i (i ≠ 1), ensuring the dominant prevails over transient . Biologically, this stable age distribution describes the equilibrium fractions of the in each age class, reflecting a between and ; for instance, in growing populations where \lambda_1 > 1, the proportions are higher in younger age classes to support sustained increase. The components of the stable distribution can be computed recursively starting from the youngest age class. Assuming age classes indexed from 0 (newborns) to n-1, set c_0 = 1 temporarily, then c_{k} = c_{k-1} \cdot (p_{k-1} / \lambda_1) for k = 1 to n-1, where p_j is the survival probability from age j to j+1; the true proportions are then obtained by dividing by the sum \sum_{k=0}^{n-1} c_k. Equivalently, the proportion in the newborn class is c_0 = \frac{1}{\sum_{k=0}^{n-1} \lambda_1^{-k} \prod_{j=0}^{k-1} p_j}, with the product over an empty set defined as 1 for k=0, and subsequent proportions following the recursion above. This formulation, derived from the eigenvector equation, highlights how survival probabilities and the growth rate \lambda_1 determine the age structure at stability.

Extensions and Variations

Lefkovitch Matrices

Lefkovitch matrices extend the age-specific Leslie matrix to stage-structured populations, where individuals are classified by developmental stages (e.g., size, maturity) rather than exact age. Developed by William D. Lefkovitch in , these models are particularly useful for where age is hard to measure but stage transitions are observable, such as or . The matrix structure retains the Leslie form's sparsity but adapts entries: the first row contains stage-specific fertilities (offspring production per stage); the subdiagonal represents transition probabilities to the next stage (progression/survival); the diagonal includes survival/stasis probabilities within stages; and all other elements are zero. Unlike the Leslie matrix, stages may have indefinite duration, allowing multiple time steps in one stage. The population projection follows \mathbf{n}_{t+1} = L \mathbf{n}_t, with the dominant eigenvalue still indicating the asymptotic growth rate, and eigenvectors providing stable stage distribution and reproductive values. This generalization broadens applicability to diverse taxa while preserving linear algebraic tractability.

Stochastic Leslie Models

Stochastic Leslie models extend the deterministic framework by incorporating temporal variability in demographic parameters to represent uncertain or fluctuating environments, such as those driven by variability or resource availability. In this approach, the rates f_i and probabilities p_i in the Leslie matrix are modeled as random variables, often drawn from probability distributions that capture or demographic ity. The are then described by the iterative equation \mathbf{n}(t+1) = L(t) \mathbf{n}(t), where L(t) is a Leslie matrix that varies across time steps t, typically according to a Markov process or independent and identically distributed (i.i.d.) sequence. This formulation allows the model to simulate realistic trajectories under non-constant conditions, where each realization of L(t) reflects a possible environmental state. A central feature of these models is the long-term growth rate, defined as the fitness \lambda_g, which governs the asymptotic behavior of . Mathematically, \ln \lambda_g \approx E[\ln \lambda_1(t)], where \lambda_1(t) denotes the dominant eigenvalue of the L(t) at time t, and the is taken over the distribution of environmental states. This geometric measure contrasts with the used in deterministic models, as the concavity of the logarithm function implies, by , that E[\ln \lambda_1(t)] < \ln E[\lambda_1(t)], resulting in suppressed long-term growth relative to the average vital rates. For instance, in environments with multiplicative noise affecting fertilities and survivals, the stochastic growth rate is systematically lower than the deterministic based on mean parameters. The introduction of randomness leads to variance propagation in population projections, where uncertainty in vital rates accumulates multiplicatively over generations, broadening the distribution of possible future population sizes \mathbf{n}(t). To quantify this, Monte Carlo methods are employed, involving repeated simulations of the stochastic process to estimate the full probability distribution of population trajectories, extinction risks, or growth rate variability. These simulations reveal that variance increases with time horizon and noise intensity, often highlighting higher extinction probabilities in small populations compared to deterministic forecasts. A key analytical result in stochastic Leslie models is Tuljapurkar's approximation for the stochastic growth rate under small perturbations, which predicts that for multiplicative , the long-term growth rate \ln \lambda_s is approximately \ln \bar{\lambda} - \frac{1}{2} \mathbf{s}^T C \mathbf{s}, where \bar{\lambda} is the dominant eigenvalue of the mean matrix, \mathbf{s} is the stable age distribution vector, and C is the of the logged vital rates. This approximation underscores the depressive effect of variability, showing that stochastic models consistently forecast lower growth than their deterministic counterparts, particularly when noise is correlated across age classes. Such insights have been pivotal in ecological applications, emphasizing the role of environmental stochasticity in driving population persistence.

Continuous-Time Analogues

The continuous-time analogue to the discrete-time Leslie matrix model arises from the McKendrick-von Foerster , which governs the evolution of age-structured populations where both time and are treated as continuous variables. This equation takes the form \frac{\partial n(a,t)}{\partial t} + \frac{\partial n(a,t)}{\partial a} = -\mu(a) n(a,t), where n(a,t) denotes the at a and time t, and \mu(a) is the age-specific . The boundary condition at age zero specifies the birth process as n(0,t) = \int_0^\infty \beta(a) n(a,t) \, da, with \beta(a) representing the age-specific fertility rate. This formulation, originally proposed by McKendrick and later elaborated by von Foerster, provides a deterministic description of population dynamics that inherently accommodates overlapping generations, as individuals of all ages coexist and contribute to births and deaths at any instant. To facilitate numerical analysis and computation, the continuous model is often discretized in age, dividing the lifespan into k age classes of width \Delta a. This yields a system of ordinary differential equations of the form \frac{d\mathbf{n}(t)}{dt} = A \mathbf{n}(t), where \mathbf{n}(t) is the vector of population sizes in each age class. The matrix A approximates the partial differential equation using finite differences: the top row contains the fertility rates \beta_i for each age class i, reflecting contributions to the newborn class; the diagonal elements are A_{i,i} = -\mu_i - 1/\Delta a, accounting for mortality and the outflow due to aging within the class; and the subdiagonal elements are A_{i,i-1} = 1/\Delta a, representing the inflow from the previous age class (with survival implicitly incorporated via the mortality terms). This structure parallels the Leslie matrix but operates in continuous time, enabling solutions via matrix exponentiation or numerical integration. The long-term growth rate in this continuous model is determined by the dominant (real) eigenvalue r of A, known as the Malthusian parameter, which directly gives the intrinsic rate of increase per unit time. This is analogous to the discrete-time case, where the dominant eigenvalue \lambda_1 of the Leslie matrix L yields an approximate growth rate of \ln(\lambda_1)/\Delta t when the time step \Delta t is small; as \Delta t \to 0, the discrete and continuous formulations converge. The eigenvalue r satisfies Lotka's integral equation \int_0^\infty e^{-r a} l(a) \beta(a) \, da = 1, where l(a) is the survivorship function, linking the matrix model back to the underlying continuous dynamics. Compared to the Leslie matrix, which projects states at fixed intervals (e.g., \mathbf{n}(t+1) = L \mathbf{n}(t)), the continuous-time approach better captures overlapping generations by avoiding artifacts from coarse time steps, such as synchronized cohorts or biased growth estimates in populations with long lifespans. It has been particularly influential in human demography, where models developed by Keyfitz integrate life-table data into continuous frameworks for forecasting and , allowing for time-varying rates and nonlinear extensions that are more challenging in discrete settings.

Applications and Examples

Ecological and Demographic Uses

Leslie matrices are widely applied in to model harvesting strategies that ensure sustainable yields, particularly in fisheries where age-specific catch rates vary significantly across stages. For instance, modifications to the Leslie matrix incorporate the stage and recruited segments, allowing managers to simulate the impacts of selective harvesting on structure and rates. In fish populations like , the matrix-derived dominant eigenvalue λ is used to define a biological reference point (F_st), the at which λ = 1, maintaining stable populations; for , this yields an F_st of 0.52 under deterministic conditions, guiding quota settings to prevent . These models prioritize age-specific survival and adjustments to balance economic yields with long-term viability, as demonstrated in assessments of environmental impacts on . In , Leslie matrices form the basis for population viability analysis (PVA) of , estimating risks by projecting future population trajectories under varying threats. The dominant eigenvalue λ serves as a key metric: values below 1 indicate declining populations, informing assessments where sustained λ < 1 over multiple generations signals high risk. These analyses highlight sensitivities in vital rates, aiding prioritization of conservation actions for like Hector's dolphins. In human demography, Leslie matrices project age-structured changes using data on and mortality, enabling policymakers to forecast age pyramids and dependency ratios for long-term planning. Applied to the , the model uses 2010 vital statistics to predict shifts toward an aging by 2050, with total numbers rising to 399 million but λ ≈ 0.998 signaling slight long-term decline; this informs Social Security funding by estimating future retiree-to-worker ratios. Similarly, for , projections from 2011 data indicate continued growth, with the expected to reach approximately 1.6 billion by 2051, supporting policies like incentives by revealing evolving distributions. These applications underscore the matrix's role in anticipating demographic pressures on public resources. A notable case study involves the application of a non-linear Leslie matrix to (Loxodonta africana) populations during the 1980s poaching crisis, driven by the . Using historical data from 1814–1987, the model incorporates age-specific hunting mortality and declining , estimating that reduced the continental population to 720,000 (8% of pre-colonial levels) by 1987, with accelerated declines post-1970 due to selective harvesting of mature individuals. of parameters (f_i) showed the population's trajectory was robust to variations in underestimates but highly vulnerable to tusk size selectivity, informing bans on ivory sales to mitigate risks. The stable age distribution, approached asymptotically, revealed skewed structures favoring juveniles under heavy adult , emphasizing the need for age-targeted protections.

Computational Implementation

Leslie matrices can be constructed and analyzed computationally using numerical libraries in various programming languages, enabling simulations of over multiple time steps. In , the library provides a dedicated scipy.linalg.leslie to build the matrix from arrays of rates f = [f_1, f_2, \dots, f_n] and probabilities s = [s_1, s_2, \dots, s_{n-1}], where the first row contains the f_i values and the subdiagonal holds the s_i values, with all other entries zero. For example, the following constructs a 4x4 Leslie matrix:
python
from scipy.linalg import leslie
L = leslie([0.1, 2.0, 1.0, 0.1], [0.2, 0.8, 0.7])
This yields: L = \begin{pmatrix} 0.1 & 2.0 & 1.0 & 0.1 \\ 0.2 & 0 & 0 & 0 \\ 0 & 0.8 & 0 & 0 \\ 0 & 0 & 0.7 & 0 \end{pmatrix} Population projections are then computed by raising L to the power k using numpy.linalg.matrix_power(L, k) and multiplying by an initial age-structured vector. Similarly, in , the gallery function generates a Leslie matrix with A = gallery('leslie', f, s), where f is the vector and s the vector; defaults to ones if unspecified. Projections follow via A^k * n0, with matrix handled by mpower. Eigenvalue extraction for growth rate \lambda_1 and stable age distribution v is facilitated by specialized solvers to ensure accuracy for non-symmetric matrices like Leslie models. In Python, SciPy's scipy.linalg.eigh computes all , from which the dominant real eigenvalue and its right eigenvector are selected; the stable distribution is obtained by normalizing the eigenvector to sum to 1. For instance, after constructing L, evals, evecs = eigh(L) identifies \lambda_1 = \max(\text{real}(evals)) and v = the corresponding column of evecs normalized. In MATLAB, [V, D] = eig(A) provides analogous results, with the stable distribution derived from the eigenvector associated with the largest eigenvalue. Sensitivity and elasticity analyses quantify how changes in vital rates affect \lambda_1, aiding identification of parameters. The of \lambda_1 to the i-th rate f_i is the \frac{\partial \lambda_1}{\partial f_i}, computed using the left and right eigenvectors w and v (normalized such that w^T v = 1) via \frac{\partial \lambda_1}{\partial f_i} = \frac{w_1 v_i}{\sum_j w_j v_j}, though libraries automate this. , the proportional , is then \frac{f_i}{\lambda_1} \frac{\partial \lambda_1}{\partial f_i}, highlighting relative impacts on . These metrics are derived from in models. Dedicated tools streamline these computations, particularly for ecological applications. The R package popbio constructs projection matrices (including Leslie types) from vital rate data via projection.matrix, performs multi-step projections with pop.projection(mat, start.vec, iterations), and extracts \lambda_1, stable distributions, sensitivities, and elasticities using eigen.analysis(mat). For example, sens <- sensitivity(mat) and elas <- elasticity(mat) yield the respective matrices directly. This package is widely used for diagnostics like damping ratio via damping.ratio. For large-scale models with many age classes, sparse matrix representations are essential to manage memory and computation time, as Leslie matrices have at most $2n-1 non-zero entries in an n \times n structure. Libraries like SciPy's sparse module or R's Matrix package store only non-zeros, enabling efficient exponentiation and eigenvalue solves via methods like Krylov subspace iterations. Such approaches scale to models with hundreds of classes, common in demographic simulations.

References

  1. [1]
    On the Use of Matrices in Certain Population Mathematics - jstor
    BY P. H. LESLIE, Bureau of Animal Population, Oxford University ... The dominant root of the original matrix was 1X56246 and the cube root of A1 is 1-56248.
  2. [2]
    7.3: Leslie Matrix Models
    ### Summary of Leslie Matrix Models
  3. [3]
    [PDF] Matrix population model (Leslie matrix)
    In applied mathematics, the Leslie matrix is a discrete, age-structured model of population growth that is very popular in population ecology. It was ...Missing: definition | Show results with:definition
  4. [4]
  5. [5]
    Perspectives on the intrinsic rate of population growth - Cortés - 2016
    May 21, 2016 · Lotka (1907) based on Euler (1760) was the first to derive λ, the finite form of the population rate of increase, from age-specific demographic ...
  6. [6]
    Mathematical Demography - an overview | ScienceDirect Topics
    Mathematical Demography is defined as a young science that emerged in the second half of the 20th century, enabled by the availability of digital computers ...
  7. [7]
    The Leslie matrix (1945)
    Leslie applied to the data on voles the methods developed by Lotka for human demography. During the Second World War, the centre's research focused on control ...
  8. [8]
    Population and Community Ecology: Principles and Methods
    Population and Community Ecology: Principles and ... Pielou plankton plants Poisson distribution population's predators predict probability projection matrix ...Missing: Leslie | Show results with:Leslie
  9. [9]
    A Short History of Mathematical Population Dynamics | SpringerLink
    In stockA Short History of Mathematical Population Dynamics. Textbook; © 2011 ... Price excludes VAT (USA). Available as PDF; Read on any device; Instant download ...Missing: PDF | Show results with:PDF
  10. [10]
    ON THE USE OF MATRICES IN CERTAIN POPULATION ...
    P. H. LESLIE; ON THE USE OF MATRICES IN CERTAIN POPULATION MATHEMATICS, Biometrika, Volume 33, Issue 3, 1 November 1945, Pages 183–212, https://doi.org/10.
  11. [11]
    Introduction to matrix population models - Oxford Academic
    Structured population models play a key role in linking such individual variation in state variables to population-level processes (Caswell and John 1992).
  12. [12]
    Projection matrices in population biology - ScienceDirect.com
    Projection matrix models are widely used in population biology to project the present state of a population into the future.
  13. [13]
    [PDF] Leslie Matrix = Population Projection Matrix Contains age-specific ...
    Leslie Matrix = Population Projection Matrix Contains age-specific fecundity and survival rates. For example, with 3 age classes. Page 1. Leslie Matrix = ...Missing: definition | Show results with:definition
  14. [14]
    7.3: Leslie Matrix Models - Biology LibreTexts
    Oct 13, 2021 · Leslie (1945) developed a matrix method for predicting the size and structure of next year's population for populations with age structure. The ...Missing: paper | Show results with:paper
  15. [15]
    [PDF] The Leslie Matrix Model For Age-Structured Populations
    The p's in the matrix refer to the probability that an individual from a particular age class survives to the next age class. For example, po is interpreted as ...<|control11|><|separator|>
  16. [16]
    [PDF] Using the Leslie Matrix to Project Population Dynamics
    Describes the probability of surviving (or dying, equivalently) through each age class. Can be determined in two basic ways. Cohort method is to observe a set ...<|control11|><|separator|>
  17. [17]
    [PDF] Sensitivity Analysis: Matrix Methods in Demography and Ecology
    The matrix formulation provides easily computable outcomes at the level of the individual (e.g., risks of mortality, longevity, lifetime reproduction), the ...<|separator|>
  18. [18]
    [PDF] Lecture 12 –Matrix Models for Population Biology
    For any square matrix, the identity is a diagonal matrix of equal rank with all of the diagonal elements = 1. Leslie and Lefkovitch Projection Matrices. 1.
  19. [19]
    [PDF] The Perron-Frobenius Theorem and its Application to Population ...
    The Fibonacci Model with two age classes can be generalized to k age classes and we call this the Leslie Model. ... All other entries of our Leslie matrix are ...
  20. [20]
    Matrix Population Models - Caswell - Wiley Online Library
    Sep 29, 2014 · Age-classified matrix population models were introduced by Leslie. They were generalized to stage-classified populations by Lefkovitch.
  21. [21]
    [PDF] Matrix Population Models: deterministic and stochastic dynamics
    The dominant eigenvalue λ of A is the long-term population growth rate. λ>1 ... Given a Leslie matrix A with transition elements a ij. ,. Page 13 ...
  22. [22]
    [PDF] Using Leslie matrices as application of eigenvalues ... - CECM, SFU
    Write down the Leslie matrix. Calculate the eigenvalues and eigenvectors. Is the population growing or declining? What is the long term population distribution?
  23. [23]
    Another look at the eigenvalues of a population matrix model - PMC
    Nov 11, 2019 · ... rate of growth (“dominant eigenvalue”). But ... rate, Dominant eigenvalue, Leslie matrix, Lefkovitch matrix, Interactive software, Wildlife ...
  24. [24]
    [PDF] A Note on the Eigenvalues and Eigenvectors of Leslie matrices.
    and this positive root is the dominate eigenvalue of A. The stable age distribution, normalized so that n1(t) = 1, is given by the column vector v ...
  25. [25]
    Population dynamics in variable environments I. Long-run growth ...
    A model of population growth is studied in which the Leslie matrix for each time interval is chosen according to a Markov process.
  26. [26]
    Conditions for growth and extinction in matrix models with ...
    Nov 1, 2019 · The stochastic growth rate is the main feature in stochastic matrix models. ... A study of growth/extinction in a stochastic Leslie model.
  27. [27]
    Population dynamics in variable environments. III. Evolutionary ...
    Tuljapurkar, 1980a. S.D. Tuljapurkar. Population dynamics in variable environments. II. Correlated environments, sensitivity analysis and dynamics. Theor. Pop ...
  28. [28]
    [PDF] The McKendrick Partial Differential Equation and Its Uses in ...
    That the Leslie matrix is used for routine population forecasting is surely a consequence of the fact that it utilizes data in the form available from standard ...Missing: analogue | Show results with:analogue<|control11|><|separator|>
  29. [29]
    leslie — SciPy v1.16.2 Manual
    The Leslie matrix is used to model discrete-time, age-structured population growth [1] [2]. In a population with n age classes, two sets of parameters define a ...
  30. [30]
    gallery - Test matrices - MATLAB - MathWorks
    A = gallery("leslie",n) generates the Leslie matrix with x = ones(n,1) and y = ones(n-1,1) .Description · Examples · Input Arguments
  31. [31]
    Patterns and rules for sensitivity and elasticity in population ...
    Nov 1, 2009 · Sensitivity and elasticity analysis of population projection matrices (PPMs) are established tools in the analysis of structured populations ...
  32. [32]
    Elasticity analysis of population growth: Implications of matrix model ...
    Elasticity analysis can help ecologists and population managers to rank demographic processes based on their relative contributions to population growth.
  33. [33]
    [PDF] popbio: Construction and Analysis of Matrix Population Models
    Second, the popbio package includes functions to estimate vital rates and construct projection ma- trices from raw census data typically collected in plant ...
  34. [34]
    A contribution of sparse matrices tools to matrix population model ...
    In this note we deal with the contribution of sparse matrices tools which allow to numerically simulate and to numerically perform stability analysis of large ...