Functions | |
if (columns(c) > 1) c | |
Variables | |
function [a, v] | |
endif | p = length (c) - 1 |
endif | cp = c(2 : p+1) |
CP = zeros(p, p) | |
for | i |
endfor endfor | a = inv (CP) * cp |
v = c(1) - a' * cp |
if | ( | columns(c) | , | |
1 | ||||
) |
CP = zeros(p, p) |
function[a, v] |
Initial value:
yulewalker (c) if (nargin != 1) print_usage ()
endif p = length (c) - 1 |
v = c(1) - a' * cp |