fitMethod-class: fitMethod

Description Details

Description

representation of a strategy for fitting a function to data. for example, one fitMethod included with the mortfit package is optimFit, which uses the BFGS algorithm in R's optim package

Details

name

the name of the fit method

fit

a function which actually fits a model to data. it takes as its arguments

model.obj

the mortalityModel object to fit

data

the mortalityData to fit the model to

...

other arguments, specific to the fit method


dfeehan/mortfit documentation built on Nov. 14, 2020, 9:04 p.m.