We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
for the case where no parameter argument is passed, following fields are missing (with suggested values):
% rekf in set_parameters_book parameter.var_est = 1 parameter.dim = length(BS(1,:)); parameter.max_iters = 25; parameter.break = 1e-4; parameter.c1 =1.5; parameter.c2 = 3; parameter.x1 = fzero(@(x1) parameter.c1-x1*tanh(0.5*x1*(parameter.c2-parameter.c1)),0); %to incorporate nu G = [Ts^2/2*eye(2); Ts*eye(2)]; Q = sigma_v^2*eye(2);
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
for the case where no parameter argument is passed, following fields are missing (with suggested values):
The text was updated successfully, but these errors were encountered: