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

조회 수: 1 (최근 30일)
RS
RS 2015년 3월 29일
편집: RS 2015년 4월 4일
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