Stochasticity You can download the notes from: http:www'helsinki'fijlaaksoteaching - PowerPoint PPT Presentation

1 / 19
About This Presentation
Title:

Stochasticity You can download the notes from: http:www'helsinki'fijlaaksoteaching

Description:

Pseudo-random processes; random-number generators. Deterministic process which is however ' ... statistical properties of random numbers? Example: adjust the ... – PowerPoint PPT presentation

Number of Views:33
Avg rating:3.0/5.0
Slides: 20
Provided by: jounil
Category:

less

Transcript and Presenter's Notes

Title: Stochasticity You can download the notes from: http:www'helsinki'fijlaaksoteaching


1
StochasticityYou can download the notes
fromhttp//www.helsinki.fi/jlaakso/teaching/
2
Stochasticity
randomness, or we do not know how to
predict the next data point , noise
3
White noise
4
Red noise
5
Blue noise
6
How to generate stochasticity?
Can we find something that is truly random?
(http//www.fourmilab.ch/hotbits/)
  • Pseudo-random processes random-number generators
  • Deterministic process which is however
  • sufficiently complex in dynamical terms
    (complexity it is difficult to predict
    successive data points prom the previous ones).

7
Matlab example
  • Built-in functions
  • rand (uniform distribution between 01)
  • randn (normal distribution)
  • poissrnd (poisson distribution)

How to adjust statistical properties of random
numbers? Example adjust the mean and range X
rand(1,10) generate random numbers Y X a
b set mean, range
8
Creating autocorrelated (i.e. coloured) noise
MATLAB example (AR1-process) for t 1 tmax
X(t1) X(t)a randnb end
Where a -1ltalt1 defines the autocorrelation
structure negative values of a produce blue
noise, positive values red noise when a0 we get
uncorrelated white noise. b defines the variance
- There are also other ways to produce correlated
variations -
9
White AR noise,a0
10
Red noise,agt0
11
Blue noise, alt0
12
The biological meaning of stochasticity !
13
What is stochasticity in the context of
population models?
  • Uncertainty in
  • individual deaths and births ? demographic
    stochasticity
  • uncertainty in environmental factors affecting
    population growth ? environmental stochasticity
  • (weather, other species, )

14
Demographic stochasticity individual-based
model of population growth process
  • Matlab example random births
  • Some assumptions
  • No density dependence
  • Only females, adults die after reproduction
  • Fixed probabilities for producing n offsprings /
    female

15
Environmental stochasticity and population level
models
  • Example exponential growth model where to put
    the stochasticity?
  • N(t) N(t)Rc (deterministic exp. growth)
  • where parameter R is constant
  • N(t) N(t)Rs (stochastic exp. growth)
  • where Rs is stochastic (e.g., good year/bad
    year, or normally distributed)

16
Environmental stochasticity and population level
models
  • Example logistic growth model where to put the
    stochasticity?
  • N(t) N(t) N(t)Rc(1-N(t)/Kc)
    (deterministic)
  • where parameters Rc and Kc are constants
  • N(t) N(t) N(t)R(1-N(t)/Ks) (stochastic K)
  • where parameter K is stochastic (e.g., good
    year/bad year, or normally distributed)

17
Stochasticity, models and data
  • Uncertainty in the process itself
  • demographic stochasticity
  • environmental stochasticity
  • Uncertainty due to measuring error
  • Independent of the process
  • Real data usually contains elements of both!

18
Stochasticity, models and data
  • The source (process vs. measurement error?) and
    type (statistical properties?) of uncertainty in
    data becomes important when
  • decisions are made about how to model the system
  • models are fitted to data

19
GO, PRACTISE !1. demographic stochasticity2.
population level stochasticity
Write a Comment
User Comments (0)
About PowerShow.com