TSIRlyap: Function to do Lyapunov exponent calculations from a TSIR...

Description Usage Arguments Value Examples

View source: R/rfuncs.R

Description

Function to do Lyapunov exponent calculations from a TSIR simulation

Usage

1
TSIRlyap(I, S, alpha, bt, N)

Arguments

I

a vector containing the time series of Is

S

vector containing the time series of Ss

alpha

the exponent on I

bt

the seasonal transmission coefficients

N

the population size

Value

An object of class lyap with the lyapunov exponent, values for the Jacobians, parameters and data

Examples

1
## Not run: see chapter 10 in book

epimdr documentation built on March 26, 2020, 7:41 p.m.

Related to TSIRlyap in epimdr...