windEstimLogLik {moveWindSpeed} | R 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)
[Package moveWindSpeed version 0.2.4 Index]