fit_ma_normal: Find the maximum liklihood estimate of paramaters in MA model

Description Usage Arguments Value Examples

Description

Find the maximum liklihood estimate of paramaters in MA model

Usage

1
fit_ma_normal(obs, fixed = NULL, starts = NULL, verbose = TRUE)

Arguments

obs

observed fitness values

fixed

named list of model paramater values to fix

starts

named list of starting values of varying parameters

verbose

logical, be verbose

Value

mle fit object

Examples

1
2
3
set.seed(123)
w <- rma_normal(20, 0.1, 0.01, 0.01, 1)
fit_ma_normal(w, fixed=list(Ve=0.01), starts=list(a=0.01))

dwinter/dfe documentation built on May 15, 2019, 6:21 p.m.