following function not define 'statsfminbx', following error are coming, How can I solve?

1 次查看(过去 30 天)
function [Lambda, Psi, T, stats, F] = factoran(X, m, varargin)
following error are coming _
Reference to non-existent field 'Preconditioner'.
Error in optimget (line 74)
o = options.(Names{j,:});
Error in statsfminbx (line 57)
pcmtx = optimget(options,'Preconditioner','hprecon') ; % not a default yet_
  5 个评论
John D'Errico
John D'Errico 2015-3-30
编辑:John D'Errico 2015-3-30
What you have not shown is how you are calling factoran. Pasting in the entire function is useless, since we have that anyway.
RS
RS 2015-4-4
编辑:RS 2015-4-4
Sir, How can I do maximum likelihood estimation? and How can I convert obtained factor scores to original variable?

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Dimensionality Reduction and Feature Extraction 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by