Field Notes Journal

Winter Visitor Model

This model represents species that are present only during the winter period, with a winter peak, activity spanning the year boundary, and near-absence through spring and summer.

It provides a minimal explanation for patterns seen in the seasonal analysis of observations, showing that a small number of simple processes can produce:

The model does not attempt to describe detailed ecological mechanisms. Instead, it offers a way of understanding how seasonal structure and timing combine to produce the observed patterns.

Concept

This model describes species that are present during the winter months, with activity spanning the end and beginning of the year.

It answers the question:

When is the species present?

Like the seasonal model, presence is limited to part of the year. Unlike it, the active period crosses the year boundary.

The model defines a seasonal target, representing expected activity through the year. The observed signal then adjusts towards this target over time.

The target combines:

Together, these produce a cycle that rises through autumn, peaks in winter, and falls away into spring.

Model Parameters

A small number of parameters control the behaviour of the model:

Parameter Purpose
INITIAL_Y Sets the starting value of the modelled signal
BASELINE Sets any persistent background level (typically near zero for winter visitors)
WINTER_WEIGHT Controls the strength of the winter peak
AUTUMN_WEIGHT Controls the strength of the autumn arrival phase
SUMMER_DIP Controls the strength of the summer suppression
WINTER_PEAK Sets the timing of peak winter presence
AUTUMN_PEAK Sets the timing of autumn arrival
SUMMER_LOW Sets the timing of lowest summer activity
WINTER_WIDTH Controls how concentrated the winter peak is
AUTUMN_WIDTH Controls the breadth of the arrival phase
SUMMER_WIDTH Controls the breadth of the summer low
GROWTH_RATE Controls how quickly activity rises towards the seasonal target
DECAY_RATE Controls how quickly activity declines

Together, these parameters define:

All timing parameters are expressed in months on a circular 12-month scale.

Mathematical Form

The model is a first-order system:

dy/dt = rate × (target(t) - y)

Where:

The target function is constructed from smooth periodic components:

target(t) = winter(t) + autumn(t) - summer(t) + BASELINE

Each component is a smooth function over a 12-month cycle, allowing continuous variation without discontinuities.

Model Behaviour

When applied over a full year, the model produces a winter-centred cycle:

The shape depends on:

Unlike the seasonal presence model, the season is not bounded within a single part of the calendar year. Instead, it wraps across the year boundary.

Normalisation

Model outputs are expressed as a relative measure of activity.

To allow comparison across species, results are normalised so that:

This focuses attention on the timing and shape of seasonal variation.

Parameter Interpretation

After parameter fitting, the parameters are broadly interpretable as follows:

As with all simple models:

In practice, each species can be described by both:

Together, these form a compact description of seasonal presence.

Tool

ODE Solver

A simple tool for exploring time-based models

The seasonal presence and detectability models were developed using a small, general-purpose ordinary differential equation solver, designed for experimentation and visualisation.

It allows simple systems to be defined and explored over time, making it possible to test how patterns might arise from underlying processes.

The application, the models, and instructions on how to run them are provided in the GitHub repository.

View on GitHub