biofitmodel: biofitmodel

Description Usage Arguments Value Author(s)

Description

Biofitmodel is the function to find, troughout a grid scheme, which are the best intra competition parameters Alpha Adults and Alpha Larvs by using the minimal RMSE criterion, when environmental and population data are fixed.To build grid the function needs the ranges of alpha parameters. It is possible to esplicit the numerosity of data used to perform the validation indicating the index of starting and ending by using observed data as reference.

Usage

1
2
3
4
5
biofitmodel(i_biometeo, i_biopopulation, i_biocontainer, i_monitoring,
  range_alpha_a = seq(0.005, 0.01, 0.001), range_alpha_l = seq(0.005, 0.01,
  0.001), range_density_l = 100, stocastic = TRUE, n_sampling = 10,
  inibition = FALSE, plotresults = FALSE, testRMSE = FALSE,
  ini_rmse = 1, end_rmse = NULL)

Arguments

i_biometeo

object rAedesSim biometeo object

i_biopopulation

object rAedesSim biopopulation object .

i_biocontainer

object rAedesSim biocontainer object .

i_monitoring

object rAedesSim biodata object concerning mosquito eggs field observations.

range_alpha_a

numeric rAedesSim range of female adult competition alpha. Default values are done by seq(0.005,0.01,0.001).

range_alpha_l

numeric rAedesSim range of intra-larval competition alpha . Default values are done by seq(0.005,0.01,0.001)

range_density_l

numeric rAedesSim object range of maximum larval density in liter of water volume.Default value is 100.

n_sampling

numeric number of resampling if stochastic is implemented see in biomodel. Default is 10.

inibition

logical if larval density is considered in biomodel.Default is FALSE.

plotresults

logical if is true a plot is done. Default is FALSE.

testRMSE

logical if test the root mean square error of simualtions. Default is FALSE.

ini_rmse

numeric Starting position index to calculate RMSE on the observed time series.Defalut is 1.

end_rmse

numeric Ending position index to calculate RMSE on observed data.Default is NULL and means that all observed data are considered if ini_rmse = 1.

Value

biofitmodel

Author(s)

Istituto di Biometeorologia Firenze Italy Alfonso crisci a.crisci@ibimet.cnr.it ASL LUCCA Marco Selmi marco.selmi@uslnordovest.toscana.it


alfcrisci/rAedesSim documentation built on May 10, 2019, 8:59 a.m.