windEstimLogLik: Estimate the log likelihood

View source: R/functions.R

windEstimLogLikR Documentation

Estimate the log likelihood

Description

Estimate the log likelihood

Usage

windEstimLogLik(sigma, phi)

Arguments

sigma

the residual variance in airspeed

phi

the autocorrelation used in the calculations

Value

the log likelihood

Examples

windEstimLogLik(c(1.3,.6,1.5,1.8),.3)
windEstimLogLik(c(1.3,.6,1.5,1.8),.5)

moveWindSpeed documentation built on June 7, 2023, 6:08 p.m.