|
basicfit(s1,
s2)
Calculates a basic fitness calculation between a model-
generated time series and a observed time series.
it uses a Mean square error. |
source code
|
|
|
clearNaN(obs)
Loops through an array with data series as columns, and
Replaces NaNs with the mean of the other series. |
source code
|
|
|
|
|
model_as_ra(theta,
model,
phinames)
Does a single run of self.model and returns the results as a record array |
source code
|
|
|
model(theta,
n=1)
Model (r,p0, n=1)
Simulates the Population dynamic Model (PDM) Pt = rP0
for n time steps.
P0 is the initial population size.
Example model for testing purposes. |
source code
|
|
|
plotRaHist(arr)
Plots a record array
as a panel of histograms |
source code
|
|
|
|
|
|